01KG07ME2780N3WN3SEGZVHTBV: build-and-test (helios)

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

Buildomat Job: 01KG07N047C2YHG8RV4HY8MVDC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-27T17:23:27.488Zjob assigned to worker 01KG07N8GSRYCCNE485DXA003K [factory aws, i-03169a650eb93a5cd] (queued for 53 s)
 
22026-01-27T17:23:36.422Zstarting task 0: "setup"
32026-01-27T17:23:36.427Z++ uname -s
42026-01-27T17:23:36.430Z+ kern=SunOS
52026-01-27T17:23:36.430Z+ build_user=build
62026-01-27T17:23:36.430Z+ build_uid=12345
72026-01-27T17:23:36.430Z+ work_dir=/work
82026-01-27T17:23:36.430Z+ input_dir=/input
92026-01-27T17:23:36.430Z+ [[ 0 == 12345 ]]
102026-01-27T17:23:36.430Z+ case "$kern" in
112026-01-27T17:23:36.430Z+ groupadd -g 12345 build
122026-01-27T17:23:36.432Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-27T17:23:38.439Z+ zfs create -o mountpoint=/work rpool/work
142026-01-27T17:23:38.561Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-27T17:23:38.564Z+ home_fs=zfs
162026-01-27T17:23:38.564Z+ [[ zfs == autofs ]]
172026-01-27T17:23:38.564Z+ mkdir -p /home/build
182026-01-27T17:23:38.566Z+ chown build:build /home/build /work
192026-01-27T17:23:39.567Z+ chmod 0700 /home/build /work
202026-01-27T17:23:39.570Zprocess exited: duration 3150 ms, exit code 0
 
212026-01-27T17:23:39.577Zstarting task 1: "rust-toolchain"
222026-01-27T17:23:39.582Z * rust toolchain channel = "1.91.1"
232026-01-27T17:23:39.582Z * rust toolchain profile = "default"
242026-01-27T17:23:39.582Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
252026-01-27T17:23:39.582Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-27T17:23:39.582Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-27T17:23:39.582Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-27T17:23:39.586Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-27T17:23:39.586Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-27T17:23:39.722Zinfo: downloading installer
312026-01-27T17:23:41.089Zwarn: It looks like you have an existing installation of Rust at:
322026-01-27T17:23:41.089Zwarn: /opt/ooce/bin
332026-01-27T17:23:41.089Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-27T17:23:41.089Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-27T17:23:41.089Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-27T17:23:41.089Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-27T17:23:41.089Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-27T17:23:41.089Zerror: cannot install while Rust is installed
392026-01-27T17:23:41.089Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-27T17:23:41.117Zinfo: profile set to 'default'
412026-01-27T17:23:41.117Zinfo: default host triple is x86_64-unknown-illumos
422026-01-27T17:23:41.120Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-27T17:23:41.320Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-27T17:23:41.320Zinfo: downloading component 'cargo'
452026-01-27T17:23:42.425Zinfo: downloading component 'clippy'
462026-01-27T17:23:42.754Zinfo: downloading component 'rust-docs'
472026-01-27T17:23:44.214Zinfo: downloading component 'rust-std'
482026-01-27T17:23:46.347Zinfo: downloading component 'rustc'
492026-01-27T17:23:52.825Zinfo: downloading component 'rustfmt'
502026-01-27T17:23:53.153Zinfo: installing component 'cargo'
512026-01-27T17:23:54.080Zinfo: installing component 'clippy'
522026-01-27T17:23:54.484Zinfo: installing component 'rust-docs'
532026-01-27T17:23:56.446Zinfo: installing component 'rust-std'
542026-01-27T17:23:58.244Zinfo: installing component 'rustc'
552026-01-27T17:24:05.022Zinfo: installing component 'rustfmt'
562026-01-27T17:24:05.361Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-27T17:24:05.361Z
582026-01-27T17:24:05.854Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-27T17:24:05.854Z
602026-01-27T17:24:05.857Z
612026-01-27T17:24:05.857ZRust is installed now. Great!
622026-01-27T17:24:05.857Z
632026-01-27T17:24:05.857ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-27T17:24:05.857Zenvironment variable. This has not been done automatically.
652026-01-27T17:24:05.857Z
662026-01-27T17:24:05.857ZTo configure your current shell, you need to source
672026-01-27T17:24:05.857Zthe corresponding env file under $HOME/.cargo.
682026-01-27T17:24:05.857Z
692026-01-27T17:24:05.857ZThis is usually done by running one of the following (note the leading DOT):
702026-01-27T17:24:05.857Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-27T17:24:05.857Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-27T17:24:05.857Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-27T17:24:05.982Z+ rustup --version
742026-01-27T17:24:05.994Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-27T17:24:05.997Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-27T17:24:06.083Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-27T17:24:06.086Z+ cargo --version
782026-01-27T17:24:06.162Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-27T17:24:06.164Z+ rustc --version
802026-01-27T17:24:06.240Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-27T17:24:06.243Zprocess exited: duration 26664 ms, exit code 0
 
822026-01-27T17:24:06.249Zstarting task 2: "authentication"
832026-01-27T17:24:06.271Zprocess exited: duration 22 ms, exit code 0
 
842026-01-27T17:24:06.279Zstarting task 3: "clone repository"
852026-01-27T17:24:06.282Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-27T17:24:06.284Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-27T17:24:06.341ZCloning into '/work/oxidecomputer/omicron'...
882026-01-27T17:24:19.612Z+ cd /work/oxidecomputer/omicron
892026-01-27T17:24:19.612Z+ git fetch origin 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
902026-01-27T17:24:19.910ZFrom https://github.com/oxidecomputer/omicron
912026-01-27T17:24:19.910Z * branch 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d -> FETCH_HEAD
922026-01-27T17:24:19.922Z+ [[ -n lrtq-upgrade ]]
932026-01-27T17:24:19.925Z++ git branch --show-current
942026-01-27T17:24:19.925Z+ current=main
952026-01-27T17:24:19.925Z+ [[ main != lrtq-upgrade ]]
962026-01-27T17:24:19.925Z+ git branch -f lrtq-upgrade 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
972026-01-27T17:24:19.929Z+ git checkout -f lrtq-upgrade
982026-01-27T17:24:20.042ZSwitched to branch 'lrtq-upgrade'
992026-01-27T17:24:20.044Z+ git reset --hard 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
1002026-01-27T17:24:20.159ZHEAD is now at 5c3c0b1f4 review comments
1012026-01-27T17:24:20.162Zprocess exited: duration 13883 ms, exit code 0
 
1022026-01-27T17:24:20.167Zstarting task 4: "build"
1032026-01-27T17:24:20.176Z+ source ./env.sh
1042026-01-27T17:24:20.176Z++ OLD_SHELL_OPTS=ehxB
1052026-01-27T17:24:20.176Z++ set -o xtrace
1062026-01-27T17:24:20.181Z++++ dirname ./env.sh
1072026-01-27T17:24:20.183Z+++ readlink -f .
1082026-01-27T17:24:20.184Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-01-27T17:24:20.184Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-01-27T17:24:20.184Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-01-27T17:24:20.184Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-01-27T17:24:20.184Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-01-27T17:24:20.184Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-01-27T17:24:20.184Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-01-27T17:24:20.184Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-01-27T17:24:20.184Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-01-27T17:24:20.184Z++ case $OLD_SHELL_OPTS in
1182026-01-27T17:24:20.184Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-01-27T17:24:20.184Z+ source .github/buildomat/ci-env.sh
1202026-01-27T17:24:20.184Z++ export CARGO_TERM_COLOR=always
1212026-01-27T17:24:20.184Z++ CARGO_TERM_COLOR=always
1222026-01-27T17:24:20.184Z+ target_os=illumos
1232026-01-27T17:24:20.184Z+ NEXTEST_VERSION=0.9.118
1242026-01-27T17:24:20.184Z+ cargo --version
1252026-01-27T17:24:20.245Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-01-27T17:24:20.248Z+ rustc --version
1272026-01-27T17:24:20.321Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-01-27T17:24:20.326Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.118/illumos
1292026-01-27T17:24:20.329Z+ gunzip
1302026-01-27T17:24:20.329Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-01-27T17:24:21.344Zx cargo-nextest, 19287944 bytes, 37672 tape blocks
1322026-01-27T17:24:21.349Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-01-27T17:24:21.349Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-01-27T17:24:21.349Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-01-27T17:24:21.349Z+ mkdir /var/tmp/omicron_tmp
1362026-01-27T17:24:21.349Z+ OUTPUT_DIR=/work
1372026-01-27T17:24:21.349Z+ echo 'tests will store non-ephemeral output in /work'
1382026-01-27T17:24:21.349Ztests will store non-ephemeral output in /work
1392026-01-27T17:24:21.349Z+ mkdir -p /work
1402026-01-27T17:24:21.352Z+ banner prerequisites
1412026-01-27T17:24:21.352Z
1422026-01-27T17:24:21.352Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-01-27T17:24:21.352Z # # # # # # # # # # # # # # #
1442026-01-27T17:24:21.352Z # # # # ##### # # ##### # # # # # #### #
1452026-01-27T17:24:21.353Z ##### ##### # ##### # # # # # # # # #
1462026-01-27T17:24:21.353Z # # # # # # # # # # # # # # #
1472026-01-27T17:24:21.353Z # # # ###### # # ###### ### # #### # #### #
1482026-01-27T17:24:21.353Z
1492026-01-27T17:24:21.353Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-01-27T17:24:35.876Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-01-27T17:24:46.002Z Startup: Caching catalogs ... Done
1522026-01-27T17:25:06.307ZPlanning: Solver setup ... Done (18.841s)
1532026-01-27T17:25:06.455ZPlanning: Running solver ... Done (0.147s)
1542026-01-27T17:25:06.612ZPlanning: Finding local manifests ... Done (0.003s)
1552026-01-27T17:25:06.635ZPlanning: Fetching manifests: 0/4 0% complete
1562026-01-27T17:25:06.787ZPlanning: Fetching manifests: 4/4 100% complete
1572026-01-27T17:25:06.835ZPlanning: Package planning ... Done (0.048s)
1582026-01-27T17:25:06.886ZPlanning: Merging actions ... Done (0.051s)
1592026-01-27T17:25:07.327ZPlanning: Checking for conflicting actions ... Done (0.441s)
1602026-01-27T17:25:07.339ZPlanning: Consolidating action changes ... Done (0.011s)
1612026-01-27T17:25:10.414ZPlanning: Evaluating mediators ... Done (3.075s)
1622026-01-27T17:25:10.424ZPlanning: Planning completed in 24.27 seconds
1632026-01-27T17:25:10.438Z Packages to install: 4
1642026-01-27T17:25:10.440Z Mediators to change: 2
1652026-01-27T17:25:10.440Z Services to change: 1
1662026-01-27T17:25:10.440Z Estimated space available: 155.43 GB
1672026-01-27T17:25:10.440ZEstimated space to be consumed: 1.80 GB
1682026-01-27T17:25:10.440Z Create boot environment: No
1692026-01-27T17:25:10.440ZCreate backup boot environment: No
1702026-01-27T17:25:10.441Z Rebuild boot archive: No
1712026-01-27T17:25:10.441Z
1722026-01-27T17:25:10.441ZChanged mediators:
1732026-01-27T17:25:10.441Z mediator clang:
1742026-01-27T17:25:10.441Z version: None -> 15 (system default)
1752026-01-27T17:25:10.441Z
1762026-01-27T17:25:10.441Z mediator llvm:
1772026-01-27T17:25:10.441Z version: 14 (system default) -> 15 (system default)
1782026-01-27T17:25:10.441Z
1792026-01-27T17:25:10.441ZChanged packages:
1802026-01-27T17:25:10.441Zhelios-dev
1812026-01-27T17:25:10.441Z developer/build-essential
1822026-01-27T17:25:10.441Z None -> 11-2.0
1832026-01-27T17:25:10.441Z library/libxmlsec1
1842026-01-27T17:25:10.441Z None -> 1.2.35-2.0
1852026-01-27T17:25:10.441Z ooce/developer/clang-15
1862026-01-27T17:25:10.441Z None -> 15.0.7-2.0
1872026-01-27T17:25:10.441Z ooce/developer/llvm-15
1882026-01-27T17:25:10.441Z None -> 15.0.7-2.0
1892026-01-27T17:25:10.441Z
1902026-01-27T17:25:10.441ZServices:
1912026-01-27T17:25:10.441Z restart_fmri:
1922026-01-27T17:25:10.441Z svc:/system/update-man-index:default
1932026-01-27T17:25:10.562Z
1942026-01-27T17:25:10.562ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-01-27T17:25:15.837ZDownload: 1195/3290 items 77.5/212.6MB 36% complete (17.1M/s)
1962026-01-27T17:25:20.849ZDownload: 1899/3290 items 118.1/212.6MB 55% complete (11.8M/s)
1972026-01-27T17:25:26.726ZDownload: 3274/3290 items 208.6/212.6MB 98% complete (13.3M/s)
1982026-01-27T17:25:29.020ZDownload: Completed 212.60 MB in 18.46 seconds (11.5M/s)
1992026-01-27T17:25:29.205Z Actions: 1/3689 actions (Installing new actions)
2002026-01-27T17:25:34.068Z Actions: Completed 3689 actions in 4.86 seconds.
2012026-01-27T17:25:34.489Z Done (0.409s)
2022026-01-27T17:25:34.489Z Done (0.000s)
2032026-01-27T17:25:35.585Z Done (1.074s)
2042026-01-27T17:25:40.356Z Done (4.436s)
2052026-01-27T17:25:40.436Z Done (0.020s)
2062026-01-27T17:25:40.441Z Done (0.000s)
2072026-01-27T17:25:40.593Z Done (0.000s)
2082026-01-27T17:25:41.557ZPlanning: Evaluating mediator changes ... Done
2092026-01-27T17:25:41.722ZPlanning: Checking for conflicting actions ... Done
2102026-01-27T17:25:41.725ZPlanning: Consolidating action changes ... Done
2112026-01-27T17:25:42.004ZPlanning: Evaluating mediators ... Done
2122026-01-27T17:25:42.009ZPlanning: Planning completed in 0.45 seconds
2132026-01-27T17:25:42.041Z Mediators to change: 2
2142026-01-27T17:25:42.045Z Create boot environment: No
2152026-01-27T17:25:42.045ZCreate backup boot environment: No
2162026-01-27T17:25:42.121Z Done
2172026-01-27T17:25:42.121Z Done
2182026-01-27T17:25:42.874Z Done
2192026-01-27T17:25:46.558Z Done
2202026-01-27T17:25:46.659Z Done
2212026-01-27T17:25:46.664Z Done
2222026-01-27T17:25:46.828Z Done
2232026-01-27T17:25:47.511ZPlanning: Evaluating mediator changes ... Done
2242026-01-27T17:25:47.514ZPlanning: Merging actions ... Done
2252026-01-27T17:25:47.712ZPlanning: Checking for conflicting actions ... Done
2262026-01-27T17:25:47.714ZPlanning: Consolidating action changes ... Done
2272026-01-27T17:25:47.998ZPlanning: Evaluating mediators ... Done
2282026-01-27T17:25:48.058ZPlanning: Planning completed in 0.81 seconds
2292026-01-27T17:25:48.094Z Packages to change: 1
2302026-01-27T17:25:48.094Z Mediators to change: 1
2312026-01-27T17:25:48.094Z Services to change: 1
2322026-01-27T17:25:48.097Z Create boot environment: No
2332026-01-27T17:25:48.097ZCreate backup boot environment: Yes
2342026-01-27T17:25:50.675Z Actions: 1/6 actions (Updating modified actions)
2352026-01-27T17:25:50.678Z Actions: Completed 6 actions in 0.00 seconds.
2362026-01-27T17:25:50.678Z Done
2372026-01-27T17:25:50.678Z Done
2382026-01-27T17:25:50.892Z Done
2392026-01-27T17:25:54.659Z Done
2402026-01-27T17:25:54.744Z Done
2412026-01-27T17:25:54.746Z Done
2422026-01-27T17:25:54.920Z Done
2432026-01-27T17:25:55.368ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442026-01-27T17:25:55.368Zclang system 15 system
2452026-01-27T17:25:55.368Zcsh system system illumos
2462026-01-27T17:25:55.368Zctags system system illumos
2472026-01-27T17:25:55.368Zfile system system illumos
2482026-01-27T17:25:55.368Zgcc vendor 12 vendor
2492026-01-27T17:25:55.368Zgcc system 10 system
2502026-01-27T17:25:55.368Zgcc system 7 system
2512026-01-27T17:25:55.368Zgo system 1.20 system
2522026-01-27T17:25:55.368Zgo system 1.19 system
2532026-01-27T17:25:55.369Zllvm system 15 system
2542026-01-27T17:25:55.369Zllvm system 14 system
2552026-01-27T17:25:55.369Zmariadb system 10.6 system
2562026-01-27T17:25:55.369Zmta vendor vendor dma
2572026-01-27T17:25:55.369Zopenjdk system 17 system
2582026-01-27T17:25:55.369Zopenjdk system 11 system
2592026-01-27T17:25:55.369Zopenjdk system 1.8 system
2602026-01-27T17:25:55.369Zopenssl vendor 3 vendor
2612026-01-27T17:25:55.369Zperl system 5.36 system
2622026-01-27T17:25:55.369Zpostgresql system 15 system
2632026-01-27T17:25:55.369Zpostgresql system 13 system
2642026-01-27T17:25:55.369Zpython vendor 3 vendor
2652026-01-27T17:25:55.369Zpython system 2 system
2662026-01-27T17:25:55.369Zpython3 system 3.11 system
2672026-01-27T17:25:55.369Zruby system 3.0 system
2682026-01-27T17:25:55.369Zwords vendor vendor american-english
2692026-01-27T17:25:55.369Zwords system system australian-english
2702026-01-27T17:25:55.369Zwords system system british-english
2712026-01-27T17:25:55.369Zwords system system canadian-english
2722026-01-27T17:25:55.369Zwords system system french
2732026-01-27T17:25:55.369Zwords system system italian
2742026-01-27T17:25:55.369Zwords system system ngerman
2752026-01-27T17:25:55.369Zwords system system ogerman
2762026-01-27T17:25:55.370Zwords system system spanish
2772026-01-27T17:25:55.705ZPUBLISHER TYPE STATUS P LOCATION
2782026-01-27T17:25:55.705Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792026-01-27T17:26:02.015ZFMRI IFO
2802026-01-27T17:26:02.015Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812026-01-27T17:26:02.015Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822026-01-27T17:26:02.015Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832026-01-27T17:26:02.015Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842026-01-27T17:26:02.015Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852026-01-27T17:26:02.015Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862026-01-27T17:26:02.015Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872026-01-27T17:26:02.015Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882026-01-27T17:26:02.015Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892026-01-27T17:26:02.015Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902026-01-27T17:26:02.015Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912026-01-27T17:26:02.015Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922026-01-27T17:26:02.015Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932026-01-27T17:26:02.015Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942026-01-27T17:26:02.015Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952026-01-27T17:26:02.015Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962026-01-27T17:26:03.284Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972026-01-27T17:26:03.559Z Updating crates.io index
2982026-01-27T17:26:03.562Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992026-01-27T17:26:03.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002026-01-27T17:26:04.889Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012026-01-27T17:26:05.464Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-01-27T17:26:05.765Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032026-01-27T17:26:06.227Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042026-01-27T17:26:07.588Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052026-01-27T17:26:09.929Z Updating git repository `https://github.com/oxidecomputer/opte`
3062026-01-27T17:26:10.643Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072026-01-27T17:26:11.467Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082026-01-27T17:26:12.199Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092026-01-27T17:26:12.823Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102026-01-27T17:26:13.290Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-01-27T17:26:13.970Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3122026-01-27T17:26:14.323Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3132026-01-27T17:26:15.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142026-01-27T17:26:15.885Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-01-27T17:26:16.329Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3162026-01-27T17:26:16.670Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3172026-01-27T17:26:17.049Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3182026-01-27T17:26:17.505Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3192026-01-27T17:26:17.734Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3202026-01-27T17:26:17.984Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212026-01-27T17:26:18.358Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222026-01-27T17:26:19.035Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3232026-01-27T17:26:19.277Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242026-01-27T17:26:19.571Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252026-01-27T17:26:19.854Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262026-01-27T17:26:21.515Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272026-01-27T17:26:21.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282026-01-27T17:26:22.215Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292026-01-27T17:26:22.592Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3302026-01-27T17:26:22.982Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312026-01-27T17:26:23.334Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322026-01-27T17:26:23.735Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332026-01-27T17:26:23.996Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342026-01-27T17:26:24.229Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352026-01-27T17:26:35.640Z Updating git repository `https://github.com/illumos/smf-rs`
3362026-01-27T17:26:35.991Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3372026-01-27T17:26:38.025Z Downloading crates ...
3382026-01-27T17:26:38.082Z Downloaded clap_lex v0.7.4
3392026-01-27T17:26:38.086Z Downloaded clap_derive v4.5.47
3402026-01-27T17:26:38.089Z Downloaded anstream v0.6.18
3412026-01-27T17:26:38.093Z Downloaded bitflags v2.9.4
3422026-01-27T17:26:38.095Z Downloaded pest_generator v2.8.2
3432026-01-27T17:26:38.098Z Downloaded papergrid v0.11.0
3442026-01-27T17:26:38.101Z Downloaded erased-serde v0.4.6
3452026-01-27T17:26:38.105Z Downloaded heck v0.5.0
3462026-01-27T17:26:38.105Z Downloaded equivalent v1.0.2
3472026-01-27T17:26:38.110Z Downloaded icu_locid_transform_data v1.5.0
3482026-01-27T17:26:38.112Z Downloaded icu_locid v1.5.0
3492026-01-27T17:26:38.116Z Downloaded serde_json v1.0.149
3502026-01-27T17:26:38.125Z Downloaded thiserror-impl v1.0.69
3512026-01-27T17:26:38.128Z Downloaded unicode-linebreak v0.1.5
3522026-01-27T17:26:38.128Z Downloaded scroll_derive v0.12.0
3532026-01-27T17:26:38.128Z Downloaded tabled_derive v0.7.0
3542026-01-27T17:26:38.128Z Downloaded icu_properties v1.5.1
3552026-01-27T17:26:38.131Z Downloaded thiserror-impl v2.0.17
3562026-01-27T17:26:38.131Z Downloaded terminal_size v0.4.0
3572026-01-27T17:26:38.134Z Downloaded litemap v0.7.3
3582026-01-27T17:26:38.134Z Downloaded zerovec-derive v0.10.3
3592026-01-27T17:26:38.149Z Downloaded utf8_iter v1.0.4
3602026-01-27T17:26:38.149Z Downloaded yoke v0.7.4
3612026-01-27T17:26:38.149Z Downloaded writeable v0.5.5
3622026-01-27T17:26:38.149Z Downloaded utf16_iter v1.0.5
3632026-01-27T17:26:38.149Z Downloaded proc-macro-error-attr v1.0.4
3642026-01-27T17:26:38.149Z Downloaded bytecount v0.6.8
3652026-01-27T17:26:38.153Z Downloaded once_cell v1.21.3
3662026-01-27T17:26:38.153Z Downloaded zerofrom-derive v0.1.4
3672026-01-27T17:26:38.153Z Downloaded scroll v0.12.0
3682026-01-27T17:26:38.153Z Downloaded utf8parse v0.2.2
3692026-01-27T17:26:38.153Z Downloaded thread-id v4.2.2
3702026-01-27T17:26:38.157Z Downloaded colorchoice v1.0.2
3712026-01-27T17:26:38.157Z Downloaded cfg-if v1.0.4
3722026-01-27T17:26:38.157Z Downloaded write16 v1.0.0
3732026-01-27T17:26:38.160Z Downloaded version_check v0.9.5
3742026-01-27T17:26:38.160Z Downloaded usdt-macro v0.5.0
3752026-01-27T17:26:38.160Z Downloaded usdt-attr-macro v0.5.0
3762026-01-27T17:26:38.160Z Downloaded serde_spanned v0.6.9
3772026-01-27T17:26:38.160Z Downloaded form_urlencoded v1.2.2
3782026-01-27T17:26:38.163Z Downloaded stable_deref_trait v1.2.0
3792026-01-27T17:26:38.163Z Downloaded ordered-float v2.10.1
3802026-01-27T17:26:38.163Z Downloaded pretty-hex v0.4.1
3812026-01-27T17:26:38.165Z Downloaded zerofrom v0.1.4
3822026-01-27T17:26:38.165Z Downloaded zmij v1.0.15
3832026-01-27T17:26:38.168Z Downloaded is_terminal_polyfill v1.70.1
3842026-01-27T17:26:38.168Z Downloaded generic-array v0.14.7
3852026-01-27T17:26:38.168Z Downloaded swrite v0.1.0
3862026-01-27T17:26:38.171Z Downloaded macaddr v1.0.1
3872026-01-27T17:26:38.171Z Downloaded crypto-common v0.1.6
3882026-01-27T17:26:38.171Z Downloaded anstyle-query v1.1.1
3892026-01-27T17:26:38.174Z Downloaded yoke-derive v0.7.4
3902026-01-27T17:26:38.174Z Downloaded thiserror v1.0.69
3912026-01-27T17:26:38.177Z Downloaded usdt-impl v0.5.0
3922026-01-27T17:26:38.180Z Downloaded ucd-trie v0.1.7
3932026-01-27T17:26:38.180Z Downloaded tinystr v0.7.6
3942026-01-27T17:26:38.183Z Downloaded errno v0.3.12
3952026-01-27T17:26:38.186Z Downloaded heck v0.4.1
3962026-01-27T17:26:38.186Z Downloaded anstyle v1.0.11
3972026-01-27T17:26:38.186Z Downloaded fnv v1.0.7
3982026-01-27T17:26:38.189Z Downloaded unicode-ident v1.0.19
3992026-01-27T17:26:38.189Z Downloaded zerocopy-derive v0.7.35
4002026-01-27T17:26:38.192Z Downloaded unicode-xid v0.2.6
4012026-01-27T17:26:38.196Z Downloaded textwrap v0.16.2
4022026-01-27T17:26:38.199Z Downloaded toml v0.8.23
4032026-01-27T17:26:38.199Z Downloaded thiserror v2.0.17
4042026-01-27T17:26:38.203Z Downloaded url v2.5.4
4052026-01-27T17:26:38.205Z Downloaded byteorder v1.5.0
4062026-01-27T17:26:38.208Z Downloaded num-traits v0.2.19
4072026-01-27T17:26:38.211Z Downloaded strsim v0.11.1
4082026-01-27T17:26:38.211Z Downloaded getrandom v0.3.4
4092026-01-27T17:26:38.214Z Downloaded toml_edit v0.22.27
4102026-01-27T17:26:38.217Z Downloaded smawk v0.3.2
4112026-01-27T17:26:38.220Z Downloaded semver v1.0.27
4122026-01-27T17:26:38.224Z Downloaded plain v0.2.3
4132026-01-27T17:26:38.224Z Downloaded icu_provider_macros v1.5.0
4142026-01-27T17:26:38.224Z Downloaded proc-macro-error v1.0.4
4152026-01-27T17:26:38.228Z Downloaded zerovec v0.10.4
4162026-01-27T17:26:38.231Z Downloaded smallvec v1.15.1
4172026-01-27T17:26:38.231Z Downloaded zerocopy v0.7.35
4182026-01-27T17:26:38.244Z Downloaded sha2 v0.10.9
4192026-01-27T17:26:38.247Z Downloaded synstructure v0.13.1
4202026-01-27T17:26:38.250Z Downloaded winnow v0.7.13
4212026-01-27T17:26:38.256Z Downloaded unicode-width v0.2.0
4222026-01-27T17:26:38.260Z Downloaded pest_meta v2.8.2
4232026-01-27T17:26:38.262Z Downloaded cargo-util-schemas v0.8.2
4242026-01-27T17:26:38.265Z Downloaded unicode-width v0.1.14
4252026-01-27T17:26:38.267Z Downloaded clap v4.5.48
4262026-01-27T17:26:38.276Z Downloaded tempfile v3.24.0
4272026-01-27T17:26:38.278Z Downloaded icu_collections v1.5.0
4282026-01-27T17:26:38.281Z Downloaded serde_derive v1.0.228
4292026-01-27T17:26:38.284Z Downloaded camino v1.2.1
4302026-01-27T17:26:38.291Z Downloaded serde_core v1.0.228
4312026-01-27T17:26:38.295Z Downloaded icu_normalizer v1.5.0
4322026-01-27T17:26:38.295Z Downloaded fs-err v3.1.1
4332026-01-27T17:26:38.295Z Downloaded anyhow v1.0.99
4342026-01-27T17:26:38.300Z Downloaded serde v1.0.228
4352026-01-27T17:26:38.300Z Downloaded proc-macro2 v1.0.101
4362026-01-27T17:26:38.304Z Downloaded serde_tokenstream v0.2.2
4372026-01-27T17:26:38.304Z Downloaded camino-tempfile v1.4.1
4382026-01-27T17:26:38.307Z Downloaded anstyle-parse v0.2.5
4392026-01-27T17:26:38.307Z Downloaded quote v1.0.40
4402026-01-27T17:26:38.307Z Downloaded pest_derive v2.8.2
4412026-01-27T17:26:38.311Z Downloaded displaydoc v0.2.5
4422026-01-27T17:26:38.315Z Downloaded autocfg v1.4.0
4432026-01-27T17:26:38.315Z Downloaded cargo-platform v0.2.0
4442026-01-27T17:26:38.315Z Downloaded serde-untagged v0.1.7
4452026-01-27T17:26:38.317Z Downloaded icu_locid_transform v1.5.0
4462026-01-27T17:26:38.318Z Downloaded memchr v2.7.4
4472026-01-27T17:26:38.320Z Downloaded cargo_metadata v0.21.0
4482026-01-27T17:26:38.323Z Downloaded indexmap v2.12.1
4492026-01-27T17:26:38.326Z Downloaded hashbrown v0.16.1
4502026-01-27T17:26:38.330Z Downloaded fastrand v2.1.1
4512026-01-27T17:26:38.333Z Downloaded digest v0.10.7
4522026-01-27T17:26:38.333Z Downloaded memmap v0.7.0
4532026-01-27T17:26:38.336Z Downloaded log v0.4.29
4542026-01-27T17:26:38.336Z Downloaded pest v2.8.2
4552026-01-27T17:26:38.341Z Downloaded icu_provider v1.5.0
4562026-01-27T17:26:38.347Z Downloaded idna v1.0.3
4572026-01-27T17:26:38.355Z Downloaded cargo_toml v0.21.0
4582026-01-27T17:26:38.355Z Downloaded serde-value v0.7.0
4592026-01-27T17:26:38.355Z Downloaded block-buffer v0.10.4
4602026-01-27T17:26:38.355Z Downloaded percent-encoding v2.3.2
4612026-01-27T17:26:38.355Z Downloaded typenum v1.17.0
4622026-01-27T17:26:38.360Z Downloaded dof v0.3.0
4632026-01-27T17:26:38.360Z Downloaded icu_normalizer_data v1.5.0
4642026-01-27T17:26:38.360Z Downloaded dtrace-parser v0.2.0
4652026-01-27T17:26:38.360Z Downloaded itoa v1.0.11
4662026-01-27T17:26:38.360Z Downloaded cpufeatures v0.2.14
4672026-01-27T17:26:38.360Z Downloaded usdt v0.5.0
4682026-01-27T17:26:38.360Z Downloaded toml_datetime v0.6.11
4692026-01-27T17:26:38.360Z Downloaded typeid v1.0.3
4702026-01-27T17:26:38.365Z Downloaded toml_write v0.1.2
4712026-01-27T17:26:38.365Z Downloaded idna_adapter v1.2.0
4722026-01-27T17:26:38.365Z Downloaded clap_builder v4.5.48
4732026-01-27T17:26:38.374Z Downloaded goblin v0.8.2
4742026-01-27T17:26:38.382Z Downloaded tabled v0.15.0
4752026-01-27T17:26:38.394Z Downloaded syn v1.0.109
4762026-01-27T17:26:38.402Z Downloaded icu_properties_data v1.5.0
4772026-01-27T17:26:38.411Z Downloaded syn v2.0.111
4782026-01-27T17:26:38.421Z Downloaded rustix v0.38.37
4792026-01-27T17:26:38.437Z Downloaded rustix v1.1.3
4802026-01-27T17:26:38.477Z Downloaded libc v0.2.180
4812026-01-27T17:26:38.564Z Compiling proc-macro2 v1.0.101
4822026-01-27T17:26:38.564Z Compiling unicode-ident v1.0.19
4832026-01-27T17:26:38.567Z Compiling serde_core v1.0.228
4842026-01-27T17:26:38.567Z Compiling serde v1.0.228
4852026-01-27T17:26:38.567Z Compiling version_check v0.9.5
4862026-01-27T17:26:38.567Z Compiling libc v0.2.180
4872026-01-27T17:26:38.567Z Compiling memchr v2.7.4
4882026-01-27T17:26:38.567Z Compiling stable_deref_trait v1.2.0
4892026-01-27T17:26:39.011Z Compiling thiserror v2.0.17
4902026-01-27T17:26:39.066Z Compiling zmij v1.0.15
4912026-01-27T17:26:39.450Z Compiling itoa v1.0.11
4922026-01-27T17:26:39.618Z Compiling autocfg v1.4.0
4932026-01-27T17:26:40.023Z Compiling writeable v0.5.5
4942026-01-27T17:26:40.146Z Compiling litemap v0.7.3
4952026-01-27T17:26:40.379Z Compiling thiserror v1.0.69
4962026-01-27T17:26:40.563Z Compiling ucd-trie v0.1.7
4972026-01-27T17:26:40.567Z Compiling bitflags v2.9.4
4982026-01-27T17:26:40.622Z Compiling icu_locid_transform_data v1.5.0
4992026-01-27T17:26:41.042Z Compiling byteorder v1.5.0
5002026-01-27T17:26:41.067Z Compiling icu_properties_data v1.5.0
5012026-01-27T17:26:41.304Z Compiling quote v1.0.40
5022026-01-27T17:26:41.332Z Compiling errno v0.3.12
5032026-01-27T17:26:41.375Z Compiling serde_json v1.0.149
5042026-01-27T17:26:41.504Z Compiling num-traits v0.2.19
5052026-01-27T17:26:41.578Z Compiling typeid v1.0.3
5062026-01-27T17:26:41.725Z Compiling syn v2.0.111
5072026-01-27T17:26:41.880Z Compiling utf8_iter v1.0.4
5082026-01-27T17:26:41.909Z Compiling rustix v0.38.37
5092026-01-27T17:26:41.934Z Compiling utf16_iter v1.0.5
5102026-01-27T17:26:42.110Z Compiling hashbrown v0.16.1
5112026-01-27T17:26:42.137Z Compiling equivalent v1.0.2
5122026-01-27T17:26:42.164Z Compiling smallvec v1.15.1
5132026-01-27T17:26:42.330Z Compiling icu_normalizer_data v1.5.0
5142026-01-27T17:26:42.460Z Compiling write16 v1.0.0
5152026-01-27T17:26:42.729Z Compiling proc-macro-error-attr v1.0.4
5162026-01-27T17:26:42.759Z Compiling usdt-impl v0.5.0
5172026-01-27T17:26:42.952Z Compiling syn v1.0.109
5182026-01-27T17:26:43.054Z Compiling toml_write v0.1.2
5192026-01-27T17:26:43.149Z Compiling winnow v0.7.13
5202026-01-27T17:26:43.352Z Compiling indexmap v2.12.1
5212026-01-27T17:26:43.425Z Compiling thread-id v4.2.2
5222026-01-27T17:26:43.864Z Compiling proc-macro-error v1.0.4
5232026-01-27T17:26:44.218Z Compiling log v0.4.29
5242026-01-27T17:26:44.692Z Compiling utf8parse v0.2.2
5252026-01-27T17:26:44.763Z Compiling getrandom v0.3.4
5262026-01-27T17:26:44.892Z Compiling percent-encoding v2.3.2
5272026-01-27T17:26:45.132Z Compiling plain v0.2.3
5282026-01-27T17:26:45.253Z Compiling camino v1.2.1
5292026-01-27T17:26:45.321Z Compiling rustix v1.1.3
5302026-01-27T17:26:45.703Z Compiling ordered-float v2.10.1
5312026-01-27T17:26:45.973Z Compiling form_urlencoded v1.2.2
5322026-01-27T17:26:46.249Z Compiling anstyle-parse v0.2.5
5332026-01-27T17:26:46.273Z Compiling terminal_size v0.4.0
5342026-01-27T17:26:46.564Z Compiling is_terminal_polyfill v1.70.1
5352026-01-27T17:26:46.716Z Compiling colorchoice v1.0.2
5362026-01-27T17:26:46.742Z Compiling anstyle-query v1.1.1
5372026-01-27T17:26:46.885Z Compiling anstyle v1.0.11
5382026-01-27T17:26:47.320Z Compiling cfg-if v1.0.4
5392026-01-27T17:26:47.320Z Compiling pretty-hex v0.4.1
5402026-01-27T17:26:47.332Z Compiling anstream v0.6.18
5412026-01-27T17:26:47.336Z Compiling semver v1.0.27
5422026-01-27T17:26:47.912Z Compiling fs-err v3.1.1
5432026-01-27T17:26:47.977Z Compiling anyhow v1.0.99
5442026-01-27T17:26:48.026Z Compiling heck v0.5.0
5452026-01-27T17:26:48.051Z Compiling fastrand v2.1.1
5462026-01-27T17:26:48.273Z Compiling unicode-xid v0.2.6
5472026-01-27T17:26:48.497Z Compiling synstructure v0.13.1
5482026-01-27T17:26:48.524Z Compiling fnv v1.0.7
5492026-01-27T17:26:48.556Z Compiling heck v0.4.1
5502026-01-27T17:26:48.611Z Compiling clap_lex v0.7.4
5512026-01-27T17:26:48.683Z Compiling bytecount v0.6.8
5522026-01-27T17:26:48.918Z Compiling strsim v0.11.1
5532026-01-27T17:26:49.039Z Compiling unicode-width v0.1.14
5542026-01-27T17:26:49.227Z Compiling once_cell v1.21.3
5552026-01-27T17:26:49.588Z Compiling tempfile v3.24.0
5562026-01-27T17:26:49.628Z Compiling papergrid v0.11.0
5572026-01-27T17:26:49.655Z Compiling clap_builder v4.5.48
5582026-01-27T17:26:50.040Z Compiling memmap v0.7.0
5592026-01-27T17:26:50.142Z Compiling smawk v0.3.2
5602026-01-27T17:26:50.351Z Compiling unicode-width v0.2.0
5612026-01-27T17:26:50.389Z Compiling unicode-linebreak v0.1.5
5622026-01-27T17:26:50.895Z Compiling textwrap v0.16.2
5632026-01-27T17:26:51.193Z Compiling camino-tempfile v1.4.1
5642026-01-27T17:26:51.482Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652026-01-27T17:26:51.533Z Compiling tabled_derive v0.7.0
5662026-01-27T17:26:51.646Z Compiling swrite v0.1.0
5672026-01-27T17:26:52.419Z Compiling serde_derive v1.0.228
5682026-01-27T17:26:52.455Z Compiling zerofrom-derive v0.1.4
5692026-01-27T17:26:52.478Z Compiling yoke-derive v0.7.4
5702026-01-27T17:26:52.530Z Compiling zerovec-derive v0.10.3
5712026-01-27T17:26:52.562Z Compiling thiserror-impl v2.0.17
5722026-01-27T17:26:53.024Z Compiling displaydoc v0.2.5
5732026-01-27T17:26:54.598Z Compiling icu_provider_macros v1.5.0
5742026-01-27T17:26:54.990Z Compiling thiserror-impl v1.0.69
5752026-01-27T17:26:55.248Z Compiling zerocopy-derive v0.7.35
5762026-01-27T17:26:55.652Z Compiling scroll_derive v0.12.0
5772026-01-27T17:26:55.807Z Compiling zerofrom v0.1.4
5782026-01-27T17:26:55.863Z Compiling pest v2.8.2
5792026-01-27T17:26:56.053Z Compiling yoke v0.7.4
5802026-01-27T17:26:56.857Z Compiling zerovec v0.10.4
5812026-01-27T17:26:57.002Z Compiling scroll v0.12.0
5822026-01-27T17:26:57.104Z Compiling zerocopy v0.7.35
5832026-01-27T17:26:57.381Z Compiling clap_derive v4.5.47
5842026-01-27T17:26:57.537Z Compiling goblin v0.8.2
5852026-01-27T17:26:57.808Z Compiling tabled v0.15.0
5862026-01-27T17:26:58.461Z Compiling tinystr v0.7.6
5872026-01-27T17:26:58.493Z Compiling pest_meta v2.8.2
5882026-01-27T17:26:58.494Z Compiling icu_collections v1.5.0
5892026-01-27T17:26:58.872Z Compiling icu_locid v1.5.0
5902026-01-27T17:27:00.020Z Compiling pest_generator v2.8.2
5912026-01-27T17:27:00.724Z Compiling icu_provider v1.5.0
5922026-01-27T17:27:00.918Z Compiling serde_spanned v0.6.9
5932026-01-27T17:27:00.935Z Compiling toml_datetime v0.6.11
5942026-01-27T17:27:00.991Z Compiling dof v0.3.0
5952026-01-27T17:27:01.194Z Compiling serde_tokenstream v0.2.2
5962026-01-27T17:27:01.456Z Compiling icu_locid_transform v1.5.0
5972026-01-27T17:27:01.674Z Compiling toml_edit v0.22.27
5982026-01-27T17:27:01.734Z Compiling erased-serde v0.4.6
5992026-01-27T17:27:01.775Z Compiling serde-value v0.7.0
6002026-01-27T17:27:01.885Z Compiling cargo-platform v0.2.0
6012026-01-27T17:27:02.455Z Compiling clap v4.5.48
6022026-01-27T17:27:02.582Z Compiling macaddr v1.0.1
6032026-01-27T17:27:02.728Z Compiling icu_properties v1.5.1
6042026-01-27T17:27:02.821Z Compiling pest_derive v2.8.2
6052026-01-27T17:27:02.903Z Compiling serde-untagged v0.1.7
6062026-01-27T17:27:03.637Z Compiling dtrace-parser v0.2.0
6072026-01-27T17:27:04.920Z Compiling toml v0.8.23
6082026-01-27T17:27:05.300Z Compiling usdt-attr-macro v0.5.0
6092026-01-27T17:27:05.381Z Compiling usdt-macro v0.5.0
6102026-01-27T17:27:05.814Z Compiling cargo_toml v0.21.0
6112026-01-27T17:27:06.278Z Compiling icu_normalizer v1.5.0
6122026-01-27T17:27:06.523Z Compiling usdt v0.5.0
6132026-01-27T17:27:07.324Z Compiling idna_adapter v1.2.0
6142026-01-27T17:27:07.328Z Compiling idna v1.0.3
6152026-01-27T17:27:07.465Z Compiling url v2.5.4
6162026-01-27T17:27:08.239Z Compiling cargo-util-schemas v0.8.2
6172026-01-27T17:27:09.677Z Compiling cargo_metadata v0.21.0
6182026-01-27T17:27:11.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6192026-01-27T17:27:14.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
6202026-01-27T17:27:15.128Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6212026-01-27T17:27:15.940Z Downloading crates ...
6222026-01-27T17:27:16.103Z Downloaded argon2 v0.5.3
6232026-01-27T17:27:16.108Z Downloaded async-recursion v1.1.1
6242026-01-27T17:27:16.115Z Downloaded derive_builder_macro v0.20.2
6252026-01-27T17:27:16.119Z Downloaded crossbeam-deque v0.8.5
6262026-01-27T17:27:16.123Z Downloaded float-ord v0.3.2
6272026-01-27T17:27:16.127Z Downloaded darling_macro v0.21.0
6282026-01-27T17:27:16.130Z Downloaded deranged v0.5.3
6292026-01-27T17:27:16.136Z Downloaded defmt-parser v0.3.4
6302026-01-27T17:27:16.138Z Downloaded assert_matches v1.5.0
6312026-01-27T17:27:16.143Z Downloaded defmt-macros v0.3.9
6322026-01-27T17:27:16.150Z Downloaded derive_builder v0.20.2
6332026-01-27T17:27:16.157Z Downloaded diesel-dtrace v0.4.2
6342026-01-27T17:27:16.162Z Downloaded des v0.8.1
6352026-01-27T17:27:16.165Z Downloaded derive-where v1.5.0
6362026-01-27T17:27:16.171Z Downloaded derive_more-impl v2.0.1
6372026-01-27T17:27:16.181Z Downloaded display-error-chain v0.2.2
6382026-01-27T17:27:16.184Z Downloaded dtrace-parser v0.3.0
6392026-01-27T17:27:16.187Z Downloaded enum-as-inner v0.6.1
6402026-01-27T17:27:16.192Z Downloaded embedded-io v0.4.0
6412026-01-27T17:27:16.197Z Downloaded document-features v0.2.11
6422026-01-27T17:27:16.202Z Downloaded flagset v0.4.6
6432026-01-27T17:27:16.208Z Downloaded dof v0.4.0
6442026-01-27T17:27:16.219Z Downloaded futures-core v0.3.31
6452026-01-27T17:27:16.222Z Downloaded crc v3.2.1
6462026-01-27T17:27:16.226Z Downloaded foreign-types-shared v0.3.1
6472026-01-27T17:27:16.229Z Downloaded foreign-types v0.3.2
6482026-01-27T17:27:16.235Z Downloaded dropshot-api-manager-types v0.2.4
6492026-01-27T17:27:16.240Z Downloaded gethostname v0.5.0
6502026-01-27T17:27:16.244Z Downloaded fxhash v0.2.1
6512026-01-27T17:27:16.244Z Downloaded hex-literal v0.4.1
6522026-01-27T17:27:16.249Z Downloaded aead v0.5.2
6532026-01-27T17:27:16.251Z Downloaded futures-sink v0.3.31
6542026-01-27T17:27:16.255Z Downloaded futures-task v0.3.31
6552026-01-27T17:27:16.260Z Downloaded hostname v0.4.2
6562026-01-27T17:27:16.263Z Downloaded hash32 v0.2.1
6572026-01-27T17:27:16.263Z Downloaded hubpack v0.1.2
6582026-01-27T17:27:16.266Z Downloaded hostname v0.3.1
6592026-01-27T17:27:16.269Z Downloaded indoc v1.0.9
6602026-01-27T17:27:16.273Z Downloaded either v1.15.0
6612026-01-27T17:27:16.278Z Downloaded futures-channel v0.3.31
6622026-01-27T17:27:16.281Z Downloaded fs_extra v1.3.0
6632026-01-27T17:27:16.286Z Downloaded hash32 v0.3.1
6642026-01-27T17:27:16.289Z Downloaded instability v0.3.2
6652026-01-27T17:27:16.292Z Downloaded inout v0.1.3
6662026-01-27T17:27:16.296Z Downloaded internet-checksum v0.2.1
6672026-01-27T17:27:16.299Z Downloaded group v0.13.0
6682026-01-27T17:27:16.302Z Downloaded http-body v1.0.1
6692026-01-27T17:27:16.305Z Downloaded drift v0.1.2
6702026-01-27T17:27:16.311Z Downloaded is_ci v1.2.0
6712026-01-27T17:27:16.314Z Downloaded instant v0.1.13
6722026-01-27T17:27:16.317Z Downloaded hyper-staticfile v0.10.1
6732026-01-27T17:27:16.321Z Downloaded highway v1.3.0
6742026-01-27T17:27:16.325Z Downloaded lazycell v1.3.0
6752026-01-27T17:27:16.328Z Downloaded lazy_static v1.5.0
6762026-01-27T17:27:16.335Z Downloaded lru v0.12.5
6772026-01-27T17:27:16.345Z Downloaded kstat-rs v0.2.4
6782026-01-27T17:27:16.345Z Downloaded keccak v0.1.5
6792026-01-27T17:27:16.348Z Downloaded libsw-core v0.3.1
6802026-01-27T17:27:16.348Z Downloaded linked-hash-map v0.5.6
6812026-01-27T17:27:16.348Z Downloaded md5 v0.7.0
6822026-01-27T17:27:16.352Z Downloaded md-5 v0.10.6
6832026-01-27T17:27:16.355Z Downloaded mime v0.3.17
6842026-01-27T17:27:16.360Z Downloaded ipnet v2.11.0
6852026-01-27T17:27:16.366Z Downloaded multimap v0.10.1
6862026-01-27T17:27:16.366Z Downloaded cookie v0.18.1
6872026-01-27T17:27:16.370Z Downloaded nibble_vec v0.1.0
6882026-01-27T17:27:16.375Z Downloaded num-derive v0.4.2
6892026-01-27T17:27:16.375Z Downloaded normalize-line-endings v0.3.0
6902026-01-27T17:27:16.378Z Downloaded num-derive v0.3.3
6912026-01-27T17:27:16.381Z Downloaded humantime v2.2.0
6922026-01-27T17:27:16.386Z Downloaded newline-converter v0.3.0
6932026-01-27T17:27:16.388Z Downloaded newtype_derive v0.1.6
6942026-01-27T17:27:16.388Z Downloaded nodrop v0.1.14
6952026-01-27T17:27:16.391Z Downloaded num_threads v0.1.7
6962026-01-27T17:27:16.394Z Downloaded console v0.16.0
6972026-01-27T17:27:16.397Z Downloaded olpc-cjson v0.1.4
6982026-01-27T17:27:16.399Z Downloaded getrandom v0.2.15
6992026-01-27T17:27:16.404Z Downloaded maybe-uninit v2.0.0
7002026-01-27T17:27:16.407Z Downloaded ingot-macros v0.1.1
7012026-01-27T17:27:16.410Z Downloaded opaque-debug v0.3.1
7022026-01-27T17:27:16.414Z Downloaded openssl-macros v0.1.1
7032026-01-27T17:27:16.417Z Downloaded num_enum_derive v0.5.11
7042026-01-27T17:27:16.419Z Downloaded libz-rs-sys v0.5.1
7052026-01-27T17:27:16.422Z Downloaded libsw v3.5.0
7062026-01-27T17:27:16.425Z Downloaded nu-ansi-term v0.50.1
7072026-01-27T17:27:16.428Z Downloaded openssl-probe v0.1.5
7082026-01-27T17:27:16.431Z Downloaded crc-any v2.5.0
7092026-01-27T17:27:16.435Z Downloaded num-complex v0.4.6
7102026-01-27T17:27:16.441Z Downloaded oso-derive v0.27.3
7112026-01-27T17:27:16.446Z Downloaded bytes v1.10.1
7122026-01-27T17:27:16.446Z Downloaded nanorand v0.7.0
7132026-01-27T17:27:16.450Z Downloaded num_enum v0.5.11
7142026-01-27T17:27:16.453Z Downloaded pbkdf2 v0.12.2
7152026-01-27T17:27:16.455Z Downloaded parse-size v1.1.0
7162026-01-27T17:27:16.458Z Downloaded phf_shared v0.12.1
7172026-01-27T17:27:16.461Z Downloaded peg-runtime v0.8.5
7182026-01-27T17:27:16.464Z Downloaded pbkdf2 v0.11.0
7192026-01-27T17:27:16.466Z Downloaded oxide-tokio-rt v0.1.2
7202026-01-27T17:27:16.469Z Downloaded phf_shared v0.11.2
7212026-01-27T17:27:16.472Z Downloaded flate2 v1.1.2
7222026-01-27T17:27:16.478Z Downloaded ed25519-dalek v2.1.1
7232026-01-27T17:27:16.495Z Downloaded packed_struct v0.10.1
7242026-01-27T17:27:16.495Z Downloaded pin-utils v0.1.0
7252026-01-27T17:27:16.495Z Downloaded progenitor-client v0.10.0
7262026-01-27T17:27:16.495Z Downloaded predicates-tree v1.0.12
7272026-01-27T17:27:16.495Z Downloaded predicates-core v1.0.8
7282026-01-27T17:27:16.495Z Downloaded precomputed-hash v0.1.1
7292026-01-27T17:27:16.501Z Downloaded powerfmt v0.2.0
7302026-01-27T17:27:16.501Z Downloaded base64 v0.13.1
7312026-01-27T17:27:16.504Z Downloaded path-slash v0.1.5
7322026-01-27T17:27:16.507Z Downloaded omicron-zone-package v0.12.2
7332026-01-27T17:27:16.511Z Downloaded proc-macro-error-attr2 v2.0.0
7342026-01-27T17:27:16.513Z Downloaded progenitor v0.8.0
7352026-01-27T17:27:16.514Z Downloaded crypto-bigint v0.5.5
7362026-01-27T17:27:16.522Z Downloaded progenitor-client v0.11.2
7372026-01-27T17:27:16.526Z Downloaded progenitor-macro v0.11.2
7382026-01-27T17:27:16.526Z Downloaded pem-rfc7468 v0.7.0
7392026-01-27T17:27:16.529Z Downloaded quick-error v1.2.3
7402026-01-27T17:27:16.531Z Downloaded psl-types v2.0.11
7412026-01-27T17:27:16.535Z Downloaded phf v0.11.2
7422026-01-27T17:27:16.538Z Downloaded rand_xorshift v0.4.0
7432026-01-27T17:27:16.539Z Downloaded chacha20poly1305 v0.10.1
7442026-01-27T17:27:16.542Z Downloaded radium v0.7.0
7452026-01-27T17:27:16.545Z Downloaded compact_str v0.8.0
7462026-01-27T17:27:16.547Z Downloaded predicates v3.1.3
7472026-01-27T17:27:16.553Z Downloaded polyval v0.6.2
7482026-01-27T17:27:16.556Z Downloaded heapless v0.7.17
7492026-01-27T17:27:16.559Z Downloaded primeorder v0.13.6
7502026-01-27T17:27:16.563Z Downloaded postgres-protocol v0.6.8
7512026-01-27T17:27:16.566Z Downloaded rand_chacha v0.3.1
7522026-01-27T17:27:16.566Z Downloaded parking_lot v0.11.2
7532026-01-27T17:27:16.569Z Downloaded ref-cast v1.0.25
7542026-01-27T17:27:16.572Z Downloaded russh-cryptovec v0.7.3
7552026-01-27T17:27:16.575Z Downloaded expectorate v1.2.0
7562026-01-27T17:27:16.580Z Downloaded pkcs8 v0.10.2
7572026-01-27T17:27:16.583Z Downloaded progenitor v0.11.2
7582026-01-27T17:27:16.583Z Downloaded bumpalo v3.16.0
7592026-01-27T17:27:16.586Z Downloaded rustc_version v0.1.7
7602026-01-27T17:27:16.589Z Downloaded rtoolbox v0.0.2
7612026-01-27T17:27:16.596Z Downloaded rand_core v0.9.3
7622026-01-27T17:27:16.596Z Downloaded rustc_version v0.4.1
7632026-01-27T17:27:16.598Z Downloaded rustc-hash v2.1.1
7642026-01-27T17:27:16.598Z Downloaded rustc-hash v1.1.0
7652026-01-27T17:27:16.598Z Downloaded p256 v0.13.2
7662026-01-27T17:27:16.603Z Downloaded password-hash v0.5.0
7672026-01-27T17:27:16.606Z Downloaded postgres-types v0.2.9
7682026-01-27T17:27:16.609Z Downloaded salsa20 v0.10.2
7692026-01-27T17:27:16.612Z Downloaded quinn-udp v0.5.5
7702026-01-27T17:27:16.615Z Downloaded hickory-resolver v0.24.4
7712026-01-27T17:27:16.617Z Downloaded postcard v1.0.10
7722026-01-27T17:27:16.621Z Downloaded rand_chacha v0.9.0
7732026-01-27T17:27:16.625Z Downloaded const_format v0.2.34
7742026-01-27T17:27:16.628Z Downloaded heapless v0.8.0
7752026-01-27T17:27:16.632Z Downloaded seq-macro v0.3.6
7762026-01-27T17:27:16.635Z Downloaded pkcs1 v0.7.5
7772026-01-27T17:27:16.638Z Downloaded rand_core v0.6.4
7782026-01-27T17:27:16.641Z Downloaded indicatif v0.17.11
7792026-01-27T17:27:16.645Z Downloaded serde_bytes v0.11.19
7802026-01-27T17:27:16.649Z Downloaded serde-big-array v0.5.1
7812026-01-27T17:27:16.653Z Downloaded serde_repr v0.1.19
7822026-01-27T17:27:16.653Z Downloaded rustls-pemfile v1.0.4
7832026-01-27T17:27:16.656Z Downloaded serde_urlencoded v0.7.1
7842026-01-27T17:27:16.659Z Downloaded serde_plain v1.0.2
7852026-01-27T17:27:16.662Z Downloaded rustls-pemfile v2.2.0
7862026-01-27T17:27:16.665Z Downloaded secrecy v0.8.0
7872026-01-27T17:27:16.665Z Downloaded papergrid v0.14.0
7882026-01-27T17:27:16.669Z Downloaded serde_spanned v1.0.3
7892026-01-27T17:27:16.672Z Downloaded shell-words v1.1.0
7902026-01-27T17:27:16.675Z Downloaded sha1 v0.10.6
7912026-01-27T17:27:16.678Z Downloaded ignore v0.4.23
7922026-01-27T17:27:16.682Z Downloaded progenitor-impl v0.8.0
7932026-01-27T17:27:16.682Z Downloaded hyper-util v0.1.19
7942026-01-27T17:27:16.687Z Downloaded rustversion v1.0.22
7952026-01-27T17:27:16.689Z Downloaded siphasher v0.3.11
7962026-01-27T17:27:16.692Z Downloaded siphasher v1.0.1
7972026-01-27T17:27:16.695Z Downloaded slog-envlogger v2.2.0
7982026-01-27T17:27:16.698Z Downloaded slog-bunyan v2.5.0
7992026-01-27T17:27:16.698Z Downloaded scroll v0.13.0
8002026-01-27T17:27:16.702Z Downloaded pkcs5 v0.7.1
8012026-01-27T17:27:16.705Z Downloaded russh-keys v0.45.0
8022026-01-27T17:27:16.708Z Downloaded serde-hex v0.1.0
8032026-01-27T17:27:16.713Z Downloaded semver v0.1.20
8042026-01-27T17:27:16.714Z Downloaded pin-project v1.1.6
8052026-01-27T17:27:16.721Z Downloaded sqlparser_derive v0.2.2
8062026-01-27T17:27:16.724Z Downloaded serde_path_to_error v0.1.20
8072026-01-27T17:27:16.727Z Downloaded sec1 v0.7.3
8082026-01-27T17:27:16.730Z Downloaded minimal-lexical v0.2.1
8092026-01-27T17:27:16.733Z Downloaded ryu v1.0.18
8102026-01-27T17:27:16.736Z Downloaded sct v0.7.1
8112026-01-27T17:27:16.739Z Downloaded signal-hook-registry v1.4.2
8122026-01-27T17:27:16.742Z Downloaded ron v0.8.1
8132026-01-27T17:27:16.746Z Downloaded structmeta-derive v0.3.0
8142026-01-27T17:27:16.749Z Downloaded ssh-encoding v0.2.0
8152026-01-27T17:27:16.752Z Downloaded ssh-cipher v0.2.0
8162026-01-27T17:27:16.755Z Downloaded strum v0.26.3
8172026-01-27T17:27:16.755Z Downloaded strum v0.27.2
8182026-01-27T17:27:16.755Z Downloaded slog-async v2.8.0
8192026-01-27T17:27:16.758Z Downloaded slog-stdlog v4.1.1
8202026-01-27T17:27:16.761Z Downloaded progenitor-impl v0.11.2
8212026-01-27T17:27:16.763Z Downloaded shlex v1.3.0
8222026-01-27T17:27:16.763Z Downloaded quinn v0.11.5
8232026-01-27T17:27:16.768Z Downloaded sync_wrapper v1.0.1
8242026-01-27T17:27:16.772Z Downloaded slog-dtrace v0.3.0
8252026-01-27T17:27:16.772Z Downloaded structmeta v0.3.0
8262026-01-27T17:27:16.772Z Downloaded strip-ansi-escapes v0.2.0
8272026-01-27T17:27:16.775Z Downloaded slab v0.4.9
8282026-01-27T17:27:16.775Z Downloaded sync-ptr v0.1.4
8292026-01-27T17:27:16.778Z Downloaded supports-color v3.0.2
8302026-01-27T17:27:16.778Z Downloaded tap v1.0.1
8312026-01-27T17:27:16.781Z Downloaded take_mut v0.2.2
8322026-01-27T17:27:16.781Z Downloaded spki v0.7.3
8332026-01-27T17:27:16.784Z Downloaded smallvec v0.6.14
8342026-01-27T17:27:16.786Z Downloaded slog-term v2.9.2
8352026-01-27T17:27:16.789Z Downloaded snafu-derive v0.8.5
8362026-01-27T17:27:16.789Z Downloaded smf v0.2.3
8372026-01-27T17:27:16.792Z Downloaded rcgen v0.12.1
8382026-01-27T17:27:16.795Z Downloaded tagptr v0.2.0
8392026-01-27T17:27:16.795Z Downloaded time-core v0.1.6
8402026-01-27T17:27:16.799Z Downloaded thread-id v5.0.0
8412026-01-27T17:27:16.799Z Downloaded testing_table v0.3.0
8422026-01-27T17:27:16.801Z Downloaded static_assertions v1.1.0
8432026-01-27T17:27:16.801Z Downloaded tabwriter v1.4.0
8442026-01-27T17:27:16.804Z Downloaded cc v1.2.30
8452026-01-27T17:27:16.807Z Downloaded pretty_assertions v1.4.1
8462026-01-27T17:27:16.812Z Downloaded termtree v0.5.1
8472026-01-27T17:27:16.815Z Downloaded prettyplease v0.2.36
8482026-01-27T17:27:16.815Z Downloaded subtle v2.6.1
8492026-01-27T17:27:16.818Z Downloaded strum_macros v0.26.4
8502026-01-27T17:27:16.821Z Downloaded thiserror-impl-no-std v2.0.2
8512026-01-27T17:27:16.821Z Downloaded thread_local v1.1.8
8522026-01-27T17:27:16.824Z Downloaded serde_cbor v0.11.2
8532026-01-27T17:27:16.827Z Downloaded support-bundle-viewer v0.1.2
8542026-01-27T17:27:16.827Z Downloaded strum_macros v0.24.3
8552026-01-27T17:27:16.829Z Downloaded strum_macros v0.27.2
8562026-01-27T17:27:16.834Z Downloaded string_cache v0.8.9
8572026-01-27T17:27:16.834Z Downloaded serde_with_macros v3.16.1
8582026-01-27T17:27:16.837Z Downloaded rustls-pki-types v1.10.0
8592026-01-27T17:27:16.842Z Downloaded itertools v0.12.1
8602026-01-27T17:27:16.847Z Downloaded rand v0.8.5
8612026-01-27T17:27:16.850Z Downloaded stringprep v0.1.5
8622026-01-27T17:27:16.850Z Downloaded mio v1.0.2
8632026-01-27T17:27:16.855Z Downloaded time-macros v0.2.24
8642026-01-27T17:27:16.858Z Downloaded tower-service v0.3.3
8652026-01-27T17:27:16.861Z Downloaded try-lock v0.2.5
8662026-01-27T17:27:16.861Z Downloaded openssl-sys v0.9.109
8672026-01-27T17:27:16.865Z Downloaded tokio-dtrace v0.1.0
8682026-01-27T17:27:16.868Z Downloaded rayon-core v1.12.1
8692026-01-27T17:27:16.871Z Downloaded tabled_derive v0.10.0
8702026-01-27T17:27:16.875Z Downloaded itertools v0.13.0
8712026-01-27T17:27:16.878Z Downloaded tls_codec_derive v0.4.1
8722026-01-27T17:27:16.881Z Downloaded topological-sort v0.2.2
8732026-01-27T17:27:16.881Z Downloaded similar v2.7.0
8742026-01-27T17:27:16.885Z Downloaded unarray v0.1.4
8752026-01-27T17:27:16.889Z Downloaded tokio-rustls v0.25.0
8762026-01-27T17:27:16.892Z Downloaded typify-macro v0.2.0
8772026-01-27T17:27:16.892Z Downloaded sqlformat v0.3.5
8782026-01-27T17:27:16.892Z Downloaded typify-macro v0.4.3
8792026-01-27T17:27:16.895Z Downloaded tokio-native-tls v0.3.1
8802026-01-27T17:27:16.895Z Downloaded schemars v0.9.0
8812026-01-27T17:27:16.906Z Downloaded utf-8 v0.7.6
8822026-01-27T17:27:16.909Z Downloaded usdt-macro v0.6.0
8832026-01-27T17:27:16.909Z Downloaded unit-prefix v0.5.1
8842026-01-27T17:27:16.911Z Downloaded qorb v0.4.1
8852026-01-27T17:27:16.914Z Downloaded signal-hook v0.3.18
8862026-01-27T17:27:16.917Z Downloaded subprocess v0.2.9
8872026-01-27T17:27:16.922Z Downloaded untrusted v0.7.1
8882026-01-27T17:27:16.922Z Downloaded universal-hash v0.5.1
8892026-01-27T17:27:16.922Z Downloaded untrusted v0.9.0
8902026-01-27T17:27:16.924Z Downloaded usdt-attr-macro v0.6.0
8912026-01-27T17:27:16.925Z Downloaded tower-layer v0.3.3
8922026-01-27T17:27:16.925Z Downloaded toml_writer v1.0.4
8932026-01-27T17:27:16.928Z Downloaded term v1.1.0
8942026-01-27T17:27:16.932Z Downloaded rsa v0.9.8
8952026-01-27T17:27:16.935Z Downloaded hashbrown v0.15.4
8962026-01-27T17:27:16.939Z Downloaded typify v0.2.0
8972026-01-27T17:27:16.941Z Downloaded tui-tree-widget v0.23.1
8982026-01-27T17:27:16.944Z Downloaded want v0.3.1
8992026-01-27T17:27:16.944Z Downloaded h2 v0.4.6
9002026-01-27T17:27:16.950Z Downloaded waitgroup v0.1.2
9012026-01-27T17:27:16.953Z Downloaded tokio-rustls v0.26.0
9022026-01-27T17:27:16.953Z Downloaded socket2 v0.6.1
9032026-01-27T17:27:16.956Z Downloaded vte_generate_state_changes v0.1.2
9042026-01-27T17:27:16.956Z Downloaded void v1.0.2
9052026-01-27T17:27:16.959Z Downloaded which v4.4.2
9062026-01-27T17:27:16.959Z Downloaded snafu v0.8.5
9072026-01-27T17:27:16.964Z Downloaded usdt-impl v0.6.0
9082026-01-27T17:27:16.968Z Downloaded tracing-attributes v0.1.27
9092026-01-27T17:27:16.971Z Downloaded term v0.7.0
9102026-01-27T17:27:16.971Z Downloaded libxml v0.3.3
9112026-01-27T17:27:16.976Z Downloaded blake3 v1.5.4
9122026-01-27T17:27:16.983Z Downloaded xshell-macros v0.2.7
9132026-01-27T17:27:16.986Z Downloaded socket2 v0.5.10
9142026-01-27T17:27:16.986Z Downloaded vergen-git2 v1.0.7
9152026-01-27T17:27:16.991Z Downloaded toml_parser v1.0.4
9162026-01-27T17:27:16.994Z Downloaded schemars v1.0.4
9172026-01-27T17:27:17.004Z Downloaded zone v0.1.8
9182026-01-27T17:27:17.007Z Downloaded num-bigint-dig v0.8.6
9192026-01-27T17:27:17.011Z Downloaded aes v0.8.4
9202026-01-27T17:27:17.014Z Downloaded tokio-rustls v0.24.1
9212026-01-27T17:27:17.014Z Downloaded uzers v0.12.1
9222026-01-27T17:27:17.018Z Downloaded tar v0.4.44
9232026-01-27T17:27:17.018Z Downloaded wait-timeout v0.2.0
9242026-01-27T17:27:17.021Z Downloaded walkdir v2.5.0
9252026-01-27T17:27:17.021Z Downloaded vsss-rs v3.3.4
9262026-01-27T17:27:17.024Z Downloaded vergen-lib v0.1.6
9272026-01-27T17:27:17.028Z Downloaded xattr v1.3.1
9282026-01-27T17:27:17.028Z Downloaded wyz v0.5.1
9292026-01-27T17:27:17.031Z Downloaded toml v0.9.8
9302026-01-27T17:27:17.034Z Downloaded vergen-gitcl v1.0.8
9312026-01-27T17:27:17.034Z Downloaded russh v0.45.0
9322026-01-27T17:27:17.038Z Downloaded zone_cfg_derive v0.3.0
9332026-01-27T17:27:17.042Z Downloaded zone_cfg_derive v0.1.2
9342026-01-27T17:27:17.042Z Downloaded unicase v2.8.1
9352026-01-27T17:27:17.045Z Downloaded rand v0.9.2
9362026-01-27T17:27:17.045Z Downloaded whoami v1.5.2
9372026-01-27T17:27:17.049Z Downloaded xshell v0.2.7
9382026-01-27T17:27:17.053Z Downloaded vergen v9.0.6
9392026-01-27T17:27:17.053Z Downloaded tinyvec v1.8.0
9402026-01-27T17:27:17.058Z Downloaded tungstenite v0.23.0
9412026-01-27T17:27:17.058Z Downloaded xz2 v0.1.7
9422026-01-27T17:27:17.061Z Downloaded toml v0.7.8
9432026-01-27T17:27:17.061Z Downloaded zone v0.3.1
9442026-01-27T17:27:17.064Z Downloaded zeroize v1.8.1
9452026-01-27T17:27:17.064Z Downloaded vte v0.11.1
9462026-01-27T17:27:17.070Z Downloaded rustyline v14.0.0
9472026-01-27T17:27:17.073Z Downloaded unicode-properties v0.1.3
9482026-01-27T17:27:17.073Z Downloaded zstd-safe v7.2.3
9492026-01-27T17:27:17.076Z Downloaded aws-lc-rs v1.12.4
9502026-01-27T17:27:17.081Z Downloaded yasna v0.5.2
9512026-01-27T17:27:17.084Z Downloaded unsafe-libyaml v0.2.11
9522026-01-27T17:27:17.087Z Downloaded p521 v0.13.3
9532026-01-27T17:27:17.090Z Downloaded typify v0.4.3
9542026-01-27T17:27:17.094Z Downloaded test-strategy v0.4.3
9552026-01-27T17:27:17.097Z Downloaded tracing v0.1.40
9562026-01-27T17:27:17.101Z Downloaded publicsuffix v2.3.0
9572026-01-27T17:27:17.104Z Downloaded tungstenite v0.21.0
9582026-01-27T17:27:17.106Z Downloaded zerocopy v0.6.6
9592026-01-27T17:27:17.109Z Downloaded zeroize_derive v1.4.2
9602026-01-27T17:27:17.112Z Downloaded usdt v0.6.0
9612026-01-27T17:27:17.112Z Downloaded value-bag v1.12.0
9622026-01-27T17:27:17.114Z Downloaded twox-hash v2.1.0
9632026-01-27T17:27:17.117Z Downloaded tokio-stream v0.1.17
9642026-01-27T17:27:17.119Z Downloaded zstd v0.13.3
9652026-01-27T17:27:17.122Z Downloaded uuid v1.19.0
9662026-01-27T17:27:17.125Z Downloaded p384 v0.13.1
9672026-01-27T17:27:17.130Z Downloaded tracing-core v0.1.32
9682026-01-27T17:27:17.133Z Downloaded unicode-bidi v0.3.17
9692026-01-27T17:27:17.136Z Downloaded toml_edit v0.19.15
9702026-01-27T17:27:17.150Z Downloaded steno v0.4.1
9712026-01-27T17:27:17.155Z Downloaded portable-atomic v1.11.0
9722026-01-27T17:27:17.160Z Downloaded itertools v0.14.0
9732026-01-27T17:27:17.168Z Downloaded iri-string v0.7.8
9742026-01-27T17:27:17.173Z Downloaded zopfli v0.8.1
9752026-01-27T17:27:17.176Z Downloaded bindgen v0.69.5
9762026-01-27T17:27:17.182Z Downloaded yansi v1.0.1
9772026-01-27T17:27:17.185Z Downloaded unicode_categories v0.1.1
9782026-01-27T17:27:17.188Z Downloaded ssh-key v0.6.6
9792026-01-27T17:27:17.192Z Downloaded zip v0.6.6
9802026-01-27T17:27:17.196Z Downloaded tokio-postgres v0.7.13
9812026-01-27T17:27:17.202Z Downloaded quick-xml v0.37.2
9822026-01-27T17:27:17.206Z Downloaded reqwest v0.12.24
9832026-01-27T17:27:17.212Z Downloaded rpassword v7.4.0
9842026-01-27T17:27:17.214Z Downloaded regex v1.11.3
9852026-01-27T17:27:17.219Z Downloaded rustls-webpki v0.101.7
9862026-01-27T17:27:17.233Z Downloaded lalrpop v0.19.12
9872026-01-27T17:27:17.242Z Downloaded unicode-segmentation v1.12.0
9882026-01-27T17:27:17.245Z Downloaded bitvec v1.0.1
9892026-01-27T17:27:17.259Z Downloaded zerocopy-derive v0.8.27
9902026-01-27T17:27:17.265Z Downloaded x509-cert v0.2.5
9912026-01-27T17:27:17.271Z Downloaded salty v0.3.0
9922026-01-27T17:27:17.277Z Downloaded unicode-normalization v0.1.24
9932026-01-27T17:27:17.280Z Downloaded tower-http v0.6.6
9942026-01-27T17:27:17.288Z Downloaded time v0.3.43
9952026-01-27T17:27:17.295Z Downloaded zip v4.2.0
9962026-01-27T17:27:17.299Z Downloaded bindgen v0.71.1
9972026-01-27T17:27:17.305Z Downloaded serde_with v3.16.1
9982026-01-27T17:27:17.316Z Downloaded sqlparser v0.45.0
9992026-01-27T17:27:17.320Z Downloaded tough v0.20.0
10002026-01-27T17:27:17.328Z Downloaded openssl v0.10.73
10012026-01-27T17:27:17.337Z Downloaded rustls-webpki v0.102.8
10022026-01-27T17:27:17.354Z Downloaded winnow v0.5.40
10032026-01-27T17:27:17.361Z Downloaded gimli v0.31.1
10042026-01-27T17:27:17.368Z Downloaded petname v2.0.2
10052026-01-27T17:27:17.373Z Downloaded nix v0.27.1
10062026-01-27T17:27:17.382Z Downloaded winnow v0.6.26
10072026-01-27T17:27:17.390Z Downloaded radix_trie v0.2.1
10082026-01-27T17:27:17.394Z Downloaded dropshot v0.16.6
10092026-01-27T17:27:17.414Z Downloaded nix v0.28.0
10102026-01-27T17:27:17.424Z Downloaded tabled v0.20.0
10112026-01-27T17:27:17.440Z Downloaded zlib-rs v0.5.1
10122026-01-27T17:27:17.445Z Downloaded nix v0.30.1
10132026-01-27T17:27:17.455Z Downloaded vcpkg v0.2.15
10142026-01-27T17:27:17.491Z Downloaded object v0.36.5
10152026-01-27T17:27:17.501Z Downloaded webpki-roots v1.0.1
10162026-01-27T17:27:17.504Z Downloaded rustls v0.21.12
10172026-01-27T17:27:17.514Z Downloaded zerocopy v0.8.27
10182026-01-27T17:27:17.534Z Downloaded rustls v0.23.19
10192026-01-27T17:27:17.543Z Downloaded smoltcp v0.11.0
10202026-01-27T17:27:17.554Z Downloaded hickory-proto v0.25.2
10212026-01-27T17:27:17.569Z Downloaded rustls v0.22.4
10222026-01-27T17:27:17.580Z Downloaded regress v0.10.4
10232026-01-27T17:27:17.587Z Downloaded regex-syntax v0.8.5
10242026-01-27T17:27:17.594Z Downloaded openapiv3 v2.2.0
10252026-01-27T17:27:17.605Z Downloaded bstr v1.10.0
10262026-01-27T17:27:17.613Z Downloaded hickory-proto v0.24.4
10272026-01-27T17:27:17.626Z Downloaded nix v0.29.0
10282026-01-27T17:27:17.636Z Downloaded tabled v0.18.0
10292026-01-27T17:27:17.653Z Downloaded sled v0.34.7
10302026-01-27T17:27:17.661Z Downloaded smoltcp v0.9.1
10312026-01-27T17:27:17.670Z Downloaded polar-core v0.27.3
10322026-01-27T17:27:17.677Z Downloaded regex-syntax v0.6.29
10332026-01-27T17:27:17.684Z Downloaded typify-impl v0.2.0
10342026-01-27T17:27:17.695Z Downloaded typify-impl v0.4.3
10352026-01-27T17:27:17.707Z Downloaded bzip2-sys v0.1.13+1.0.8
10362026-01-27T17:27:17.717Z Downloaded zerocopy-derive v0.6.6
10372026-01-27T17:27:17.726Z Downloaded ratatui v0.29.0
10382026-01-27T17:27:17.744Z Downloaded regex-automata v0.4.11
10392026-01-27T17:27:17.757Z Downloaded quinn-proto v0.11.8
10402026-01-27T17:27:17.762Z Downloaded object v0.30.4
10412026-01-27T17:27:17.771Z Downloaded goblin v0.10.2
10422026-01-27T17:27:17.777Z Downloaded petgraph v0.6.5
10432026-01-27T17:27:17.794Z Downloaded chrono-tz v0.10.4
10442026-01-27T17:27:17.809Z Downloaded lzma-sys v0.1.20
10452026-01-27T17:27:17.839Z Downloaded jiff v0.2.15
10462026-01-27T17:27:17.850Z Downloaded proptest v1.7.0
10472026-01-27T17:27:17.858Z Downloaded petgraph v0.8.2
10482026-01-27T17:27:17.876Z Downloaded curve25519-dalek v4.1.3
10492026-01-27T17:27:17.883Z Downloaded typed-path v0.9.3
10502026-01-27T17:27:17.889Z Downloaded tower v0.5.2
10512026-01-27T17:27:17.896Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10522026-01-27T17:27:17.911Z Downloaded libz-sys v1.1.20
10532026-01-27T17:27:17.929Z Downloaded tokio-util v0.7.15
10542026-01-27T17:27:17.935Z Downloaded csv v1.3.1
10552026-01-27T17:27:17.952Z Downloaded moka v0.12.10
10562026-01-27T17:27:17.960Z Downloaded git2 v0.20.2
10572026-01-27T17:27:17.968Z Downloaded diesel v2.2.12
10582026-01-27T17:27:17.984Z Downloaded reedline v0.40.0
10592026-01-27T17:27:17.991Z Downloaded sha3 v0.10.8
10602026-01-27T17:27:17.995Z Downloaded tokio v1.48.0
10612026-01-27T17:27:18.032Z Downloaded rayon v1.10.0
10622026-01-27T17:27:18.041Z Downloaded futures-util v0.3.31
10632026-01-27T17:27:18.050Z Downloaded schemars v0.8.22
10642026-01-27T17:27:18.061Z Downloaded libm v0.2.8
10652026-01-27T17:27:18.069Z Downloaded toml_datetime v0.7.3
10662026-01-27T17:27:18.071Z Downloaded samael v0.0.19
10672026-01-27T17:27:18.076Z Downloaded nom v7.1.3
10682026-01-27T17:27:18.080Z Downloaded aes-gcm v0.10.3
10692026-01-27T17:27:18.084Z Downloaded hyper v1.8.1
10702026-01-27T17:27:18.089Z Downloaded hkdf v0.12.4
10712026-01-27T17:27:18.093Z Downloaded serde_yaml v0.9.34+deprecated
10722026-01-27T17:27:18.096Z Downloaded slog v2.8.2
10732026-01-27T17:27:18.098Z Downloaded unicode-truncate v1.1.0
10742026-01-27T17:27:18.101Z Downloaded tokio-tungstenite v0.23.1
10752026-01-27T17:27:18.104Z Downloaded tokio-tungstenite v0.21.0
10762026-01-27T17:27:18.104Z Downloaded tokio-macros v2.6.0
10772026-01-27T17:27:18.107Z Downloaded tls_codec v0.4.1
10782026-01-27T17:27:18.107Z Downloaded tinyvec_macros v0.1.1
10792026-01-27T17:27:18.109Z Downloaded tiny-keccak v2.0.2
10802026-01-27T17:27:18.109Z Downloaded termios v0.3.3
10812026-01-27T17:27:18.112Z Downloaded spin v0.9.8
10822026-01-27T17:27:18.115Z Downloaded http v1.4.0
10832026-01-27T17:27:18.118Z Downloaded hashbrown v0.12.3
10842026-01-27T17:27:18.121Z Downloaded trait-variant v0.1.2
10852026-01-27T17:27:18.121Z Downloaded thiserror-no-std v2.0.2
10862026-01-27T17:27:18.124Z Downloaded encoding_rs v0.8.34
10872026-01-27T17:27:18.144Z Downloaded tabled_derive v0.11.0
10882026-01-27T17:27:18.147Z Downloaded num-bigint v0.4.6
10892026-01-27T17:27:18.150Z Downloaded slog-scope v4.4.0
10902026-01-27T17:27:18.152Z Downloaded slog-json v2.6.1
10912026-01-27T17:27:18.153Z Downloaded papergrid v0.17.0
10922026-01-27T17:27:18.157Z Downloaded serde_derive_internals v0.29.1
10932026-01-27T17:27:18.159Z Downloaded itertools v0.10.5
10942026-01-27T17:27:18.164Z Downloaded iddqd v0.3.16
10952026-01-27T17:27:18.170Z Downloaded hickory-server v0.25.2
10962026-01-27T17:27:18.174Z Downloaded ron v0.7.1
10972026-01-27T17:27:18.179Z Downloaded resolv-conf v0.7.0
10982026-01-27T17:27:18.182Z Downloaded hashbrown v0.13.2
10992026-01-27T17:27:18.186Z Downloaded schemars_derive v0.8.22
11002026-01-27T17:27:18.189Z Downloaded rusty-fork v0.3.0
11012026-01-27T17:27:18.189Z Downloaded ring v0.17.14
11022026-01-27T17:27:18.225Z Downloaded progenitor-impl v0.10.0
11032026-01-27T17:27:18.228Z Downloaded crossbeam-channel v0.5.15
11042026-01-27T17:27:18.230Z Downloaded sigpipe v0.1.3
11052026-01-27T17:27:18.234Z Downloaded signature v2.2.0
11062026-01-27T17:27:18.235Z Downloaded signal-hook-tokio v0.3.1
11072026-01-27T17:27:18.238Z Downloaded simd-adler32 v0.3.7
11082026-01-27T17:27:18.238Z Downloaded signal-hook-mio v0.2.4
11092026-01-27T17:27:18.238Z Downloaded rustls-native-certs v0.8.1
11102026-01-27T17:27:18.238Z Downloaded r2d2 v0.8.10
11112026-01-27T17:27:18.241Z Downloaded prefix-trie v0.7.0
11122026-01-27T17:27:18.243Z Downloaded miniz_oxide v0.8.5
11132026-01-27T17:27:18.246Z Downloaded sapling-renderdag v0.1.0
11142026-01-27T17:27:18.246Z Downloaded libgit2-sys v0.18.2+1.9.1
11152026-01-27T17:27:18.295Z Downloaded chrono v0.4.42
11162026-01-27T17:27:18.302Z Downloaded rustc-demangle v0.1.24
11172026-01-27T17:27:18.305Z Downloaded secrecy v0.10.3
11182026-01-27T17:27:18.305Z Downloaded scrypt v0.11.0
11192026-01-27T17:27:18.305Z Downloaded scroll_derive v0.13.1
11202026-01-27T17:27:18.308Z Downloaded scopeguard v1.2.0
11212026-01-27T17:27:18.308Z Downloaded scheduled-thread-pool v0.2.7
11222026-01-27T17:27:18.308Z Downloaded same-file v1.0.6
11232026-01-27T17:27:18.310Z Downloaded rand_seeder v0.4.0
11242026-01-27T17:27:18.310Z Downloaded progenitor v0.10.0
11252026-01-27T17:27:18.313Z Downloaded rfc6979 v0.4.0
11262026-01-27T17:27:18.313Z Downloaded ppv-lite86 v0.2.20
11272026-01-27T17:27:18.313Z Downloaded pin-project-lite v0.2.14
11282026-01-27T17:27:18.317Z Downloaded oso v0.27.3
11292026-01-27T17:27:18.320Z Downloaded arc-swap v1.7.1
11302026-01-27T17:27:18.323Z Downloaded backtrace v0.3.74
11312026-01-27T17:27:18.327Z Downloaded ref-cast-impl v1.0.25
11322026-01-27T17:27:18.329Z Downloaded proc-macro-error2 v2.0.1
11332026-01-27T17:27:18.332Z Downloaded peg v0.8.5
11342026-01-27T17:27:18.334Z Downloaded parking_lot_core v0.9.10
11352026-01-27T17:27:18.337Z Downloaded poly1305 v0.8.0
11362026-01-27T17:27:18.340Z Downloaded parking_lot v0.12.3
11372026-01-27T17:27:18.340Z Downloaded jiff-static v0.2.15
11382026-01-27T17:27:18.343Z Downloaded hickory-resolver v0.25.2
11392026-01-27T17:27:18.346Z Downloaded pkg-config v0.3.31
11402026-01-27T17:27:18.348Z Downloaded pin-project-internal v1.1.6
11412026-01-27T17:27:18.348Z Downloaded owo-colors v4.2.2
11422026-01-27T17:27:18.351Z Downloaded phf v0.12.1
11432026-01-27T17:27:18.351Z Downloaded headers v0.4.1
11442026-01-27T17:27:18.358Z Downloaded parking_lot_core v0.8.6
11452026-01-27T17:27:18.362Z Downloaded progenitor-macro v0.10.0
11462026-01-27T17:27:18.362Z Downloaded progenitor-macro v0.8.0
11472026-01-27T17:27:18.362Z Downloaded progenitor-client v0.8.0
11482026-01-27T17:27:18.362Z Downloaded peg-macros v0.8.5
11492026-01-27T17:27:18.365Z Downloaded paste v1.0.15
11502026-01-27T17:27:18.365Z Downloaded password-hash v0.4.2
11512026-01-27T17:27:18.365Z Downloaded parse-display-derive v0.10.0
11522026-01-27T17:27:18.368Z Downloaded native-tls v0.2.12
11532026-01-27T17:27:18.368Z Downloaded indicatif v0.18.0
11542026-01-27T17:27:18.376Z Downloaded indexmap v1.9.3
11552026-01-27T17:27:18.376Z Downloaded proc-macro-crate v1.3.1
11562026-01-27T17:27:18.379Z Downloaded pretty-hex v0.2.1
11572026-01-27T17:27:18.379Z Downloaded pem v3.0.5
11582026-01-27T17:27:18.379Z Downloaded oxnet v0.1.4
11592026-01-27T17:27:18.379Z Downloaded memmap2 v0.9.8
11602026-01-27T17:27:18.381Z Downloaded diesel_derives v2.2.3
11612026-01-27T17:27:18.384Z Downloaded darling_core v0.20.10
11622026-01-27T17:27:18.387Z Downloaded parse-display v0.10.0
11632026-01-27T17:27:18.389Z Downloaded packed_struct_codegen v0.10.1
11642026-01-27T17:27:18.389Z Downloaded elliptic-curve v0.13.8
11652026-01-27T17:27:18.392Z Downloaded dropshot-api-manager v0.2.4
11662026-01-27T17:27:18.394Z Downloaded num-rational v0.4.2
11672026-01-27T17:27:18.398Z Downloaded num-integer v0.1.46
11682026-01-27T17:27:18.400Z Downloaded num-conv v0.1.0
11692026-01-27T17:27:18.400Z Downloaded newtype-uuid v1.3.2
11702026-01-27T17:27:18.400Z Downloaded litrs v0.4.1
11712026-01-27T17:27:18.403Z Downloaded iana-time-zone v0.1.63
11722026-01-27T17:27:18.403Z Downloaded base64 v0.21.7
11732026-01-27T17:27:18.406Z Downloaded allocator-api2 v0.2.21
11742026-01-27T17:27:18.408Z Downloaded multer v3.1.0
11752026-01-27T17:27:18.412Z Downloaded memoffset v0.9.1
11762026-01-27T17:27:18.414Z Downloaded libloading v0.8.5
11772026-01-27T17:27:18.414Z Downloaded clang-sys v1.8.1
11782026-01-27T17:27:18.416Z Downloaded jobserver v0.1.32
11792026-01-27T17:27:18.417Z Downloaded mime_guess v2.0.5
11802026-01-27T17:27:18.420Z Downloaded ipnetwork v0.21.1
11812026-01-27T17:27:18.422Z Downloaded ingot v0.1.1
11822026-01-27T17:27:18.422Z Downloaded half v2.4.1
11832026-01-27T17:27:18.425Z Downloaded flume v0.11.1
11842026-01-27T17:27:18.428Z Downloaded futures v0.3.31
11852026-01-27T17:27:18.430Z Downloaded fatfs v0.3.6
11862026-01-27T17:27:18.433Z Downloaded dropshot_endpoint v0.16.6
11872026-01-27T17:27:18.435Z Downloaded darling v0.21.0
11882026-01-27T17:27:18.439Z Downloaded number_prefix v0.4.0
11892026-01-27T17:27:18.442Z Downloaded lock_api v0.4.12
11902026-01-27T17:27:18.442Z Downloaded linear-map v1.2.0
11912026-01-27T17:27:18.445Z Downloaded colored v2.2.0
11922026-01-27T17:27:18.447Z Downloaded num-iter v0.1.45
11932026-01-27T17:27:18.447Z Downloaded num v0.4.3
11942026-01-27T17:27:18.447Z Downloaded libefi-sys v0.1.0
11952026-01-27T17:27:18.451Z Downloaded newtype-uuid-macros v0.1.0
11962026-01-27T17:27:18.451Z Downloaded new_debug_unreachable v1.0.6
11972026-01-27T17:27:18.451Z Downloaded hyper-tls v0.6.0
11982026-01-27T17:27:18.454Z Downloaded hyper-rustls v0.27.7
11992026-01-27T17:27:18.454Z Downloaded httparse v1.9.5
12002026-01-27T17:27:18.457Z Downloaded hmac v0.12.1
12012026-01-27T17:27:18.457Z Downloaded http-body-util v0.1.3
12022026-01-27T17:27:18.459Z Downloaded nonempty v0.12.0
12032026-01-27T17:27:18.459Z Downloaded managed v0.8.0
12042026-01-27T17:27:18.462Z Downloaded lzss v0.8.2
12052026-01-27T17:27:18.462Z Downloaded crc32fast v1.4.2
12062026-01-27T17:27:18.464Z Downloaded const-oid v0.9.6
12072026-01-27T17:27:18.464Z Downloaded ahash v0.8.12
12082026-01-27T17:27:18.467Z Downloaded libscf-sys v1.1.0
12092026-01-27T17:27:18.467Z Downloaded http-range v0.1.5
12102026-01-27T17:27:18.470Z Downloaded fixedbitset v0.5.7
12112026-01-27T17:27:18.470Z Downloaded hickory-client v0.25.2
12122026-01-27T17:27:18.473Z Downloaded cookie_store v0.21.1
12132026-01-27T17:27:18.476Z Downloaded console v0.15.10
12142026-01-27T17:27:18.476Z Downloaded colored v3.0.0
12152026-01-27T17:27:18.479Z Downloaded cassowary v0.3.0
12162026-01-27T17:27:18.479Z Downloaded match_cfg v0.1.0
12172026-01-27T17:27:18.482Z Downloaded maplit v1.0.2
12182026-01-27T17:27:18.482Z Downloaded lru-cache v0.1.2
12192026-01-27T17:27:18.482Z Downloaded lockfree-object-pool v0.1.6
12202026-01-27T17:27:18.484Z Downloaded ingot-types v0.1.2
12212026-01-27T17:27:18.485Z Downloaded indoc v2.0.6
12222026-01-27T17:27:18.487Z Downloaded cancel-safe-futures v0.1.5
12232026-01-27T17:27:18.490Z Downloaded ciborium v0.2.2
12242026-01-27T17:27:18.492Z Downloaded chacha20 v0.9.1
12252026-01-27T17:27:18.493Z Downloaded async-bb8-diesel v0.2.1
12262026-01-27T17:27:18.495Z Downloaded half v1.8.3
12272026-01-27T17:27:18.498Z Downloaded futures-executor v0.3.31
12282026-01-27T17:27:18.498Z Downloaded daft-derive v0.1.4
12292026-01-27T17:27:18.501Z Downloaded is-terminal v0.4.13
12302026-01-27T17:27:18.501Z Downloaded lalrpop-util v0.19.12
12312026-01-27T17:27:18.503Z Downloaded convert_case v0.7.1
12322026-01-27T17:27:18.503Z Downloaded corncobs v0.1.4
12332026-01-27T17:27:18.506Z Downloaded ident_case v1.0.1
12342026-01-27T17:27:18.506Z Downloaded hubpack_derive v0.1.1
12352026-01-27T17:27:18.506Z Downloaded crossterm v0.29.0
12362026-01-27T17:27:18.510Z Downloaded glob v0.3.2
12372026-01-27T17:27:18.513Z Downloaded critical-section v1.1.3
12382026-01-27T17:27:18.513Z Downloaded diff v0.1.13
12392026-01-27T17:27:18.516Z Downloaded const_format_proc_macros v0.2.34
12402026-01-27T17:27:18.518Z Downloaded globset v0.4.15
12412026-01-27T17:27:18.518Z Downloaded foldhash v0.1.5
12422026-01-27T17:27:18.521Z Downloaded ff v0.13.0
12432026-01-27T17:27:18.521Z Downloaded fallible-iterator v0.2.0
12442026-01-27T17:27:18.524Z Downloaded daft v0.1.4
12452026-01-27T17:27:18.524Z Downloaded csv-core v0.1.11
12462026-01-27T17:27:18.526Z Downloaded crc-catalog v2.4.0
12472026-01-27T17:27:18.526Z Downloaded fs-err v2.11.0
12482026-01-27T17:27:18.529Z Downloaded ed25519 v2.2.3
12492026-01-27T17:27:18.529Z Downloaded darling v0.20.10
12502026-01-27T17:27:18.532Z Downloaded cbc v0.1.2
12512026-01-27T17:27:18.534Z Downloaded buf-list v1.0.3
12522026-01-27T17:27:18.537Z Downloaded cmake v0.1.51
12532026-01-27T17:27:18.537Z Downloaded indent_write v2.2.0
12542026-01-27T17:27:18.537Z Downloaded impl-trait-for-tuples v0.2.2
12552026-01-27T17:27:18.539Z Downloaded home v0.5.9
12562026-01-27T17:27:18.540Z Downloaded cipher v0.4.4
12572026-01-27T17:27:18.544Z Downloaded bb8 v0.8.5
12582026-01-27T17:27:18.544Z Downloaded aho-corasick v1.1.3
12592026-01-27T17:27:18.546Z Downloaded hex v0.4.3
12602026-01-27T17:27:18.549Z Downloaded heck v0.3.3
12612026-01-27T17:27:18.549Z Downloaded httpdate v1.0.3
12622026-01-27T17:27:18.552Z Downloaded globwalk v0.9.1
12632026-01-27T17:27:18.552Z Downloaded crossterm v0.28.1
12642026-01-27T17:27:18.557Z Downloaded foldhash v0.2.0
12652026-01-27T17:27:18.560Z Downloaded filetime v0.2.26
12662026-01-27T17:27:18.560Z Downloaded futures-io v0.3.31
12672026-01-27T17:27:18.563Z Downloaded futures-macro v0.3.31
12682026-01-27T17:27:18.563Z Downloaded erased-serde v0.3.31
12692026-01-27T17:27:18.563Z Downloaded env_logger v0.11.8
12702026-01-27T17:27:18.566Z Downloaded ena v0.14.3
12712026-01-27T17:27:18.566Z Downloaded ecdsa v0.16.9
12722026-01-27T17:27:18.569Z Downloaded ctr v0.9.2
12732026-01-27T17:27:18.571Z Downloaded headers-core v0.3.0
12742026-01-27T17:27:18.571Z Downloaded ghash v0.5.1
12752026-01-27T17:27:18.571Z Downloaded bzip2 v0.5.2
12762026-01-27T17:27:18.574Z Downloaded cstr-argument v0.1.2
12772026-01-27T17:27:18.574Z Downloaded cexpr v0.6.0
12782026-01-27T17:27:18.574Z Downloaded blowfish v0.9.1
12792026-01-27T17:27:18.577Z Downloaded bitflags v1.3.2
12802026-01-27T17:27:18.580Z Downloaded bit-vec v0.8.0
12812026-01-27T17:27:18.580Z Downloaded bit-vec v0.6.3
12822026-01-27T17:27:18.580Z Downloaded bit-set v0.8.0
12832026-01-27T17:27:18.582Z Downloaded backoff v0.4.0
12842026-01-27T17:27:18.583Z Downloaded fd-lock v4.0.2
12852026-01-27T17:27:18.585Z Downloaded env_filter v0.1.2
12862026-01-27T17:27:18.585Z Downloaded embedded-io v0.6.1
12872026-01-27T17:27:18.590Z Downloaded dyn-clone v1.0.20
12882026-01-27T17:27:18.590Z Downloaded crc8 v0.1.1
12892026-01-27T17:27:18.590Z Downloaded constant_time_eq v0.3.1
12902026-01-27T17:27:18.593Z Downloaded funty v2.0.0
12912026-01-27T17:27:18.593Z Downloaded foreign-types-shared v0.1.1
12922026-01-27T17:27:18.593Z Downloaded foreign-types-macros v0.2.3
12932026-01-27T17:27:18.593Z Downloaded foreign-types v0.5.0
12942026-01-27T17:27:18.593Z Downloaded float-cmp v0.10.0
12952026-01-27T17:27:18.593Z Downloaded dsl_auto_type v0.1.2
12962026-01-27T17:27:18.596Z Downloaded convert_case v0.4.0
12972026-01-27T17:27:18.596Z Downloaded cobs v0.2.3
12982026-01-27T17:27:18.596Z Downloaded adler2 v2.0.0
12992026-01-27T17:27:18.599Z Downloaded der v0.7.10
13002026-01-27T17:27:18.601Z Downloaded array-init v0.0.4
13012026-01-27T17:27:18.601Z Downloaded fixedbitset v0.4.2
13022026-01-27T17:27:18.604Z Downloaded endian-type v0.1.2
13032026-01-27T17:27:18.604Z Downloaded dunce v1.0.5
13042026-01-27T17:27:18.604Z Downloaded ciborium-ll v0.2.2
13052026-01-27T17:27:18.604Z Downloaded darling_macro v0.20.10
13062026-01-27T17:27:18.607Z Downloaded cargo-platform v0.1.8
13072026-01-27T17:27:18.607Z Downloaded bit-set v0.5.3
13082026-01-27T17:27:18.607Z Downloaded curve25519-dalek-derive v0.1.1
13092026-01-27T17:27:18.607Z Downloaded castaway v0.2.3
13102026-01-27T17:27:18.610Z Downloaded bitfield-struct v0.6.2
13112026-01-27T17:27:18.610Z Downloaded cfg_aliases v0.1.1
13122026-01-27T17:27:18.610Z Downloaded dirs-sys-next v0.1.2
13132026-01-27T17:27:18.613Z Downloaded dirs-next v2.0.0
13142026-01-27T17:27:18.613Z Downloaded difflib v0.4.0
13152026-01-27T17:27:18.613Z Downloaded diesel_table_macro_syntax v0.2.0
13162026-01-27T17:27:18.613Z Downloaded bcrypt-pbkdf v0.10.0
13172026-01-27T17:27:18.616Z Downloaded base16ct v0.2.0
13182026-01-27T17:27:18.616Z Downloaded derive_more v2.0.1
13192026-01-27T17:27:18.622Z Downloaded darling_core v0.21.0
13202026-01-27T17:27:18.626Z Downloaded cfg_aliases v0.2.1
13212026-01-27T17:27:18.629Z Downloaded camino-tempfile-ext v0.3.2
13222026-01-27T17:27:18.629Z Downloaded atomic-waker v1.1.2
13232026-01-27T17:27:18.632Z Downloaded async-stream v0.3.6
13242026-01-27T17:27:18.632Z Downloaded block-padding v0.3.3
13252026-01-27T17:27:18.632Z Downloaded async-stream-impl v0.3.6
13262026-01-27T17:27:18.634Z Downloaded derive_more v0.99.20
13272026-01-27T17:27:18.637Z Downloaded crossbeam-epoch v0.9.18
13282026-01-27T17:27:18.640Z Downloaded derive_builder_core v0.20.2
13292026-01-27T17:27:18.643Z Downloaded crossbeam-utils v0.8.21
13302026-01-27T17:27:18.643Z Downloaded bcs v0.1.6
13312026-01-27T17:27:18.645Z Downloaded derive-ex v0.1.8
13322026-01-27T17:27:18.645Z Downloaded defmt v0.3.8
13332026-01-27T17:27:18.648Z Downloaded ciborium-io v0.2.2
13342026-01-27T17:27:18.651Z Downloaded bzip2 v0.4.4
13352026-01-27T17:27:18.651Z Downloaded bitfield-macros v0.19.2
13362026-01-27T17:27:18.651Z Downloaded bitfield v0.19.2
13372026-01-27T17:27:18.654Z Downloaded data-encoding v2.9.0
13382026-01-27T17:27:18.654Z Downloaded base64ct v1.6.0
13392026-01-27T17:27:18.657Z Downloaded async-trait v0.1.89
13402026-01-27T17:27:18.657Z Downloaded blake2 v0.10.6
13412026-01-27T17:27:18.660Z Downloaded der_derive v0.7.3
13422026-01-27T17:27:18.663Z Downloaded crunchy v0.2.2
13432026-01-27T17:27:18.663Z Downloaded base64 v0.22.1
13442026-01-27T17:27:18.666Z Downloaded arrayvec v0.7.6
13452026-01-27T17:27:18.666Z Downloaded crucible-workspace-hack v0.1.0
13462026-01-27T17:27:18.669Z Downloaded atty v0.2.14
13472026-01-27T17:27:18.669Z Downloaded arrayref v0.3.9
13482026-01-27T17:27:18.669Z Downloaded atomicwrites v0.4.4
13492026-01-27T17:27:18.669Z Downloaded debug-ignore v1.0.5
13502026-01-27T17:27:18.672Z Downloaded cargo_metadata v0.19.2
13512026-01-27T17:27:18.672Z Downloaded ascii-canvas v3.0.0
13522026-01-27T17:27:18.674Z Downloaded addr2line v0.24.2
13532026-01-27T17:27:18.849Z Downloaded aws-lc-sys v0.26.0
13542026-01-27T17:27:19.155Z Compiling value-bag v1.12.0
13552026-01-27T17:27:19.155Z Compiling lock_api v0.4.12
13562026-01-27T17:27:19.155Z Compiling scopeguard v1.2.0
13572026-01-27T17:27:19.158Z Compiling shlex v1.3.0
13582026-01-27T17:27:19.158Z Compiling typenum v1.17.0
13592026-01-27T17:27:19.158Z Compiling syn v2.0.111
13602026-01-27T17:27:19.158Z Compiling getrandom v0.2.15
13612026-01-27T17:27:19.318Z Compiling jobserver v0.1.32
13622026-01-27T17:27:19.508Z Compiling smallvec v1.15.1
13632026-01-27T17:27:19.656Z Compiling rand_core v0.6.4
13642026-01-27T17:27:19.778Z Compiling log v0.4.29
13652026-01-27T17:27:19.940Z Compiling cc v1.2.30
13662026-01-27T17:27:20.016Z Compiling generic-array v0.14.7
13672026-01-27T17:27:20.311Z Compiling subtle v2.6.1
13682026-01-27T17:27:20.333Z Compiling portable-atomic v1.11.0
13692026-01-27T17:27:20.363Z Compiling critical-section v1.1.3
13702026-01-27T17:27:20.453Z Compiling const-oid v0.9.6
13712026-01-27T17:27:20.533Z Compiling pkg-config v0.3.31
13722026-01-27T17:27:20.641Z Compiling serde_json v1.0.149
13732026-01-27T17:27:20.660Z Compiling getrandom v0.3.4
13742026-01-27T17:27:21.041Z Compiling spin v0.9.8
13752026-01-27T17:27:21.498Z Compiling regex-syntax v0.8.5
13762026-01-27T17:27:21.872Z Compiling parking_lot_core v0.9.10
13772026-01-27T17:27:21.944Z Compiling pin-project-lite v0.2.14
13782026-01-27T17:27:22.375Z Compiling libm v0.2.8
13792026-01-27T17:27:22.588Z Compiling rustix v0.38.37
13802026-01-27T17:27:22.762Z Compiling once_cell v1.21.3
13812026-01-27T17:27:22.846Z Compiling signal-hook-registry v1.4.2
13822026-01-27T17:27:23.158Z Compiling num-traits v0.2.19
13832026-01-27T17:27:23.197Z Compiling allocator-api2 v0.2.21
13842026-01-27T17:27:23.425Z Compiling parking_lot v0.12.3
13852026-01-27T17:27:23.763Z Compiling mio v1.0.2
13862026-01-27T17:27:23.880Z Compiling futures-core v0.3.31
13872026-01-27T17:27:23.900Z Compiling lazy_static v1.5.0
13882026-01-27T17:27:24.039Z Compiling aho-corasick v1.1.3
13892026-01-27T17:27:24.141Z Compiling percent-encoding v2.3.2
13902026-01-27T17:27:24.200Z Compiling socket2 v0.6.1
13912026-01-27T17:27:24.765Z Compiling slab v0.4.9
13922026-01-27T17:27:24.804Z Compiling cpufeatures v0.2.14
13932026-01-27T17:27:24.875Z Compiling glob v0.3.2
13942026-01-27T17:27:24.944Z Compiling futures-sink v0.3.31
13952026-01-27T17:27:25.125Z Compiling either v1.15.0
13962026-01-27T17:27:25.146Z Compiling futures-channel v0.3.31
13972026-01-27T17:27:25.573Z Compiling hashbrown v0.16.1
13982026-01-27T17:27:25.595Z Compiling futures-io v0.3.31
13992026-01-27T17:27:25.654Z Compiling futures-task v0.3.31
14002026-01-27T17:27:25.723Z Compiling clang-sys v1.8.1
14012026-01-27T17:27:25.867Z Compiling pin-utils v0.1.0
14022026-01-27T17:27:25.972Z Compiling rustversion v1.0.22
14032026-01-27T17:27:25.993Z Compiling regex-automata v0.4.11
14042026-01-27T17:27:26.167Z Compiling prettyplease v0.2.36
14052026-01-27T17:27:26.422Z Compiling minimal-lexical v0.2.1
14062026-01-27T17:27:26.554Z Compiling libloading v0.8.5
14072026-01-27T17:27:26.781Z Compiling synstructure v0.13.1
14082026-01-27T17:27:26.905Z Compiling nom v7.1.3
14092026-01-27T17:27:26.932Z Compiling indexmap v2.12.1
14102026-01-27T17:27:27.217Z Compiling base64ct v1.6.0
14112026-01-27T17:27:27.772Z Compiling home v0.5.9
14122026-01-27T17:27:27.924Z Compiling ident_case v1.0.1
14132026-01-27T17:27:27.992Z Compiling bindgen v0.69.5
14142026-01-27T17:27:28.132Z Compiling pem-rfc7468 v0.7.0
14152026-01-27T17:27:28.403Z Compiling itertools v0.12.1
14162026-01-27T17:27:28.727Z Compiling form_urlencoded v1.2.2
14172026-01-27T17:27:28.991Z Compiling lazycell v1.3.0
14182026-01-27T17:27:29.057Z Compiling flagset v0.4.6
14192026-01-27T17:27:29.183Z Compiling rustc-hash v1.1.0
14202026-01-27T17:27:29.322Z Compiling rand_core v0.9.3
14212026-01-27T17:27:29.360Z Compiling cmake v0.1.51
14222026-01-27T17:27:29.892Z Compiling iana-time-zone v0.1.63
14232026-01-27T17:27:30.179Z Compiling cexpr v0.6.0
14242026-01-27T17:27:30.216Z Compiling foldhash v0.1.5
14252026-01-27T17:27:30.261Z Compiling paste v1.0.15
14262026-01-27T17:27:30.568Z Compiling fs_extra v1.3.0
14272026-01-27T17:27:30.804Z Compiling dunce v1.0.5
14282026-01-27T17:27:31.056Z Compiling hashbrown v0.15.4
14292026-01-27T17:27:31.092Z Compiling rustc_version v0.4.1
14302026-01-27T17:27:31.202Z Compiling uuid v1.19.0
14312026-01-27T17:27:31.339Z Compiling zerocopy v0.8.27
14322026-01-27T17:27:31.565Z Compiling serde_derive v1.0.228
14332026-01-27T17:27:31.692Z Compiling zeroize_derive v1.4.2
14342026-01-27T17:27:32.204Z Compiling zerofrom-derive v0.1.4
14352026-01-27T17:27:32.221Z Compiling yoke-derive v0.7.4
14362026-01-27T17:27:32.291Z Compiling zerovec-derive v0.10.3
14372026-01-27T17:27:32.641Z Compiling displaydoc v0.2.5
14382026-01-27T17:27:33.062Z Compiling zeroize v1.8.1
14392026-01-27T17:27:34.204Z Compiling icu_provider_macros v1.5.0
14402026-01-27T17:27:34.645Z Compiling zerocopy-derive v0.7.35
14412026-01-27T17:27:34.855Z Compiling crypto-common v0.1.6
14422026-01-27T17:27:34.858Z Compiling block-buffer v0.10.4
14432026-01-27T17:27:35.115Z Compiling digest v0.10.7
14442026-01-27T17:27:35.138Z Compiling zerofrom v0.1.4
14452026-01-27T17:27:35.159Z Compiling tokio-macros v2.6.0
14462026-01-27T17:27:35.260Z Compiling thiserror-impl v2.0.17
14472026-01-27T17:27:35.407Z Compiling yoke v0.7.4
14482026-01-27T17:27:35.602Z Compiling hmac v0.12.1
14492026-01-27T17:27:35.789Z Compiling zerovec v0.10.4
14502026-01-27T17:27:35.875Z Compiling block-padding v0.3.3
14512026-01-27T17:27:36.154Z Compiling futures-macro v0.3.31
14522026-01-27T17:27:36.423Z Compiling inout v0.1.3
14532026-01-27T17:27:36.668Z Compiling zerocopy v0.7.35
14542026-01-27T17:27:36.735Z Compiling regex v1.11.3
14552026-01-27T17:27:36.776Z Compiling cipher v0.4.4
14562026-01-27T17:27:37.317Z Compiling sha2 v0.10.9
14572026-01-27T17:27:37.712Z Compiling tinystr v0.7.6
14582026-01-27T17:27:37.832Z Compiling icu_collections v1.5.0
14592026-01-27T17:27:37.932Z Compiling futures-util v0.3.31
14602026-01-27T17:27:38.074Z Compiling icu_locid v1.5.0
14612026-01-27T17:27:38.098Z Compiling ppv-lite86 v0.2.20
14622026-01-27T17:27:38.275Z Compiling der_derive v0.7.3
14632026-01-27T17:27:38.300Z Compiling thiserror v2.0.17
14642026-01-27T17:27:38.466Z Compiling pest v2.8.2
14652026-01-27T17:27:38.847Z Compiling salsa20 v0.10.2
14662026-01-27T17:27:38.864Z Compiling serde v1.0.228
14672026-01-27T17:27:39.074Z Compiling pbkdf2 v0.12.2
14682026-01-27T17:27:39.077Z Compiling vcpkg v0.2.15
14692026-01-27T17:27:39.288Z Compiling icu_provider v1.5.0
14702026-01-27T17:27:40.012Z Compiling bitflags v2.9.4
14712026-01-27T17:27:40.164Z Compiling bytes v1.10.1
14722026-01-27T17:27:40.287Z Compiling icu_locid_transform v1.5.0
14732026-01-27T17:27:40.473Z Compiling der v0.7.10
14742026-01-27T17:27:40.772Z Compiling chrono v0.4.42
14752026-01-27T17:27:41.753Z Compiling openssl-sys v0.9.109
14762026-01-27T17:27:41.902Z Compiling tokio v1.48.0
14772026-01-27T17:27:41.902Z Compiling icu_properties v1.5.1
14782026-01-27T17:27:42.040Z Compiling http v1.4.0
14792026-01-27T17:27:42.615Z Compiling spki v0.7.3
14802026-01-27T17:27:43.013Z Compiling pest_meta v2.8.2
14812026-01-27T17:27:43.275Z Compiling scrypt v0.11.0
14822026-01-27T17:27:43.347Z Compiling rand_chacha v0.9.0
14832026-01-27T17:27:43.798Z Compiling aes v0.8.4
14842026-01-27T17:27:44.090Z Compiling which v4.4.2
14852026-01-27T17:27:44.168Z Compiling cbc v0.1.2
14862026-01-27T17:27:44.711Z Compiling zerocopy-derive v0.8.27
14872026-01-27T17:27:45.090Z Compiling pkcs5 v0.7.1
14882026-01-27T17:27:46.074Z Compiling icu_normalizer v1.5.0
14892026-01-27T17:27:46.156Z Compiling pest_generator v2.8.2
14902026-01-27T17:27:46.221Z Compiling rand v0.9.2
14912026-01-27T17:27:47.316Z Compiling idna_adapter v1.2.0
14922026-01-27T17:27:47.345Z Compiling tracing-attributes v0.1.27
14932026-01-27T17:27:47.567Z Compiling idna v1.0.3
14942026-01-27T17:27:47.659Z Compiling serde_derive_internals v0.29.1
14952026-01-27T17:27:47.712Z Compiling ring v0.17.14
14962026-01-27T17:27:47.962Z Compiling tracing-core v0.1.32
14972026-01-27T17:27:48.774Z Compiling url v2.5.4
14982026-01-27T17:27:49.007Z Compiling aws-lc-rs v1.12.4
14992026-01-27T17:27:49.123Z Compiling schemars v0.8.22
15002026-01-27T17:27:49.476Z Compiling rustix v1.1.3
15012026-01-27T17:27:49.504Z Compiling adler2 v2.0.0
15022026-01-27T17:27:49.727Z Compiling miniz_oxide v0.8.5
15032026-01-27T17:27:49.865Z Compiling tokio-util v0.7.15
15042026-01-27T17:27:50.461Z Compiling tracing v0.1.40
15052026-01-27T17:27:50.512Z Compiling schemars_derive v0.8.22
15062026-01-27T17:27:50.949Z Compiling pest_derive v2.8.2
15072026-01-27T17:27:51.107Z Compiling pkcs8 v0.10.2
15082026-01-27T17:27:51.468Z Compiling http-body v1.0.1
15092026-01-27T17:27:51.694Z Compiling scroll_derive v0.13.1
15102026-01-27T17:27:51.730Z Compiling darling_core v0.20.10
15112026-01-27T17:27:51.749Z Compiling base64 v0.22.1
15122026-01-27T17:27:52.071Z Compiling tinyvec_macros v0.1.1
15132026-01-27T17:27:52.184Z Compiling dyn-clone v1.0.20
15142026-01-27T17:27:52.361Z Compiling httparse v1.9.5
15152026-01-27T17:27:52.417Z Compiling rustls-pki-types v1.10.0
15162026-01-27T17:27:53.058Z Compiling tinyvec v1.8.0
15172026-01-27T17:27:53.389Z Compiling scroll v0.13.0
15182026-01-27T17:27:53.915Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15192026-01-27T17:27:54.511Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-01-27T17:27:54.664Z Compiling untrusted v0.7.1
15212026-01-27T17:27:54.734Z Compiling openssl v0.10.73
15222026-01-27T17:27:54.876Z Compiling num-conv v0.1.0
15232026-01-27T17:27:55.072Z Compiling tower-service v0.3.3
15242026-01-27T17:27:55.171Z Compiling tower-layer v0.3.3
15252026-01-27T17:27:55.205Z Compiling untrusted v0.9.0
15262026-01-27T17:27:55.229Z Compiling time-core v0.1.6
15272026-01-27T17:27:55.414Z Compiling try-lock v0.2.5
15282026-01-27T17:27:55.492Z Compiling powerfmt v0.2.0
15292026-01-27T17:27:55.545Z Compiling foreign-types-shared v0.1.1
15302026-01-27T17:27:55.593Z Compiling openssl-probe v0.1.5
15312026-01-27T17:27:55.681Z Compiling atomic-waker v1.1.2
15322026-01-27T17:27:55.882Z Compiling h2 v0.4.6
15332026-01-27T17:27:55.903Z Compiling deranged v0.5.3
15342026-01-27T17:27:55.930Z Compiling foreign-types v0.3.2
15352026-01-27T17:27:56.038Z Compiling tempfile v3.24.0
15362026-01-27T17:27:56.223Z Compiling want v0.3.1
15372026-01-27T17:27:56.388Z Compiling time-macros v0.2.24
15382026-01-27T17:27:57.314Z Compiling darling_macro v0.20.10
15392026-01-27T17:27:58.124Z Compiling goblin v0.10.2
15402026-01-27T17:27:58.173Z Compiling darling v0.20.10
15412026-01-27T17:27:58.826Z Compiling ipnet v2.11.0
15422026-01-27T17:27:58.867Z Compiling openssl-macros v0.1.1
15432026-01-27T17:27:59.552Z Compiling wait-timeout v0.2.0
15442026-01-27T17:27:59.573Z Compiling quick-error v1.2.3
15452026-01-27T17:27:59.744Z Compiling num_threads v0.1.7
15462026-01-27T17:27:59.933Z Compiling httpdate v1.0.3
15472026-01-27T17:27:59.955Z Compiling bit-vec v0.8.0
15482026-01-27T17:28:00.110Z Compiling usdt-impl v0.6.0
15492026-01-27T17:28:00.312Z Compiling crossbeam-utils v0.8.21
15502026-01-27T17:28:00.354Z Compiling rustls v0.23.19
15512026-01-27T17:28:00.416Z Compiling native-tls v0.2.12
15522026-01-27T17:28:00.470Z Compiling syn v1.0.109
15532026-01-27T17:28:00.662Z Compiling gimli v0.31.1
15542026-01-27T17:28:00.882Z Compiling bit-set v0.8.0
15552026-01-27T17:28:00.910Z Compiling time v0.3.43
15562026-01-27T17:28:01.133Z Compiling rusty-fork v0.3.0
15572026-01-27T17:28:01.786Z Compiling derive_builder_core v0.20.2
15582026-01-27T17:28:03.843Z Compiling hyper v1.8.1
15592026-01-27T17:28:04.719Z Compiling addr2line v0.24.2
15602026-01-27T17:28:05.227Z Compiling dof v0.4.0
15612026-01-27T17:28:05.409Z Compiling unicode-normalization v0.1.24
15622026-01-27T17:28:05.436Z Compiling dtrace-parser v0.3.0
15632026-01-27T17:28:06.427Z Compiling signature v2.2.0
15642026-01-27T17:28:06.757Z Compiling heapless v0.7.17
15652026-01-27T17:28:07.058Z Compiling thiserror-impl v1.0.69
15662026-01-27T17:28:07.234Z Compiling scroll_derive v0.12.0
15672026-01-27T17:28:07.431Z Compiling rand_xorshift v0.4.0
15682026-01-27T17:28:07.483Z Compiling darling_core v0.21.0
15692026-01-27T17:28:07.718Z Compiling slog v2.8.2
15702026-01-27T17:28:08.064Z Compiling thread-id v5.0.0
15712026-01-27T17:28:08.207Z Compiling cookie v0.18.1
15722026-01-27T17:28:08.560Z Compiling object v0.36.5
15732026-01-27T17:28:08.595Z Compiling crc32fast v1.4.2
15742026-01-27T17:28:08.740Z Compiling unicode-properties v0.1.3
15752026-01-27T17:28:08.897Z Compiling anyhow v1.0.99
15762026-01-27T17:28:08.919Z Compiling zlib-rs v0.5.1
15772026-01-27T17:28:09.132Z Compiling unicode-bidi v0.3.17
15782026-01-27T17:28:09.501Z Compiling unarray v0.1.4
15792026-01-27T17:28:09.697Z Compiling rustc-demangle v0.1.24
15802026-01-27T17:28:09.911Z Compiling zstd-safe v7.2.3
15812026-01-27T17:28:10.282Z Compiling signal-hook v0.3.18
15822026-01-27T17:28:10.426Z Compiling siphasher v0.3.11
15832026-01-27T17:28:10.628Z Compiling thiserror v1.0.69
15842026-01-27T17:28:10.651Z Compiling stringprep v0.1.5
15852026-01-27T17:28:10.796Z Compiling phf_shared v0.11.2
15862026-01-27T17:28:10.827Z Compiling proptest v1.7.0
15872026-01-27T17:28:11.214Z Compiling scroll v0.12.0
15882026-01-27T17:28:11.796Z Compiling hyper-util v0.1.19
15892026-01-27T17:28:12.315Z Compiling derive_builder_macro v0.20.2
15902026-01-27T17:28:13.544Z Compiling darling_macro v0.21.0
15912026-01-27T17:28:14.231Z Compiling ipnetwork v0.21.1
15922026-01-27T17:28:14.418Z Compiling serde_tokenstream v0.2.2
15932026-01-27T17:28:15.015Z Compiling backtrace v0.3.74
15942026-01-27T17:28:15.068Z Compiling serde_spanned v0.6.9
15952026-01-27T17:28:15.328Z Compiling libz-rs-sys v0.5.1
15962026-01-27T17:28:15.556Z Compiling erased-serde v0.3.31
15972026-01-27T17:28:15.627Z Compiling toml_datetime v0.6.11
15982026-01-27T17:28:15.832Z Compiling rand_chacha v0.3.1
15992026-01-27T17:28:16.075Z Compiling md-5 v0.10.6
16002026-01-27T17:28:16.137Z Compiling curve25519-dalek v4.1.3
16012026-01-27T17:28:16.361Z Compiling vergen-lib v0.1.6
16022026-01-27T17:28:16.703Z Compiling num-integer v0.1.46
16032026-01-27T17:28:16.816Z Compiling sync_wrapper v1.0.1
16042026-01-27T17:28:16.837Z Compiling ff v0.13.0
16052026-01-27T17:28:16.992Z Compiling hash32 v0.2.1
16062026-01-27T17:28:17.075Z Compiling memoffset v0.9.1
16072026-01-27T17:28:17.360Z Compiling psl-types v2.0.11
16082026-01-27T17:28:17.406Z Compiling smoltcp v0.9.1
16092026-01-27T17:28:17.451Z Compiling ref-cast v1.0.25
16102026-01-27T17:28:17.581Z Compiling num-bigint-dig v0.8.6
16112026-01-27T17:28:17.679Z Compiling litrs v0.4.1
16122026-01-27T17:28:17.736Z Compiling base16ct v0.2.0
16132026-01-27T17:28:17.923Z Compiling fallible-iterator v0.2.0
16142026-01-27T17:28:18.046Z Compiling cfg_aliases v0.2.1
16152026-01-27T17:28:18.120Z Compiling sec1 v0.7.3
16162026-01-27T17:28:18.166Z Compiling nix v0.29.0
16172026-01-27T17:28:18.192Z Compiling publicsuffix v2.3.0
16182026-01-27T17:28:18.611Z Compiling postgres-protocol v0.6.8
16192026-01-27T17:28:18.677Z Compiling num-iter v0.1.45
16202026-01-27T17:28:18.728Z Compiling document-features v0.2.11
16212026-01-27T17:28:18.914Z Compiling group v0.13.0
16222026-01-27T17:28:19.024Z Compiling tower v0.5.2
16232026-01-27T17:28:19.712Z Compiling newtype-uuid v1.3.2
16242026-01-27T17:28:19.869Z Compiling rand v0.8.5
16252026-01-27T17:28:20.088Z Compiling flate2 v1.1.2
16262026-01-27T17:28:20.277Z Compiling oxnet v0.1.4
16272026-01-27T17:28:20.416Z Compiling darling v0.21.0
16282026-01-27T17:28:20.559Z Compiling derive_builder v0.20.2
16292026-01-27T17:28:20.766Z Compiling tokio-native-tls v0.3.1
16302026-01-27T17:28:21.048Z Compiling goblin v0.8.2
16312026-01-27T17:28:21.513Z Compiling rustls-native-certs v0.8.1
16322026-01-27T17:28:21.881Z Compiling webpki-roots v1.0.1
16332026-01-27T17:28:21.961Z Compiling http-body-util v0.1.3
16342026-01-27T17:28:21.987Z Compiling strum_macros v0.27.2
16352026-01-27T17:28:22.058Z Compiling terminal_size v0.4.0
16362026-01-27T17:28:22.101Z Compiling cargo-platform v0.1.8
16372026-01-27T17:28:22.297Z Compiling hkdf v0.12.4
16382026-01-27T17:28:22.439Z Compiling crypto-bigint v0.5.5
16392026-01-27T17:28:22.572Z Compiling curve25519-dalek-derive v0.1.1
16402026-01-27T17:28:22.621Z Compiling async-trait v0.1.89
16412026-01-27T17:28:24.036Z Compiling daft-derive v0.1.4
16422026-01-27T17:28:24.667Z Compiling hubpack_derive v0.1.1
16432026-01-27T17:28:25.153Z Compiling ref-cast-impl v1.0.25
16442026-01-27T17:28:25.611Z Compiling vergen v9.0.6
16452026-01-27T17:28:25.653Z Compiling ahash v0.8.12
16462026-01-27T17:28:25.951Z Compiling fs-err v3.1.1
16472026-01-27T17:28:26.035Z Compiling ryu v1.0.18
16482026-01-27T17:28:26.255Z Compiling iri-string v0.7.8
16492026-01-27T17:28:26.280Z Compiling unicode-segmentation v1.12.0
16502026-01-27T17:28:26.375Z Compiling winnow v0.5.40
16512026-01-27T17:28:26.854Z Compiling managed v0.8.0
16522026-01-27T17:28:27.120Z Compiling bitflags v1.3.2
16532026-01-27T17:28:27.243Z Compiling bumpalo v3.16.0
16542026-01-27T17:28:27.285Z Compiling lockfree-object-pool v0.1.6
16552026-01-27T17:28:27.570Z Compiling buf-list v1.0.3
16562026-01-27T17:28:27.716Z Compiling simd-adler32 v0.3.7
16572026-01-27T17:28:28.205Z Compiling zopfli v0.8.1
16582026-01-27T17:28:28.300Z Compiling strum v0.27.2
16592026-01-27T17:28:28.506Z Compiling dof v0.3.0
16602026-01-27T17:28:29.738Z Compiling toml_edit v0.19.15
16612026-01-27T17:28:29.841Z Compiling tower-http v0.6.6
16622026-01-27T17:28:30.002Z Compiling clap_builder v4.5.48
16632026-01-27T17:28:30.164Z Compiling serde_urlencoded v0.7.1
16642026-01-27T17:28:30.352Z Compiling daft v0.1.4
16652026-01-27T17:28:30.375Z Compiling hubpack v0.1.2
16662026-01-27T17:28:30.683Z Compiling elliptic-curve v0.13.8
16672026-01-27T17:28:30.775Z Compiling cargo_metadata v0.19.2
16682026-01-27T17:28:30.923Z Compiling hyper-tls v0.6.0
16692026-01-27T17:28:31.341Z Compiling signal-hook-mio v0.2.4
16702026-01-27T17:28:31.518Z Compiling cookie_store v0.21.1
16712026-01-27T17:28:31.541Z Compiling zstd v0.13.3
16722026-01-27T17:28:33.769Z Compiling serde_with_macros v3.16.1
16732026-01-27T17:28:34.172Z Compiling postgres-types v0.2.9
16742026-01-27T17:28:35.611Z Compiling usdt-macro v0.6.0
16752026-01-27T17:28:36.284Z Compiling usdt-attr-macro v0.6.0
16762026-01-27T17:28:36.389Z Compiling phf v0.11.2
16772026-01-27T17:28:36.668Z Compiling dtrace-parser v0.2.0
16782026-01-27T17:28:36.690Z Compiling ed25519 v2.2.3
16792026-01-27T17:28:37.064Z Compiling bzip2 v0.4.4
16802026-01-27T17:28:37.456Z Compiling bzip2 v0.5.2
16812026-01-27T17:28:37.649Z Compiling pkcs1 v0.7.5
16822026-01-27T17:28:37.831Z Compiling enum-as-inner v0.6.1
16832026-01-27T17:28:37.859Z Compiling clap_derive v4.5.47
16842026-01-27T17:28:38.544Z Compiling strum_macros v0.26.4
16852026-01-27T17:28:38.567Z Compiling serde-big-array v0.5.1
16862026-01-27T17:28:38.570Z Compiling hex v0.4.3
16872026-01-27T17:28:38.676Z Compiling rfc6979 v0.4.0
16882026-01-27T17:28:38.810Z Compiling serde_repr v0.1.19
16892026-01-27T17:28:38.879Z Compiling bstr v1.10.0
16902026-01-27T17:28:38.901Z Compiling float-cmp v0.10.0
16912026-01-27T17:28:39.148Z Compiling env_filter v0.1.2
16922026-01-27T17:28:39.170Z Compiling socket2 v0.5.10
16932026-01-27T17:28:39.770Z Compiling memmap2 v0.9.8
16942026-01-27T17:28:39.901Z Compiling encoding_rs v0.8.34
16952026-01-27T17:28:40.116Z Compiling new_debug_unreachable v1.0.6
16962026-01-27T17:28:40.194Z Compiling difflib v0.4.0
16972026-01-27T17:28:40.233Z Compiling data-encoding v2.9.0
16982026-01-27T17:28:40.376Z Compiling mime v0.3.17
16992026-01-27T17:28:40.899Z Compiling foldhash v0.2.0
17002026-01-27T17:28:41.315Z Compiling precomputed-hash v0.1.1
17012026-01-27T17:28:41.457Z Compiling whoami v1.5.2
17022026-01-27T17:28:41.477Z Compiling predicates-core v1.0.8
17032026-01-27T17:28:41.800Z Compiling keccak v0.1.5
17042026-01-27T17:28:41.896Z Compiling normalize-line-endings v0.3.0
17052026-01-27T17:28:42.009Z Compiling fixedbitset v0.5.7
17062026-01-27T17:28:42.051Z Compiling static_assertions v1.1.0
17072026-01-27T17:28:42.169Z Compiling fixedbitset v0.4.2
17082026-01-27T17:28:42.190Z Compiling jiff v0.2.15
17092026-01-27T17:28:42.582Z Compiling rustc-hash v2.1.1
17102026-01-27T17:28:42.656Z Compiling petgraph v0.6.5
17112026-01-27T17:28:42.692Z Compiling strum v0.26.3
17122026-01-27T17:28:42.776Z Compiling iddqd v0.3.16
17132026-01-27T17:28:42.888Z Compiling petgraph v0.8.2
17142026-01-27T17:28:43.452Z Compiling clap v4.5.48
17152026-01-27T17:28:43.591Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17162026-01-27T17:28:44.007Z Compiling sha3 v0.10.8
17172026-01-27T17:28:45.073Z Compiling predicates v3.1.3
17182026-01-27T17:28:45.128Z Compiling toml_edit v0.22.27
17192026-01-27T17:28:45.352Z Compiling tokio-postgres v0.7.13
17202026-01-27T17:28:46.100Z Compiling string_cache v0.8.9
17212026-01-27T17:28:46.556Z Compiling hickory-proto v0.25.2
17222026-01-27T17:28:46.588Z Compiling usdt v0.6.0
17232026-01-27T17:28:47.090Z Compiling usdt-impl v0.5.0
17242026-01-27T17:28:47.505Z Compiling similar v2.7.0
17252026-01-27T17:28:48.416Z Compiling env_logger v0.11.8
17262026-01-27T17:28:49.166Z Compiling serde_with v3.16.1
17272026-01-27T17:28:49.486Z Compiling zip v4.2.0
17282026-01-27T17:28:50.418Z Compiling ecdsa v0.16.9
17292026-01-27T17:28:50.629Z Compiling rsa v0.9.8
17302026-01-27T17:28:51.253Z Compiling zip v0.6.6
17312026-01-27T17:28:51.646Z Compiling ed25519-dalek v2.1.1
17322026-01-27T17:28:52.996Z Compiling toml v0.7.8
17332026-01-27T17:28:53.375Z Compiling crossterm v0.28.1
17342026-01-27T17:28:54.176Z Compiling heck v0.4.1
17352026-01-27T17:28:54.458Z Compiling crossbeam-epoch v0.9.18
17362026-01-27T17:28:54.478Z Compiling tokio-stream v0.1.17
17372026-01-27T17:28:54.499Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17382026-01-27T17:28:54.625Z Compiling x509-cert v0.2.5
17392026-01-27T17:28:54.958Z Compiling openapiv3 v2.2.0
17402026-01-27T17:28:55.186Z Compiling sha1 v0.10.6
17412026-01-27T17:28:55.512Z Compiling itertools v0.10.5
17422026-01-27T17:28:55.632Z Compiling itertools v0.13.0
17432026-01-27T17:28:56.646Z Compiling winnow v0.6.26
17442026-01-27T17:28:58.065Z Compiling lalrpop-util v0.19.12
17452026-01-27T17:28:58.169Z Compiling peg-runtime v0.8.5
17462026-01-27T17:28:58.367Z Compiling thread_local v1.1.8
17472026-01-27T17:28:58.426Z Compiling slog-async v2.8.0
17482026-01-27T17:28:58.643Z Compiling crossbeam-channel v0.5.15
17492026-01-27T17:28:58.760Z Compiling xattr v1.3.1
17502026-01-27T17:28:58.837Z Compiling futures-executor v0.3.31
17512026-01-27T17:28:59.002Z Compiling is-terminal v0.4.13
17522026-01-27T17:28:59.024Z Compiling filetime v0.2.26
17532026-01-27T17:28:59.043Z Compiling term v1.1.0
17542026-01-27T17:28:59.061Z Compiling take_mut v0.2.2
17552026-01-27T17:28:59.147Z Compiling futures v0.3.31
17562026-01-27T17:28:59.231Z Compiling tar v0.4.44
17572026-01-27T17:28:59.577Z Compiling slog-term v2.9.2
17582026-01-27T17:29:02.631Z Compiling aws-lc-sys v0.26.0
17592026-01-27T17:29:33.847Z Compiling rustls-webpki v0.102.8
17602026-01-27T17:29:38.430Z Compiling tokio-rustls v0.26.0
17612026-01-27T17:29:38.685Z Compiling hyper-rustls v0.27.7
17622026-01-27T17:29:38.980Z Compiling reqwest v0.12.24
17632026-01-27T17:29:42.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-01-27T17:29:43.031Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-01-27T17:29:47.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
17662026-01-27T17:29:47.949Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-01-27T17:29:48.009ZJan 27 17:29:47.487 INFO Starting download, target: Cockroach
17682026-01-27T17:29:48.009ZJan 27 17:29:47.488 INFO Starting download, target: Console
17692026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Starting download, target: Clickhouse
17702026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Starting download, target: DendriteStub
17712026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Starting download, target: MaghemiteMgd
17722026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Starting download, target: TransceiverControl
17732026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17742026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17752026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-01-27T17:29:48.012ZJan 27 17:29:47.488 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792026-01-27T17:29:48.330ZJan 27 17:29:47.808 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-01-27T17:29:48.567ZJan 27 17:29:48.039 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-01-27T17:29:48.809ZJan 27 17:29:48.284 INFO Download complete, target: TransceiverControl
17822026-01-27T17:29:49.016ZJan 27 17:29:48.493 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-01-27T17:29:49.077ZJan 27 17:29:48.556 INFO Download complete, target: Console
17842026-01-27T17:29:49.259ZJan 27 17:29:48.737 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-01-27T17:29:49.703ZJan 27 17:29:49.180 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-01-27T17:29:49.704ZJan 27 17:29:49.180 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-01-27T17:29:49.928ZJan 27 17:29:49.406 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17882026-01-27T17:29:53.250ZJan 27 17:29:52.728 INFO Download complete, target: DendriteStub
17892026-01-27T17:29:53.518ZJan 27 17:29:52.996 INFO Download complete, target: MaghemiteMgd
17902026-01-27T17:29:57.854ZJan 27 17:29:57.331 INFO Checking that binary works, target: Cockroach
17912026-01-27T17:29:57.983ZJan 27 17:29:57.461 INFO Download complete, target: Cockroach
17922026-01-27T17:30:01.416ZJan 27 17:30:00.893 INFO Checking that binary works, target: Clickhouse
17932026-01-27T17:30:01.653ZJan 27 17:30:01.131 INFO Download complete, target: Clickhouse
17942026-01-27T17:30:01.675ZAll builder prerequisites installed successfully, and PATH looks valid
17952026-01-27T17:30:01.677Z
17962026-01-27T17:30:01.677Zreal 5:40.295655391
17972026-01-27T17:30:01.677Zuser 18:32.114856200
17982026-01-27T17:30:01.677Zsys 2:31.398646982
17992026-01-27T17:30:01.677Ztrap 0.681084346
18002026-01-27T17:30:01.678Ztflt 2.355631822
18012026-01-27T17:30:01.678Zdflt 2.595327839
18022026-01-27T17:30:01.678Zkflt 0.260779865
18032026-01-27T17:30:01.678Zlock 44:45.242252779
18042026-01-27T17:30:01.678Zslp 1:09:00.591452531
18052026-01-27T17:30:01.678Zlat 1:19.585457638
18062026-01-27T17:30:01.678Zstop 3:08.302980573
18072026-01-27T17:30:01.678Z++ bmat factory name
18082026-01-27T17:30:01.683Z++ bmat factory private
18092026-01-27T17:30:01.688Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-03169a650eb93a5cd '{
18102026-01-27T17:30:01.688Z buildomat: {
18112026-01-27T17:30:01.688Z factory: {
18122026-01-27T17:30:01.688Z name: $bmat_factory_name,
18132026-01-27T17:30:01.688Z private: $bmat_factory_private,
18142026-01-27T17:30:01.688Z },
18152026-01-27T17:30:01.688Z },
18162026-01-27T17:30:01.688Z }'
18172026-01-27T17:30:01.823Z+ banner ls-apis
18182026-01-27T17:30:01.827Z
18192026-01-27T17:30:01.827Z # #### ## ##### # ####
18202026-01-27T17:30:01.827Z # # # # # # # #
18212026-01-27T17:30:01.827Z # #### ##### # # # # # ####
18222026-01-27T17:30:01.827Z # # ###### ##### # #
18232026-01-27T17:30:01.827Z # # # # # # # # #
18242026-01-27T17:30:01.827Z ###### #### # # # # ####
18252026-01-27T17:30:01.827Z
18262026-01-27T17:30:01.834Z+ source ./tools/include/force-git-over-https.sh
18272026-01-27T17:30:01.834Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18282026-01-27T17:30:01.834Z++ (( i = 0 ))
18292026-01-27T17:30:01.834Z++ (( i < 5 ))
18302026-01-27T17:30:01.834Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18312026-01-27T17:30:01.834Z++ (( i++ ))
18322026-01-27T17:30:01.834Z++ (( i < 5 ))
18332026-01-27T17:30:01.837Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18342026-01-27T17:30:01.837Z++ (( i++ ))
18352026-01-27T17:30:01.837Z++ (( i < 5 ))
18362026-01-27T17:30:01.837Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18372026-01-27T17:30:01.837Z++ (( i++ ))
18382026-01-27T17:30:01.837Z++ (( i < 5 ))
18392026-01-27T17:30:01.837Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18402026-01-27T17:30:01.840Z++ (( i++ ))
18412026-01-27T17:30:01.840Z++ (( i < 5 ))
18422026-01-27T17:30:01.840Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18432026-01-27T17:30:01.843Z++ (( i++ ))
18442026-01-27T17:30:01.843Z++ (( i < 5 ))
18452026-01-27T17:30:01.843Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18462026-01-27T17:30:01.848Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18472026-01-27T17:30:01.848Z+ ptime -m cargo xtask ls-apis apis
18482026-01-27T17:30:02.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18492026-01-27T17:30:02.639Z Running `target/debug/xtask ls-apis apis`
18502026-01-27T17:30:03.698Z Compiling semver v0.1.20
18512026-01-27T17:30:03.832Z Compiling erased-serde v0.4.6
18522026-01-27T17:30:03.844Z Compiling ordered-float v2.10.1
18532026-01-27T17:30:03.844Z Compiling structmeta-derive v0.3.0
18542026-01-27T17:30:03.847Z Compiling toml v0.8.23
18552026-01-27T17:30:03.847Z Compiling cargo-platform v0.2.0
18562026-01-27T17:30:03.921Z Compiling indent_write v2.2.0
18572026-01-27T17:30:04.118Z Compiling rustc_version v0.1.7
18582026-01-27T17:30:04.294Z Compiling serde-value v0.7.0
18592026-01-27T17:30:04.469Z Compiling newtype_derive v0.1.6
18602026-01-27T17:30:04.789Z Compiling serde-untagged v0.1.7
18612026-01-27T17:30:05.171Z Compiling cargo-util-schemas v0.8.2
18622026-01-27T17:30:05.508Z Compiling structmeta v0.3.0
18632026-01-27T17:30:05.768Z Compiling parse-display-derive v0.10.0
18642026-01-27T17:30:06.723Z Compiling cargo_metadata v0.21.0
18652026-01-27T17:30:07.700Z Compiling parse-display v0.10.0
18662026-01-27T17:30:08.216Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18672026-01-27T17:30:13.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
18682026-01-27T17:30:13.338Z Running `target/debug/ls-apis apis`
18692026-01-27T17:30:13.382Zloading metadata for workspace omicron from current workspace
18702026-01-27T17:30:19.012Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18712026-01-27T17:30:19.015Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18722026-01-27T17:30:19.017Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
18732026-01-27T17:30:19.024Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
18742026-01-27T17:30:19.029Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18752026-01-27T17:30:44.412Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
18762026-01-27T17:30:45.983Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18772026-01-27T17:30:45.999Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18782026-01-27T17:30:46.241ZBootstrap Agent (client: bootstrap-agent-client)
18792026-01-27T17:30:46.241Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18802026-01-27T17:30:46.241Z consumed by: wicketd (omicron/wicketd) via 2 paths
18812026-01-27T17:30:46.241Z
18822026-01-27T17:30:46.241ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18832026-01-27T17:30:46.253Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18842026-01-27T17:30:46.253Z
18852026-01-27T17:30:46.254ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18862026-01-27T17:30:46.254Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18872026-01-27T17:30:46.254Z
18882026-01-27T17:30:46.254ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18892026-01-27T17:30:46.254Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18902026-01-27T17:30:46.254Z
18912026-01-27T17:30:46.254ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18922026-01-27T17:30:46.254Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18932026-01-27T17:30:46.254Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18942026-01-27T17:30:46.254Z
18952026-01-27T17:30:46.254ZCrucible Agent (client: crucible-agent-client)
18962026-01-27T17:30:46.254Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18972026-01-27T17:30:46.254Z
18982026-01-27T17:30:46.254ZCrucible Control (for testing only) (client: crucible-control-client)
18992026-01-27T17:30:46.255Z
19002026-01-27T17:30:46.255ZCrucible Pantry (client: crucible-pantry-client)
19012026-01-27T17:30:46.255Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19022026-01-27T17:30:46.255Z
19032026-01-27T17:30:46.255ZMaghemite DDM Admin (client: ddm-admin-client)
19042026-01-27T17:30:46.255Z consumed by: installinator (omicron/installinator) via 1 path
19052026-01-27T17:30:46.255Z consumed by: mgd (maghemite/mgd) via 1 path
19062026-01-27T17:30:46.255Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19072026-01-27T17:30:46.255Z consumed by: wicketd (omicron/wicketd) via 1 path
19082026-01-27T17:30:46.255Z
19092026-01-27T17:30:46.255ZDNS Server (client: dns-service-client)
19102026-01-27T17:30:46.255Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19112026-01-27T17:30:46.255Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19122026-01-27T17:30:46.255Z
19132026-01-27T17:30:46.256ZDendrite DPD (client: dpd-client)
19142026-01-27T17:30:46.256Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19152026-01-27T17:30:46.256Z consumed by: lldpd (lldp/lldpd) via 2 paths
19162026-01-27T17:30:46.256Z consumed by: mgd (maghemite/mgd) via 1 path
19172026-01-27T17:30:46.256Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19182026-01-27T17:30:46.256Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19192026-01-27T17:30:46.256Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19202026-01-27T17:30:46.256Z consumed by: wicketd (omicron/wicketd) via 2 paths
19212026-01-27T17:30:46.256Z
19222026-01-27T17:30:46.256ZDownstairs Controller (debugging only) (client: dsc-client)
19232026-01-27T17:30:46.256Z
19242026-01-27T17:30:46.256ZManagement Gateway Service (client: gateway-client)
19252026-01-27T17:30:46.256Z consumed by: dpd (dendrite/dpd) via 1 path
19262026-01-27T17:30:46.256Z consumed by: mgd (maghemite/mgd) via 1 path
19272026-01-27T17:30:46.257Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19282026-01-27T17:30:46.257Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292026-01-27T17:30:46.257Z consumed by: wicketd (omicron/wicketd) via 3 paths
19302026-01-27T17:30:46.257Z
19312026-01-27T17:30:46.257ZWicketd Installinator (client: installinator-client)
19322026-01-27T17:30:46.257Z consumed by: installinator (omicron/installinator) via 1 path
19332026-01-27T17:30:46.257Z
19342026-01-27T17:30:46.257ZLLDP daemon (client: lldpd-client)
19352026-01-27T17:30:46.257Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19362026-01-27T17:30:46.257Z consumed by: tfportd (dendrite/tfportd) via 1 path
19372026-01-27T17:30:46.257Z
19382026-01-27T17:30:46.257ZMaghemite MG Admin (client: mg-admin-client)
19392026-01-27T17:30:46.269Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19402026-01-27T17:30:46.269Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412026-01-27T17:30:46.269Z
19422026-01-27T17:30:46.269ZNexus Internal API (client: nexus-client)
19432026-01-27T17:30:46.269Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19442026-01-27T17:30:46.270Z consumed by: dpd (dendrite/dpd) via 1 path
19452026-01-27T17:30:46.270Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-01-27T17:30:46.270Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19472026-01-27T17:30:46.270Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19482026-01-27T17:30:46.270Z
19492026-01-27T17:30:46.270ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19502026-01-27T17:30:46.270Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19512026-01-27T17:30:46.270Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19522026-01-27T17:30:46.270Z
19532026-01-27T17:30:46.270ZNTP Admin (client: ntp-admin-client)
19542026-01-27T17:30:46.270Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-01-27T17:30:46.270Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19562026-01-27T17:30:46.270Z
19572026-01-27T17:30:46.270ZExternal API (client: oxide-client)
19582026-01-27T17:30:46.270Z
19592026-01-27T17:30:46.271ZOximeter (client: oximeter-client)
19602026-01-27T17:30:46.271Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19612026-01-27T17:30:46.271Z
19622026-01-27T17:30:46.271ZPropolis (client: propolis-client)
19632026-01-27T17:30:46.271Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19642026-01-27T17:30:46.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19652026-01-27T17:30:46.271Z
19662026-01-27T17:30:46.271ZCrucible Repair (client: repair-client)
19672026-01-27T17:30:46.271Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19682026-01-27T17:30:46.271Z
19692026-01-27T17:30:46.271ZRepo Depot API (client: repo-depot-client)
19702026-01-27T17:30:46.272Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19712026-01-27T17:30:46.272Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19722026-01-27T17:30:46.273Z
19732026-01-27T17:30:46.274ZSled Agent (client: sled-agent-client)
19742026-01-27T17:30:46.286Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19752026-01-27T17:30:46.286Z
19762026-01-27T17:30:46.287ZWicketd (client: wicketd-client)
19772026-01-27T17:30:46.287Z
19782026-01-27T17:30:46.375Z
19792026-01-27T17:30:46.375Zreal 44.486766479
19802026-01-27T17:30:46.375Zuser 36.932593437
19812026-01-27T17:30:46.375Zsys 12.888827279
19822026-01-27T17:30:46.376Ztrap 0.027439323
19832026-01-27T17:30:46.376Ztflt 0.066372943
19842026-01-27T17:30:46.376Zdflt 0.253584584
19852026-01-27T17:30:46.392Zkflt 0.000004849
19862026-01-27T17:30:46.392Zlock 1:02.300198792
19872026-01-27T17:30:46.392Zslp 4:45.259487366
19882026-01-27T17:30:46.392Zlat 1.360302190
19892026-01-27T17:30:46.392Zstop 2.599248246
19902026-01-27T17:30:46.392Z+ ptime -m cargo xtask ls-apis deployment-units
19912026-01-27T17:30:47.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19922026-01-27T17:30:47.327Z Running `target/debug/xtask ls-apis deployment-units`
19932026-01-27T17:30:48.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
19942026-01-27T17:30:48.461Z Running `target/debug/ls-apis deployment-units`
19952026-01-27T17:30:48.558Zloading metadata for workspace omicron from current workspace
19962026-01-27T17:30:50.013Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
19972026-01-27T17:30:50.020Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19982026-01-27T17:30:50.020Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19992026-01-27T17:30:50.020Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
20002026-01-27T17:30:50.024Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20012026-01-27T17:30:52.976Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
20022026-01-27T17:30:53.939Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20032026-01-27T17:30:53.962Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20042026-01-27T17:30:54.211ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20052026-01-27T17:30:54.211Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20062026-01-27T17:30:54.211Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20072026-01-27T17:30:54.211Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20082026-01-27T17:30:54.211Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20092026-01-27T17:30:54.236Z
20102026-01-27T17:30:54.236Z
20112026-01-27T17:30:54.236ZCockroach
20122026-01-27T17:30:54.236Z omicron-cockroach-admin (omicron/cockroach-admin)
20132026-01-27T17:30:54.236Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20142026-01-27T17:30:54.236Z
20152026-01-27T17:30:54.236Z
20162026-01-27T17:30:54.236ZCrucible
20172026-01-27T17:30:54.237Z crucible-agent (crucible/agent)
20182026-01-27T17:30:54.237Z exposes: Crucible Agent (client = crucible-agent-client)
20192026-01-27T17:30:54.237Z
20202026-01-27T17:30:54.237Z crucible-downstairs (crucible/downstairs)
20212026-01-27T17:30:54.237Z exposes: Crucible Repair (client = repair-client)
20222026-01-27T17:30:54.237Z consumes: repair-client
20232026-01-27T17:30:54.237Z
20242026-01-27T17:30:54.237Z
20252026-01-27T17:30:54.238ZCrucible Pantry
20262026-01-27T17:30:54.238Z crucible-pantry (crucible/pantry)
20272026-01-27T17:30:54.238Z exposes: Crucible Pantry (client = crucible-pantry-client)
20282026-01-27T17:30:54.238Z consumes: nexus-client
20292026-01-27T17:30:54.238Z
20302026-01-27T17:30:54.238Z
20312026-01-27T17:30:54.238ZDNS Server
20322026-01-27T17:30:54.238Z dns-server (omicron/dns-server)
20332026-01-27T17:30:54.238Z exposes: DNS Server (client = dns-service-client)
20342026-01-27T17:30:54.239Z
20352026-01-27T17:30:54.239Z
20362026-01-27T17:30:54.239ZHost OS
20372026-01-27T17:30:54.239Z ddmd (maghemite/ddmd)
20382026-01-27T17:30:54.239Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20392026-01-27T17:30:54.239Z consumes: dpd-client
20402026-01-27T17:30:54.239Z
20412026-01-27T17:30:54.239Z dpd (dendrite/dpd)
20422026-01-27T17:30:54.239Z exposes: Dendrite DPD (client = dpd-client)
20432026-01-27T17:30:54.239Z consumes: gateway-client
20442026-01-27T17:30:54.240Z consumes: nexus-client
20452026-01-27T17:30:54.240Z
20462026-01-27T17:30:54.240Z lldpd (lldp/lldpd)
20472026-01-27T17:30:54.240Z exposes: LLDP daemon (client = lldpd-client)
20482026-01-27T17:30:54.240Z consumes: dpd-client
20492026-01-27T17:30:54.240Z
20502026-01-27T17:30:54.240Z mgd (maghemite/mgd)
20512026-01-27T17:30:54.240Z exposes: Maghemite MG Admin (client = mg-admin-client)
20522026-01-27T17:30:54.240Z consumes: ddm-admin-client
20532026-01-27T17:30:54.240Z consumes: dpd-client
20542026-01-27T17:30:54.240Z consumes: gateway-client
20552026-01-27T17:30:54.240Z
20562026-01-27T17:30:54.240Z omicron-gateway (omicron/gateway)
20572026-01-27T17:30:54.241Z exposes: Management Gateway Service (client = gateway-client)
20582026-01-27T17:30:54.241Z
20592026-01-27T17:30:54.241Z omicron-sled-agent (omicron/sled-agent)
20602026-01-27T17:30:54.241Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20612026-01-27T17:30:54.241Z exposes: Repo Depot API (client = repo-depot-client)
20622026-01-27T17:30:54.241Z exposes: Sled Agent (client = sled-agent-client)
20632026-01-27T17:30:54.241Z consumes: bootstrap-agent-client
20642026-01-27T17:30:54.241Z consumes: cockroach-admin-client
20652026-01-27T17:30:54.241Z consumes: ddm-admin-client
20662026-01-27T17:30:54.241Z consumes: dns-service-client
20672026-01-27T17:30:54.242Z consumes: dpd-client
20682026-01-27T17:30:54.242Z consumes: gateway-client
20692026-01-27T17:30:54.242Z consumes: mg-admin-client
20702026-01-27T17:30:54.242Z consumes: nexus-client
20712026-01-27T17:30:54.242Z consumes: nexus-lockstep-client
20722026-01-27T17:30:54.242Z consumes: ntp-admin-client
20732026-01-27T17:30:54.242Z consumes: propolis-client
20742026-01-27T17:30:54.242Z consumes: repo-depot-client
20752026-01-27T17:30:54.242Z
20762026-01-27T17:30:54.242Z propolis-server (propolis/bin/propolis-server)
20772026-01-27T17:30:54.242Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20782026-01-27T17:30:54.243Z exposes: Propolis (client = propolis-client)
20792026-01-27T17:30:54.243Z consumes: nexus-client
20802026-01-27T17:30:54.243Z
20812026-01-27T17:30:54.243Z tfportd (dendrite/tfportd)
20822026-01-27T17:30:54.243Z consumes: dpd-client
20832026-01-27T17:30:54.243Z consumes: lldpd-client
20842026-01-27T17:30:54.243Z
20852026-01-27T17:30:54.243Z wicketd (omicron/wicketd)
20862026-01-27T17:30:54.243Z exposes: Wicketd Installinator (client = installinator-client)
20872026-01-27T17:30:54.243Z exposes: Wicketd (client = wicketd-client)
20882026-01-27T17:30:54.244Z consumes: bootstrap-agent-client
20892026-01-27T17:30:54.244Z consumes: ddm-admin-client
20902026-01-27T17:30:54.244Z consumes: dpd-client
20912026-01-27T17:30:54.244Z consumes: gateway-client
20922026-01-27T17:30:54.244Z
20932026-01-27T17:30:54.244Z
20942026-01-27T17:30:54.244ZInstallinator
20952026-01-27T17:30:54.245Z installinator (omicron/installinator)
20962026-01-27T17:30:54.245Z consumes: ddm-admin-client
20972026-01-27T17:30:54.245Z consumes: installinator-client
20982026-01-27T17:30:54.245Z
20992026-01-27T17:30:54.245Z
21002026-01-27T17:30:54.245ZNTP
21012026-01-27T17:30:54.245Z omicron-ntp-admin (omicron/ntp-admin)
21022026-01-27T17:30:54.245Z exposes: NTP Admin (client = ntp-admin-client)
21032026-01-27T17:30:54.245Z
21042026-01-27T17:30:54.245Z
21052026-01-27T17:30:54.246ZNexus
21062026-01-27T17:30:54.246Z omicron-nexus (omicron/nexus)
21072026-01-27T17:30:54.246Z exposes: Nexus Internal API (client = nexus-client)
21082026-01-27T17:30:54.246Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21092026-01-27T17:30:54.270Z exposes: External API (client = oxide-client)
21102026-01-27T17:30:54.270Z consumes: clickhouse-admin-keeper-client
21112026-01-27T17:30:54.270Z consumes: clickhouse-admin-server-client
21122026-01-27T17:30:54.270Z consumes: clickhouse-admin-single-client
21132026-01-27T17:30:54.270Z consumes: cockroach-admin-client
21142026-01-27T17:30:54.270Z consumes: crucible-agent-client
21152026-01-27T17:30:54.270Z consumes: crucible-pantry-client
21162026-01-27T17:30:54.270Z consumes: dns-service-client
21172026-01-27T17:30:54.270Z consumes: dpd-client
21182026-01-27T17:30:54.271Z consumes: gateway-client
21192026-01-27T17:30:54.271Z consumes: lldpd-client
21202026-01-27T17:30:54.271Z consumes: mg-admin-client
21212026-01-27T17:30:54.271Z consumes: ntp-admin-client
21222026-01-27T17:30:54.271Z consumes: oximeter-client
21232026-01-27T17:30:54.271Z consumes: propolis-client
21242026-01-27T17:30:54.271Z consumes: repo-depot-client
21252026-01-27T17:30:54.271Z consumes: sled-agent-client
21262026-01-27T17:30:54.271Z
21272026-01-27T17:30:54.271Z
21282026-01-27T17:30:54.271ZOximeter
21292026-01-27T17:30:54.271Z oximeter-collector (omicron/oximeter/collector)
21302026-01-27T17:30:54.271Z exposes: Oximeter (client = oximeter-client)
21312026-01-27T17:30:54.271Z consumes: nexus-client
21322026-01-27T17:30:54.271Z
21332026-01-27T17:30:54.271Z
21342026-01-27T17:30:54.322Z
21352026-01-27T17:30:54.336Zreal 7.906562444
21362026-01-27T17:30:54.336Zuser 6.592704852
21372026-01-27T17:30:54.336Zsys 2.591476956
21382026-01-27T17:30:54.336Ztrap 0.003001371
21392026-01-27T17:30:54.336Ztflt 0.000083732
21402026-01-27T17:30:54.336Zdflt 0.000121521
21412026-01-27T17:30:54.336Zkflt 0.000003928
21422026-01-27T17:30:54.336Zlock 0.385688582
21432026-01-27T17:30:54.336Zslp 25.566891353
21442026-01-27T17:30:54.336Zlat 0.045703454
21452026-01-27T17:30:54.337Zstop 0.006973640
21462026-01-27T17:30:54.337Z+ ptime -m cargo xtask ls-apis servers
21472026-01-27T17:30:55.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21482026-01-27T17:30:55.162Z Running `target/debug/xtask ls-apis servers`
21492026-01-27T17:30:56.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
21502026-01-27T17:30:56.482Z Running `target/debug/ls-apis servers`
21512026-01-27T17:30:56.524Zloading metadata for workspace omicron from current workspace
21522026-01-27T17:30:58.175Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
21532026-01-27T17:30:58.178Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21542026-01-27T17:30:58.178Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
21552026-01-27T17:30:58.218Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21562026-01-27T17:30:58.218Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21572026-01-27T17:31:01.006Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
21582026-01-27T17:31:01.867Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21592026-01-27T17:31:01.882Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21602026-01-27T17:31:02.087Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21612026-01-27T17:31:02.087Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21622026-01-27T17:31:02.087Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21632026-01-27T17:31:02.087Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21642026-01-27T17:31:02.090Z
21652026-01-27T17:31:02.090Zomicron-cockroach-admin (omicron/cockroach-admin)
21662026-01-27T17:31:02.090Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21672026-01-27T17:31:02.090Z
21682026-01-27T17:31:02.090Zcrucible-agent (crucible/agent)
21692026-01-27T17:31:02.090Z exposes: Crucible Agent (client = crucible-agent-client)
21702026-01-27T17:31:02.090Z
21712026-01-27T17:31:02.090Zcrucible-downstairs (crucible/downstairs)
21722026-01-27T17:31:02.090Z exposes: Crucible Repair (client = repair-client)
21732026-01-27T17:31:02.090Z consumes: repair-client
21742026-01-27T17:31:02.090Z
21752026-01-27T17:31:02.090Zcrucible-pantry (crucible/pantry)
21762026-01-27T17:31:02.090Z exposes: Crucible Pantry (client = crucible-pantry-client)
21772026-01-27T17:31:02.094Z consumes: nexus-client
21782026-01-27T17:31:02.094Z
21792026-01-27T17:31:02.094Zdns-server (omicron/dns-server)
21802026-01-27T17:31:02.094Z exposes: DNS Server (client = dns-service-client)
21812026-01-27T17:31:02.094Z
21822026-01-27T17:31:02.094Zomicron-sled-agent (omicron/sled-agent)
21832026-01-27T17:31:02.094Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21842026-01-27T17:31:02.094Z exposes: Repo Depot API (client = repo-depot-client)
21852026-01-27T17:31:02.094Z exposes: Sled Agent (client = sled-agent-client)
21862026-01-27T17:31:02.097Z consumes: bootstrap-agent-client
21872026-01-27T17:31:02.097Z consumes: cockroach-admin-client
21882026-01-27T17:31:02.097Z consumes: ddm-admin-client
21892026-01-27T17:31:02.097Z consumes: dns-service-client
21902026-01-27T17:31:02.097Z consumes: dpd-client
21912026-01-27T17:31:02.097Z consumes: gateway-client
21922026-01-27T17:31:02.097Z consumes: mg-admin-client
21932026-01-27T17:31:02.097Z consumes: nexus-client
21942026-01-27T17:31:02.097Z consumes: nexus-lockstep-client
21952026-01-27T17:31:02.097Z consumes: ntp-admin-client
21962026-01-27T17:31:02.097Z consumes: propolis-client
21972026-01-27T17:31:02.097Z consumes: repo-depot-client
21982026-01-27T17:31:02.097Z
21992026-01-27T17:31:02.097Zpropolis-server (propolis/bin/propolis-server)
22002026-01-27T17:31:02.097Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22012026-01-27T17:31:02.097Z exposes: Propolis (client = propolis-client)
22022026-01-27T17:31:02.097Z consumes: nexus-client
22032026-01-27T17:31:02.097Z
22042026-01-27T17:31:02.097Zddmd (maghemite/ddmd)
22052026-01-27T17:31:02.097Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22062026-01-27T17:31:02.100Z consumes: dpd-client
22072026-01-27T17:31:02.100Z
22082026-01-27T17:31:02.100Zdpd (dendrite/dpd)
22092026-01-27T17:31:02.100Z exposes: Dendrite DPD (client = dpd-client)
22102026-01-27T17:31:02.100Z consumes: gateway-client
22112026-01-27T17:31:02.100Z consumes: nexus-client
22122026-01-27T17:31:02.100Z
22132026-01-27T17:31:02.100Zlldpd (lldp/lldpd)
22142026-01-27T17:31:02.100Z exposes: LLDP daemon (client = lldpd-client)
22152026-01-27T17:31:02.100Z consumes: dpd-client
22162026-01-27T17:31:02.100Z
22172026-01-27T17:31:02.100Zmgd (maghemite/mgd)
22182026-01-27T17:31:02.100Z exposes: Maghemite MG Admin (client = mg-admin-client)
22192026-01-27T17:31:02.103Z consumes: ddm-admin-client
22202026-01-27T17:31:02.103Z consumes: dpd-client
22212026-01-27T17:31:02.103Z consumes: gateway-client
22222026-01-27T17:31:02.103Z
22232026-01-27T17:31:02.103Zomicron-gateway (omicron/gateway)
22242026-01-27T17:31:02.103Z exposes: Management Gateway Service (client = gateway-client)
22252026-01-27T17:31:02.103Z
22262026-01-27T17:31:02.103Ztfportd (dendrite/tfportd)
22272026-01-27T17:31:02.104Z consumes: dpd-client
22282026-01-27T17:31:02.104Z consumes: lldpd-client
22292026-01-27T17:31:02.104Z
22302026-01-27T17:31:02.104Zwicketd (omicron/wicketd)
22312026-01-27T17:31:02.104Z exposes: Wicketd Installinator (client = installinator-client)
22322026-01-27T17:31:02.104Z exposes: Wicketd (client = wicketd-client)
22332026-01-27T17:31:02.107Z consumes: bootstrap-agent-client
22342026-01-27T17:31:02.107Z consumes: ddm-admin-client
22352026-01-27T17:31:02.107Z consumes: dpd-client
22362026-01-27T17:31:02.107Z consumes: gateway-client
22372026-01-27T17:31:02.107Z
22382026-01-27T17:31:02.107Zinstallinator (omicron/installinator)
22392026-01-27T17:31:02.107Z consumes: ddm-admin-client
22402026-01-27T17:31:02.107Z consumes: installinator-client
22412026-01-27T17:31:02.107Z
22422026-01-27T17:31:02.107Zomicron-ntp-admin (omicron/ntp-admin)
22432026-01-27T17:31:02.107Z exposes: NTP Admin (client = ntp-admin-client)
22442026-01-27T17:31:02.107Z
22452026-01-27T17:31:02.107Zomicron-nexus (omicron/nexus)
22462026-01-27T17:31:02.107Z exposes: Nexus Internal API (client = nexus-client)
22472026-01-27T17:31:02.107Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22482026-01-27T17:31:02.107Z exposes: External API (client = oxide-client)
22492026-01-27T17:31:02.114Z consumes: clickhouse-admin-keeper-client
22502026-01-27T17:31:02.114Z consumes: clickhouse-admin-server-client
22512026-01-27T17:31:02.114Z consumes: clickhouse-admin-single-client
22522026-01-27T17:31:02.114Z consumes: cockroach-admin-client
22532026-01-27T17:31:02.114Z consumes: crucible-agent-client
22542026-01-27T17:31:02.114Z consumes: crucible-pantry-client
22552026-01-27T17:31:02.114Z consumes: dns-service-client
22562026-01-27T17:31:02.114Z consumes: dpd-client
22572026-01-27T17:31:02.114Z consumes: gateway-client
22582026-01-27T17:31:02.114Z consumes: lldpd-client
22592026-01-27T17:31:02.114Z consumes: mg-admin-client
22602026-01-27T17:31:02.114Z consumes: ntp-admin-client
22612026-01-27T17:31:02.114Z consumes: oximeter-client
22622026-01-27T17:31:02.114Z consumes: propolis-client
22632026-01-27T17:31:02.114Z consumes: repo-depot-client
22642026-01-27T17:31:02.114Z consumes: sled-agent-client
22652026-01-27T17:31:02.114Z
22662026-01-27T17:31:02.114Zoximeter-collector (omicron/oximeter/collector)
22672026-01-27T17:31:02.114Z exposes: Oximeter (client = oximeter-client)
22682026-01-27T17:31:02.114Z consumes: nexus-client
22692026-01-27T17:31:02.114Z
22702026-01-27T17:31:02.201Z
22712026-01-27T17:31:02.204Zreal 7.884260583
22722026-01-27T17:31:02.204Zuser 6.754063849
22732026-01-27T17:31:02.204Zsys 2.464218212
22742026-01-27T17:31:02.204Ztrap 0.001118663
22752026-01-27T17:31:02.204Ztflt 0.000045262
22762026-01-27T17:31:02.204Zdflt 0.000161065
22772026-01-27T17:31:02.204Zkflt 0.000001649
22782026-01-27T17:31:02.204Zlock 0.392856023
22792026-01-27T17:31:02.204Zslp 24.262846522
22802026-01-27T17:31:02.204Zlat 0.017538490
22812026-01-27T17:31:02.204Zstop 0.006820037
22822026-01-27T17:31:02.204Z+ ptime -m cargo xtask ls-apis check
22832026-01-27T17:31:02.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22842026-01-27T17:31:02.963Z Running `target/debug/xtask ls-apis check`
22852026-01-27T17:31:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
22862026-01-27T17:31:04.110Z Running `target/debug/ls-apis check`
22872026-01-27T17:31:04.162Zloading metadata for workspace omicron from current workspace
22882026-01-27T17:31:05.653Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22892026-01-27T17:31:05.656Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22902026-01-27T17:31:05.665Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
22912026-01-27T17:31:05.668Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22922026-01-27T17:31:05.668Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
22932026-01-27T17:31:08.445Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
22942026-01-27T17:31:09.289Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22952026-01-27T17:31:09.311Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22962026-01-27T17:31:09.666Z
22972026-01-27T17:31:09.666Z
22982026-01-27T17:31:09.666ZServer-managed APIs:
22992026-01-27T17:31:09.666Z
23002026-01-27T17:31:09.666Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23012026-01-27T17:31:09.666Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23022026-01-27T17:31:09.666Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23032026-01-27T17:31:09.666Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23042026-01-27T17:31:09.667Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23052026-01-27T17:31:09.667Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23062026-01-27T17:31:09.667Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23072026-01-27T17:31:09.667Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23082026-01-27T17:31:09.667Z DNS Server (dns-service-client, exposed by dns-server)
23092026-01-27T17:31:09.667Z Dendrite DPD (dpd-client, exposed by dpd)
23102026-01-27T17:31:09.667Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23112026-01-27T17:31:09.667Z LLDP daemon (lldpd-client, exposed by lldpd)
23122026-01-27T17:31:09.667Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23132026-01-27T17:31:09.667Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23142026-01-27T17:31:09.667Z External API (oxide-client, exposed by omicron-nexus)
23152026-01-27T17:31:09.667Z Oximeter (oximeter-client, exposed by oximeter-collector)
23162026-01-27T17:31:09.668Z Propolis (propolis-client, exposed by propolis-server)
23172026-01-27T17:31:09.668Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23182026-01-27T17:31:09.668Z Wicketd (wicketd-client, exposed by wicketd)
23192026-01-27T17:31:09.668Z
23202026-01-27T17:31:09.668Z
23212026-01-27T17:31:09.668ZClient-managed API:
23222026-01-27T17:31:09.668Z
23232026-01-27T17:31:09.668Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23242026-01-27T17:31:09.668Z reason: depends on itself (i.e., instances call each other)
23252026-01-27T17:31:09.668Z Wicketd Installinator (installinator-client, exposed by wicketd)
23262026-01-27T17:31:09.668Z reason: client is provided implicitly by the operator
23272026-01-27T17:31:09.668Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23282026-01-27T17:31:09.668Z reason: Circular dependencies between Nexus and other services
23292026-01-27T17:31:09.669Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23302026-01-27T17:31:09.669Z reason: Circular dependencies between Nexus and other services
23312026-01-27T17:31:09.669Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23322026-01-27T17:31:09.669Z reason: depends on itself (i.e., instances call each other)
23332026-01-27T17:31:09.669Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23342026-01-27T17:31:09.669Z reason: depends on itself (i.e., instances call each other)
23352026-01-27T17:31:09.669Z
23362026-01-27T17:31:09.669Z
23372026-01-27T17:31:09.669ZAPIs with unknown version management: none
23382026-01-27T17:31:09.669Z
23392026-01-27T17:31:09.669Z
23402026-01-27T17:31:09.669ZAPIs that failed consumer checks: none
23412026-01-27T17:31:09.761Z
23422026-01-27T17:31:09.773Zreal 7.527926581
23432026-01-27T17:31:09.774Zuser 6.571687735
23442026-01-27T17:31:09.774Zsys 2.251817428
23452026-01-27T17:31:09.774Ztrap 0.000929303
23462026-01-27T17:31:09.774Ztflt 0.000070050
23472026-01-27T17:31:09.774Zdflt 0.000083420
23482026-01-27T17:31:09.774Zkflt 0.000013189
23492026-01-27T17:31:09.774Zlock 0.377532411
23502026-01-27T17:31:09.774Zslp 23.833857595
23512026-01-27T17:31:09.774Zlat 0.015881630
23522026-01-27T17:31:09.774Zstop 0.006815720
23532026-01-27T17:31:09.774Z+ ptime -m cargo xtask ls-apis adoc
23542026-01-27T17:31:10.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23552026-01-27T17:31:10.529Z Running `target/debug/xtask ls-apis adoc`
23562026-01-27T17:31:11.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
23572026-01-27T17:31:11.704Z Running `target/debug/ls-apis adoc`
23582026-01-27T17:31:11.758Zloading metadata for workspace omicron from current workspace
23592026-01-27T17:31:13.414Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23602026-01-27T17:31:13.417Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23612026-01-27T17:31:13.421Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
23622026-01-27T17:31:13.428Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
23632026-01-27T17:31:13.435Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23642026-01-27T17:31:16.317Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
23652026-01-27T17:31:17.172Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23662026-01-27T17:31:17.196Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23672026-01-27T17:31:17.583Z
23682026-01-27T17:31:17.583Zreal 7.797505081
23692026-01-27T17:31:17.583Zuser 6.748892133
23702026-01-27T17:31:17.583Zsys 2.407215179
23712026-01-27T17:31:17.583Ztrap 0.000911714
23722026-01-27T17:31:17.586Ztflt 0.000056953
23732026-01-27T17:31:17.586Zdflt 0.000036143
23742026-01-27T17:31:17.586Zkflt 0.000001679
23752026-01-27T17:31:17.586Zlock 0.384431458
23762026-01-27T17:31:17.586Zslp 25.295966016
23772026-01-27T17:31:17.586Zlat 0.015216019
23782026-01-27T17:31:17.586Zstop 0.007009190
23792026-01-27T17:31:17.586Z+ banner build
23802026-01-27T17:31:17.589Z
23812026-01-27T17:31:17.589Z ##### # # # # #####
23822026-01-27T17:31:17.589Z # # # # # # # #
23832026-01-27T17:31:17.589Z ##### # # # # # #
23842026-01-27T17:31:17.589Z # # # # # # # #
23852026-01-27T17:31:17.589Z # # # # # # # #
23862026-01-27T17:31:17.589Z ##### #### # ###### #####
23872026-01-27T17:31:17.589Z
23882026-01-27T17:31:17.589Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23892026-01-27T17:31:17.589Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23902026-01-27T17:31:17.589Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23912026-01-27T17:31:17.589Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23922026-01-27T17:31:17.589Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23932026-01-27T17:31:17.589Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23942026-01-27T17:31:17.589Z+ export TMPDIR=/var/tmp/omicron_tmp
23952026-01-27T17:31:17.589Z+ TMPDIR=/var/tmp/omicron_tmp
23962026-01-27T17:31:17.589Z+ export RUST_BACKTRACE=1
23972026-01-27T17:31:17.589Z+ RUST_BACKTRACE=1
23982026-01-27T17:31:17.589Z+ export CARGO_INCREMENTAL=0
23992026-01-27T17:31:17.589Z+ CARGO_INCREMENTAL=0
24002026-01-27T17:31:17.589Z+ export RUSTC_BOOTSTRAP=1
24012026-01-27T17:31:17.589Z+ RUSTC_BOOTSTRAP=1
24022026-01-27T17:31:17.589Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24032026-01-27T17:31:20.949Z Compiling proc-macro2 v1.0.101
24042026-01-27T17:31:20.949Z Compiling unicode-ident v1.0.19
24052026-01-27T17:31:20.953Z Compiling libc v0.2.180
24062026-01-27T17:31:20.953Z Compiling serde_core v1.0.228
24072026-01-27T17:31:20.953Z Compiling cfg-if v1.0.4
24082026-01-27T17:31:20.953Z Compiling serde v1.0.228
24092026-01-27T17:31:20.953Z Compiling autocfg v1.4.0
24102026-01-27T17:31:20.953Z Compiling memchr v2.7.4
24112026-01-27T17:31:20.953Z 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`
24122026-01-27T17:31:21.400Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=534dba3f3c98b179 -C extra-filename=-303fed53668a23a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132026-01-27T17:31:21.400Z 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`
24142026-01-27T17:31:21.400Z 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`
24152026-01-27T17:31:21.436Z 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`
24162026-01-27T17:31:21.436Z 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`
24172026-01-27T17:31:21.436Z 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`
24182026-01-27T17:31:21.436Z 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`
24192026-01-27T17:31:21.520Z Compiling value-bag v1.12.0
24202026-01-27T17:31:21.522Z Compiling smallvec v1.15.1
24212026-01-27T17:31:21.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "inline-str", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=a9a5abcd22c935ad -C extra-filename=-29730e7e6105c1fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222026-01-27T17:31:21.563Z 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`
24232026-01-27T17:31:22.001Z Compiling log v0.4.29
24242026-01-27T17:31:22.006Z 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`
24252026-01-27T17:31:22.103Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24262026-01-27T17:31:22.148Z Compiling version_check v0.9.5
24272026-01-27T17:31:22.152Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24282026-01-27T17:31:22.152Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build`
24292026-01-27T17:31:22.152Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24302026-01-27T17:31:22.152Z 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`
24312026-01-27T17:31:22.267Z Compiling itoa v1.0.11
24322026-01-27T17:31:22.268Z 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)'`
24332026-01-27T17:31:22.271Z 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`
24342026-01-27T17:31:22.360Z Compiling lock_api v0.4.12
24352026-01-27T17:31:22.360Z 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"))'`
24362026-01-27T17:31:22.397Z 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`
24372026-01-27T17:31:22.563Z Compiling scopeguard v1.2.0
24382026-01-27T17:31:22.566Z 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`
24392026-01-27T17:31:22.700Z Compiling libm v0.2.8
24402026-01-27T17:31:22.751Z 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`
24412026-01-27T17:31:22.757Z 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)'`
24422026-01-27T17:31:22.805Z Compiling num-traits v0.2.19
24432026-01-27T17:31:22.808Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24442026-01-27T17:31:22.853Z Compiling zmij v1.0.15
24452026-01-27T17:31:22.859Z 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`
24462026-01-27T17:31:22.941Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24472026-01-27T17:31:22.947Z Compiling serde_json v1.0.149
24482026-01-27T17:31:22.949Z 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`
24492026-01-27T17:31:23.091Z 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`
24502026-01-27T17:31:23.181Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24512026-01-27T17:31:23.232Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24522026-01-27T17:31:23.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=719984985072f2b3 -C extra-filename=-aca419b966ec5f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532026-01-27T17:31:23.403Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24542026-01-27T17:31:23.462Z Compiling stable_deref_trait v1.2.0
24552026-01-27T17:31:23.465Z 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`
24562026-01-27T17:31:23.513Z Compiling getrandom v0.2.15
24572026-01-27T17:31:23.561Z 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`
24582026-01-27T17:31:23.561Z Compiling quote v1.0.40
24592026-01-27T17:31:23.561Z 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-01-27T17:31:23.612Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24612026-01-27T17:31:23.656Z Compiling portable-atomic v1.11.0
24622026-01-27T17:31:23.659Z Compiling getrandom v0.3.4
24632026-01-27T17:31:23.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=bf2ca5a3224a2a76 -C extra-filename=-ff6320f598a10ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-01-27T17:31:23.699Z 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`
24652026-01-27T17:31:23.746Z 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)'`
24662026-01-27T17:31:23.968Z Compiling syn v2.0.111
24672026-01-27T17:31:23.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0c2d81e5dfbfaaee -C extra-filename=-d276db4d2647f55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-01-27T17:31:24.168Z Compiling critical-section v1.1.3
24692026-01-27T17:31:24.171Z 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`
24702026-01-27T17:31:24.239Z Compiling litemap v0.7.3
24712026-01-27T17:31:24.242Z 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`
24722026-01-27T17:31:24.311Z 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)'`
24732026-01-27T17:31:24.388Z Compiling writeable v0.5.5
24742026-01-27T17:31:24.392Z 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`
24752026-01-27T17:31:24.614Z Compiling percent-encoding v2.3.2
24762026-01-27T17:31:24.617Z 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`
24772026-01-27T17:31:24.666Z Compiling allocator-api2 v0.2.21
24782026-01-27T17:31:24.669Z 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`
24792026-01-27T17:31:24.730Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24802026-01-27T17:31:24.905Z 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"))'`
24812026-01-27T17:31:24.975Z Compiling icu_locid_transform_data v1.5.0
24822026-01-27T17:31:24.978Z Compiling errno v0.3.12
24832026-01-27T17:31:24.978Z 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`
24842026-01-27T17:31:24.978Z 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`
24852026-01-27T17:31:25.179Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
24862026-01-27T17:31:25.227Z Compiling icu_properties_data v1.5.0
24872026-01-27T17:31:25.273Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6b9c6f5b279814f -C extra-filename=-4a8118ea9a2ac535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882026-01-27T17:31:25.281Z Compiling rand_core v0.6.4
24892026-01-27T17:31:25.281Z 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`
24902026-01-27T17:31:25.314Z 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`
24912026-01-27T17:31:25.363Z Compiling utf16_iter v1.0.5
24922026-01-27T17:31:25.366Z 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`
24932026-01-27T17:31:25.488Z Compiling icu_normalizer_data v1.5.0
24942026-01-27T17:31:25.491Z 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`
24952026-01-27T17:31:25.624Z Compiling write16 v1.0.0
24962026-01-27T17:31:25.631Z 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`
24972026-01-27T17:31:25.673Z Compiling pin-project-lite v0.2.14
24982026-01-27T17:31:25.673Z 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`
24992026-01-27T17:31:25.725Z Compiling utf8_iter v1.0.4
25002026-01-27T17:31:25.728Z 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`
25012026-01-27T17:31:25.820Z Compiling form_urlencoded v1.2.2
25022026-01-27T17:31:25.824Z 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`
25032026-01-27T17:31:25.869Z Compiling byteorder v1.5.0
25042026-01-27T17:31:25.872Z 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`
25052026-01-27T17:31:25.915Z Compiling once_cell v1.21.3
25062026-01-27T17:31:25.960Z 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`
25072026-01-27T17:31:25.965Z Compiling shlex v1.3.0
25082026-01-27T17:31:25.968Z 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`
25092026-01-27T17:31:26.016Z Compiling equivalent v1.0.2
25102026-01-27T17:31:26.020Z 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`
25112026-01-27T17:31:26.064Z Compiling parking_lot_core v0.9.10
25122026-01-27T17:31:26.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5c3c5aa2249f0a1a -C extra-filename=-a0fcaaa03e3057a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132026-01-27T17:31:26.149Z Compiling regex-syntax v0.8.5
25142026-01-27T17:31:26.152Z 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`
25152026-01-27T17:31:26.199Z Compiling jobserver v0.1.32
25162026-01-27T17:31:26.199Z 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`
25172026-01-27T17:31:26.343Z Compiling subtle v2.6.1
25182026-01-27T17:31:26.346Z 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`
25192026-01-27T17:31:26.394Z Compiling heck v0.5.0
25202026-01-27T17:31:26.398Z Compiling signal-hook-registry v1.4.2
25212026-01-27T17:31:26.398Z 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`
25222026-01-27T17:31:26.398Z 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`
25232026-01-27T17:31:26.583Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25242026-01-27T17:31:26.655Z 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"))'`
25252026-01-27T17:31:26.718Z Compiling semver v1.0.27
25262026-01-27T17:31:26.767Z 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`
25272026-01-27T17:31:26.918Z 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`
25282026-01-27T17:31:26.969Z Compiling cc v1.2.30
25292026-01-27T17:31:26.969Z 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`
25302026-01-27T17:31:27.014Z Compiling typenum v1.17.0
25312026-01-27T17:31:27.017Z 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`
25322026-01-27T17:31:27.119Z Compiling rustix v0.38.37
25332026-01-27T17:31:27.122Z 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-01-27T17:31:27.426Z Compiling parking_lot v0.12.3
25352026-01-27T17:31:27.429Z 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`
25362026-01-27T17:31:27.499Z Compiling generic-array v0.14.7
25372026-01-27T17:31:27.572Z 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`
25382026-01-27T17:31:27.972Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
25392026-01-27T17:31:28.021Z Compiling aho-corasick v1.1.3
25402026-01-27T17:31:28.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=29da616680000667 -C extra-filename=-4e8f28f0989e36db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412026-01-27T17:31:28.195Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25422026-01-27T17:31:28.241Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25432026-01-27T17:31:28.363Z Compiling fnv v1.0.7
25442026-01-27T17:31:28.406Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=35bf2126d6040ac8 -C extra-filename=-22553d033a4f20d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452026-01-27T17:31:28.413Z Compiling mio v1.0.2
25462026-01-27T17:31:28.416Z 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`
25472026-01-27T17:31:28.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cd21e5124f1972b5 -C extra-filename=-0abfbd36dab6dab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-01-27T17:31:28.566Z Compiling futures-core v0.3.31
25492026-01-27T17:31:28.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=347a603dd3405beb -C extra-filename=-5ef34cadf3341d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-01-27T17:31:28.888Z Compiling thiserror v2.0.17
25512026-01-27T17:31:28.892Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=65046a1b74a1b986 -C extra-filename=-6c8c7b63ae47623a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-01-27T17:31:29.433Z Compiling iana-time-zone v0.1.63
25532026-01-27T17:31:29.435Z 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`
25542026-01-27T17:31:29.550Z Compiling hashbrown v0.16.1
25552026-01-27T17:31:29.595Z 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`
25562026-01-27T17:31:29.625Z Compiling socket2 v0.6.1
25572026-01-27T17:31:29.628Z 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`
25582026-01-27T17:31:29.711Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a/build-script-build`
25592026-01-27T17:31:29.868Z Compiling either v1.15.0
25602026-01-27T17:31:29.870Z 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`
25612026-01-27T17:31:30.270Z Compiling regex-automata v0.4.11
25622026-01-27T17:31:30.273Z 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`
25632026-01-27T17:31:30.349Z Compiling uuid v1.19.0
25642026-01-27T17:31:30.352Z 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`
25652026-01-27T17:31:30.541Z Compiling spin v0.9.8
25662026-01-27T17:31:30.544Z 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`
25672026-01-27T17:31:30.754Z Compiling indexmap v2.12.1
25682026-01-27T17:31:30.757Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=bf6f4b7e0e99969b -C extra-filename=-f78447817f9330f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-01-27T17:31:30.805Z Compiling thiserror v1.0.69
25702026-01-27T17:31:30.859Z 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`
25712026-01-27T17:31:30.990Z Compiling const-oid v0.9.6
25722026-01-27T17:31:30.993Z 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`
25732026-01-27T17:31:31.511Z Compiling synstructure v0.13.1
25742026-01-27T17:31:31.513Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=03c07e5caa8aede6 -C extra-filename=-c285e5032600a151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-01-27T17:31:31.910Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25762026-01-27T17:31:31.944Z Compiling serde_derive_internals v0.29.1
25772026-01-27T17:31:31.947Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f423ab1b8dcfdc1 -C extra-filename=-357ad39461d96b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-01-27T17:31:32.207Z Compiling schemars v0.8.22
25792026-01-27T17:31:32.210Z 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`
25802026-01-27T17:31:32.350Z Compiling futures-io v0.3.31
25812026-01-27T17:31:32.400Z 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`
25822026-01-27T17:31:32.405Z Compiling dyn-clone v1.0.20
25832026-01-27T17:31:32.448Z 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`
25842026-01-27T17:31:32.676Z Compiling lazy_static v1.5.0
25852026-01-27T17:31:32.676Z 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`
25862026-01-27T17:31:32.720Z Compiling slab v0.4.9
25872026-01-27T17:31:32.723Z 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`
25882026-01-27T17:31:32.723Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25892026-01-27T17:31:32.836Z Compiling rustversion v1.0.22
25902026-01-27T17:31:32.839Z Compiling pkg-config v0.3.31
25912026-01-27T17:31:32.839Z 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`
25922026-01-27T17:31:32.839Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05662a3a4d15ae87 -C extra-filename=-480ab039f767e1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932026-01-27T17:31:32.927Z Compiling strsim v0.11.1
25942026-01-27T17:31:32.932Z 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`
25952026-01-27T17:31:32.976Z Compiling syn v1.0.109
25962026-01-27T17:31:32.976Z 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`
25972026-01-27T17:31:33.173Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
25982026-01-27T17:31:33.393Z 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`
25992026-01-27T17:31:33.704Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
26002026-01-27T17:31:33.709Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26012026-01-27T17:31:33.758Z Compiling cpufeatures v0.2.14
26022026-01-27T17:31:33.761Z Compiling pin-utils v0.1.0
26032026-01-27T17:31:33.761Z 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`
26042026-01-27T17:31:33.761Z 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`
26052026-01-27T17:31:33.847Z 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-01-27T17:31:33.890Z 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`
26072026-01-27T17:31:33.940Z Compiling futures-sink v0.3.31
26082026-01-27T17:31:33.979Z 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`
26092026-01-27T17:31:34.003Z Compiling futures-task v0.3.31
26102026-01-27T17:31:34.006Z 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`
26112026-01-27T17:31:34.111Z Compiling foldhash v0.1.5
26122026-01-27T17:31:34.152Z 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`
26132026-01-27T17:31:34.159Z Compiling futures-channel v0.3.31
26142026-01-27T17:31:34.162Z Compiling adler2 v2.0.0
26152026-01-27T17:31:34.162Z 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`
26162026-01-27T17:31:34.162Z 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`
26172026-01-27T17:31:34.366Z Compiling hashbrown v0.15.4
26182026-01-27T17:31:34.369Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=34e702d107e3bbe7 -C extra-filename=-24722ee613ffd7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c3d5002c5b21b0d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-01-27T17:31:34.454Z Compiling miniz_oxide v0.8.5
26202026-01-27T17:31:34.457Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=bcaf0fd9c57cbabf -C extra-filename=-ebd2cfde094068a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-4e01008adafbd2a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-01-27T17:31:34.508Z Compiling tracing-core v0.1.32
26222026-01-27T17:31:34.508Z 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`
26232026-01-27T17:31:34.629Z Compiling glob v0.3.2
26242026-01-27T17:31:34.632Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5291214e70172b44 -C extra-filename=-ed462446230ba54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-01-27T17:31:35.205Z Compiling gimli v0.31.1
26262026-01-27T17:31:35.209Z 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`
26272026-01-27T17:31:35.548Z Compiling regex v1.11.3
26282026-01-27T17:31:35.558Z 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`
26292026-01-27T17:31:35.603Z Compiling object v0.36.5
26302026-01-27T17:31:35.606Z 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`
26312026-01-27T17:31:35.671Z Compiling serde_derive v1.0.228
26322026-01-27T17:31:35.721Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=eac0de5650c12dee -C extra-filename=-4106a313f197086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-01-27T17:31:35.726Z Compiling zeroize_derive v1.4.2
26342026-01-27T17:31:35.730Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d978b3878578333 -C extra-filename=-192871d11294b859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-01-27T17:31:35.896Z Compiling zerofrom-derive v0.1.4
26362026-01-27T17:31:35.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d409ed0e8c66d171 -C extra-filename=-24367e626261e796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-01-27T17:31:36.555Z Compiling yoke-derive v0.7.4
26382026-01-27T17:31:36.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62db75973e253c99 -C extra-filename=-9c394c113d8750e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-01-27T17:31:37.334Z Compiling zeroize v1.8.1
26402026-01-27T17:31:37.336Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=88d5bd5e56c08f71 -C extra-filename=-af4e2b450e46dc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-192871d11294b859.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-01-27T17:31:37.775Z Compiling zerovec-derive v0.10.3
26422026-01-27T17:31:37.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4a21bc4020eb540 -C extra-filename=-688b07c7e5fe28bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-01-27T17:31:39.567Z Compiling zerofrom v0.1.4
26442026-01-27T17:31:39.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a6bbb91234db6912 -C extra-filename=-ff4efecf8d58e35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-24367e626261e796.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-01-27T17:31:39.704Z Compiling displaydoc v0.2.5
26462026-01-27T17:31:39.707Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=12e55d79f4fe5ab1 -C extra-filename=-7dcfd17a577e18c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-01-27T17:31:39.860Z Compiling yoke v0.7.4
26482026-01-27T17:31:39.860Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ba07fff4a2df91de -C extra-filename=-951cc5c8cbbfc159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-9c394c113d8750e0.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-01-27T17:31:39.948Z Compiling icu_provider_macros v1.5.0
26502026-01-27T17:31:40.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cec4fde5c9736a1f -C extra-filename=-093eef26b8c282d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-01-27T17:31:40.307Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=18c02123efd24598 -C extra-filename=-47471b442f50a582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26522026-01-27T17:31:40.430Z Compiling zerovec v0.10.4
26532026-01-27T17:31:40.477Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=52cf7b37a4fac4c2 -C extra-filename=-6f8335aca0b49f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-688b07c7e5fe28bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-01-27T17:31:40.519Z Compiling thiserror-impl v2.0.17
26552026-01-27T17:31:40.525Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbb503f22034e21f -C extra-filename=-559f737f8d30a02f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-01-27T17:31:41.236Z Compiling tokio-macros v2.6.0
26572026-01-27T17:31:41.292Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6cea8e838d79ae -C extra-filename=-85bfbce07711d923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-01-27T17:31:41.492Z Compiling thiserror-impl v1.0.69
26592026-01-27T17:31:41.496Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3db28b20b6edd35d -C extra-filename=-9c5c8572ab3597e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-01-27T17:31:41.826Z Compiling crypto-common v0.1.6
26612026-01-27T17:31:41.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=e72abaef28546414 -C extra-filename=-cd3482b36310c24b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-01-27T17:31:42.144Z Compiling zerocopy-derive v0.7.35
26632026-01-27T17:31:42.148Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62695215f26b08f7 -C extra-filename=-251111b13adb315c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-01-27T17:31:42.484Z Compiling tinystr v0.7.6
26652026-01-27T17:31:42.491Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=f9260ab822b83144 -C extra-filename=-752ed5eec1c69b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-01-27T17:31:42.741Z Compiling icu_collections v1.5.0
26672026-01-27T17:31:42.788Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=6651f4598ee3a6ea -C extra-filename=-e80065faab5ca01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-01-27T17:31:42.900Z Compiling icu_locid v1.5.0
26692026-01-27T17:31:42.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=8a2fde5ea1fb444a -C extra-filename=-6426a9aa1d179c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-01-27T17:31:42.983Z Compiling schemars_derive v0.8.22
26712026-01-27T17:31:43.039Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b376521ee84a4012 -C extra-filename=-f5044b98a337decc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-357ad39461d96b70.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-01-27T17:31:43.210Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=eb07060d528cccb7 -C extra-filename=-a63eaf9643a0dfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26732026-01-27T17:31:43.944Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc680119d3775f05 -C extra-filename=-7b831e6b31a0eb2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-559f737f8d30a02f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
26742026-01-27T17:31:44.080Z Compiling block-buffer v0.10.4
26752026-01-27T17:31:44.083Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8bc452d51b27491 -C extra-filename=-96583ea7f23dc1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-01-27T17:31:44.132Z Compiling futures-macro v0.3.31
26772026-01-27T17:31:44.172Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776e75aa6edf74b5 -C extra-filename=-fd81243b996b0b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-01-27T17:31:44.365Z Compiling icu_provider v1.5.0
26792026-01-27T17:31:44.368Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=9d4f377ac32d10e0 -C extra-filename=-ca66eba24a4f3ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-093eef26b8c282d8.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-01-27T17:31:44.433Z Compiling bitflags v2.9.4
26812026-01-27T17:31:44.443Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=2c7b169510dbfe03 -C extra-filename=-8335c3fff4809f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-01-27T17:31:44.557Z Compiling bytes v1.10.1
26832026-01-27T17:31:44.614Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=9714c466ac314a69 -C extra-filename=-62ecb1184096bc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-01-27T17:31:44.644Z Compiling chrono v0.4.42
26852026-01-27T17:31:44.649Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=7ec8d2e4ca9ce4c4 -C extra-filename=-48fb03ed99eab2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-01-27T17:31:44.947Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=29f7d339deb720d2 -C extra-filename=-e5812aada0aea4b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26872026-01-27T17:31:44.999Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a93681e63e327e47 -C extra-filename=-90d02e105026a3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9c5c8572ab3597e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
26882026-01-27T17:31:45.204Z Compiling icu_locid_transform v1.5.0
26892026-01-27T17:31:45.207Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e8f85fc2a3ffcbe1 -C extra-filename=-634c3c91ad3ac506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-ff5ddd7b436347e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-01-27T17:31:45.354Z Compiling zerocopy v0.7.35
26912026-01-27T17:31:45.398Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=db6475c4613a7ea2 -C extra-filename=-353d04d439cf2a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-251111b13adb315c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-01-27T17:31:45.470Z Compiling digest v0.10.7
26932026-01-27T17:31:45.473Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=921b717889edc86b -C extra-filename=-1c6d496b319eaa8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-96583ea7f23dc1c2.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-01-27T17:31:46.053Z Compiling tokio v1.48.0
26952026-01-27T17:31:46.055Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a93dae3e7cc406f5 -C extra-filename=-f7152447f7d83a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-85bfbce07711d923.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-01-27T17:31:46.105Z Compiling tracing-attributes v0.1.27
26972026-01-27T17:31:46.108Z Compiling futures-util v0.3.31
26982026-01-27T17:31:46.108Z Compiling http v1.4.0
26992026-01-27T17:31:46.108Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b2eb4fea15cc71cb -C extra-filename=-54fda6a5f17ce7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-01-27T17:31:46.190Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=099817039d0bbe70 -C extra-filename=-513e6bd09d65a657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-fd81243b996b0b6b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-01-27T17:31:46.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1baf6b06d80a6457 -C extra-filename=-e0688423ffdf1dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-01-27T17:31:46.707Z Compiling icu_properties v1.5.1
27032026-01-27T17:31:46.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=4b7d6bc2bced95ac -C extra-filename=-976b018edc213fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-634c3c91ad3ac506.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-4a8118ea9a2ac535.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-01-27T17:31:47.572Z Compiling ppv-lite86 v0.2.20
27052026-01-27T17:31:47.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=489634448fc506e9 -C extra-filename=-19d333e4cdbcbdba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-01-27T17:31:47.917Z Compiling addr2line v0.24.2
27072026-01-27T17:31:47.920Z 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`
27082026-01-27T17:31:48.449Z Compiling rustc-demangle v0.1.24
27092026-01-27T17:31:48.451Z 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`
27102026-01-27T17:31:48.499Z Compiling clang-sys v1.8.1
27112026-01-27T17:31:48.515Z 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`
27122026-01-27T17:31:48.699Z Compiling crossbeam-utils v0.8.21
27132026-01-27T17:31:48.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
27142026-01-27T17:31:49.310Z Compiling backtrace v0.3.74
27152026-01-27T17:31:49.313Z 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`
27162026-01-27T17:31:49.364Z Compiling minimal-lexical v0.2.1
27172026-01-27T17:31:49.367Z 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`
27182026-01-27T17:31:49.418Z Compiling paste v1.0.15
27192026-01-27T17:31:49.421Z 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`
27202026-01-27T17:31:49.470Z Compiling prettyplease v0.2.36
27212026-01-27T17:31:49.473Z 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`
27222026-01-27T17:31:49.589Z Compiling tracing v0.1.40
27232026-01-27T17:31:49.592Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=c861727e80bf299c -C extra-filename=-2d9a6f5e195032c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-54fda6a5f17ce7d4.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5da925d4b013e013.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-01-27T17:31:49.891Z Compiling nom v7.1.3
27252026-01-27T17:31:49.949Z 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`
27262026-01-27T17:31:49.999Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
27272026-01-27T17:31:50.025Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27282026-01-27T17:31:50.084Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
27292026-01-27T17:31:50.136Z Compiling serde_tokenstream v0.2.2
27302026-01-27T17:31:50.139Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
27312026-01-27T17:31:50.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9885b25c1fa7542 -C extra-filename=-9607ef7a21e960d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-01-27T17:31:50.231Z Compiling icu_normalizer v1.5.0
27332026-01-27T17:31:50.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c7db30eb5d0d37be -C extra-filename=-053de0288e57e063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-54abd0820f39e054.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-976b018edc213fb8.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-1912248d2e789ee1.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-93ab4f48133cf7c0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-01-27T17:31:50.276Z 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"))'`
27352026-01-27T17:31:50.820Z 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)'`
27362026-01-27T17:31:51.153Z Compiling libloading v0.8.5
27372026-01-27T17:31:51.156Z 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`
27382026-01-27T17:31:51.531Z Compiling idna_adapter v1.2.0
27392026-01-27T17:31:51.534Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=0103c29e4da93446 -C extra-filename=-6dcffaa66aed5c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-053de0288e57e063.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-976b018edc213fb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-01-27T17:31:51.605Z Compiling anyhow v1.0.99
27412026-01-27T17:31:51.608Z 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`
27422026-01-27T17:31:51.765Z 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`
27432026-01-27T17:31:51.834Z Compiling idna v1.0.3
27442026-01-27T17:31:51.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9af022a3ae674294 -C extra-filename=-64a7acf0887fa60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-6dcffaa66aed5c48.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-01-27T17:31:51.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ce5e56c6be2be197 -C extra-filename=-067edc1c4c1cec03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
27462026-01-27T17:31:51.951Z Compiling block-padding v0.3.3
27472026-01-27T17:31:51.954Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ee64d1703f6cf0d7 -C extra-filename=-e2e21b8e8e358488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-01-27T17:31:52.088Z Compiling powerfmt v0.2.0
27492026-01-27T17:31:52.091Z 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`
27502026-01-27T17:31:52.267Z Compiling num-conv v0.1.0
27512026-01-27T17:31:52.324Z 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-01-27T17:31:52.410Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27532026-01-27T17:31:52.546Z Compiling url v2.5.4
27542026-01-27T17:31:52.550Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=cf009acd0057ecb4 -C extra-filename=-140e58fe84ea194a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-01-27T17:31:52.617Z Compiling base64ct v1.6.0
27562026-01-27T17:31:52.620Z 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`
27572026-01-27T17:31:52.933Z Compiling cexpr v0.6.0
27582026-01-27T17:31:52.984Z 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`
27592026-01-27T17:31:53.171Z Compiling home v0.5.9
27602026-01-27T17:31:53.217Z 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`
27612026-01-27T17:31:53.222Z Compiling base64 v0.22.1
27622026-01-27T17:31:53.225Z 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`
27632026-01-27T17:31:53.439Z Compiling time-core v0.1.6
27642026-01-27T17:31:53.442Z 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`
27652026-01-27T17:31:53.488Z 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)'`
27662026-01-27T17:31:53.824Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=affd03eaba851229 -C extra-filename=-8536971ec6dc5e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f5044b98a337decc.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27672026-01-27T17:31:53.965Z Compiling time-macros v0.2.24
27682026-01-27T17:31:53.968Z 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`
27692026-01-27T17:31:54.302Z Compiling deranged v0.5.3
27702026-01-27T17:31:54.306Z 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`
27712026-01-27T17:31:54.407Z Compiling inout v0.1.3
27722026-01-27T17:31:54.410Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=bc56c888c4d5c267 -C extra-filename=-de462ea811994f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e2e21b8e8e358488.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-01-27T17:31:54.564Z Compiling ring v0.17.14
27742026-01-27T17:31:54.568Z 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`
27752026-01-27T17:31:54.709Z Compiling vcpkg v0.2.15
27762026-01-27T17:31:54.712Z 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`
27772026-01-27T17:31:54.762Z Compiling num_threads v0.1.7
27782026-01-27T17:31:54.762Z 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`
27792026-01-27T17:31:54.967Z Compiling utf8parse v0.2.2
27802026-01-27T17:31:54.970Z 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`
27812026-01-27T17:31:55.219Z Compiling cipher v0.4.4
27822026-01-27T17:31:55.276Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=3a2a28661c818245 -C extra-filename=-f1826a9539d67185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-01-27T17:31:55.768Z Compiling ipnet v2.11.0
27842026-01-27T17:31:55.768Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea/build-script-build`
27852026-01-27T17:31:55.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=b9fb3c0079d0c075 -C extra-filename=-96d44b0553356cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-01-27T17:31:56.450Z Compiling zerocopy v0.8.27
27872026-01-27T17:31:56.455Z 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`
27882026-01-27T17:31:56.765Z Compiling zerocopy-derive v0.8.27
27892026-01-27T17:31:56.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbcbc72a840e71b0 -C extra-filename=-bf8c2a66e19f9bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-01-27T17:31:56.965Z Compiling time v0.3.43
27912026-01-27T17:31:56.968Z Compiling itertools v0.12.1
27922026-01-27T17:31:56.968Z 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`
27932026-01-27T17:31:56.968Z 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`
27942026-01-27T17:31:57.057Z Compiling bindgen v0.69.5
27952026-01-27T17:31:57.060Z 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`
27962026-01-27T17:31:57.409Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
27972026-01-27T17:31:57.464Z Compiling ident_case v1.0.1
27982026-01-27T17:31:57.467Z 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`
27992026-01-27T17:31:57.704Z Compiling tokio-util v0.7.15
28002026-01-27T17:31:57.707Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=59978c5b139756ad -C extra-filename=-e852a3047cb61de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-01-27T17:31:58.139Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build`
28022026-01-27T17:31:58.163Z Compiling which v4.4.2
28032026-01-27T17:31:58.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=8c775ec5bc3af358 -C extra-filename=-3a1fe09c45025a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-01-27T17:31:58.789Z Compiling sha2 v0.10.9
28052026-01-27T17:31:58.792Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=decf85fb7f0cfccf -C extra-filename=-a3b1abe2e585c741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-01-27T17:31:59.208Z Compiling rustc-hash v1.1.0
28072026-01-27T17:31:59.211Z 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`
28082026-01-27T17:31:59.436Z Compiling lazycell v1.3.0
28092026-01-27T17:31:59.439Z 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`
28102026-01-27T17:31:59.662Z Compiling httparse v1.9.5
28112026-01-27T17:31:59.665Z 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`
28122026-01-27T17:31:59.787Z Compiling atomic-waker v1.1.2
28132026-01-27T17:31:59.789Z 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`
28142026-01-27T17:31:59.899Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=20127fcf3dfc9644 -C extra-filename=-51ff2a45a24caa66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-bf8c2a66e19f9bb8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28152026-01-27T17:32:00.022Z Compiling anstyle v1.0.11
28162026-01-27T17:32:00.025Z 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`
28172026-01-27T17:32:00.074Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=19ed9526ff579419 -C extra-filename=-66469bbf1187bd9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7e95de5e094cac83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-afaf0736521ebcd3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-3a1fe09c45025a7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-01-27T17:32:00.412Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
28192026-01-27T17:32:00.482Z Compiling pem-rfc7468 v0.7.0
28202026-01-27T17:32:00.486Z 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`
28212026-01-27T17:32:00.536Z Compiling hmac v0.12.1
28222026-01-27T17:32:00.537Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=bc8af39540395ac0 -C extra-filename=-9a7e0dfd2befbd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-01-27T17:32:00.629Z Compiling cmake v0.1.51
28242026-01-27T17:32:00.634Z 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`
28252026-01-27T17:32:00.839Z Compiling fs_extra v1.3.0
28262026-01-27T17:32:00.845Z 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`
28272026-01-27T17:32:01.146Z Compiling dunce v1.0.5
28282026-01-27T17:32:01.150Z 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`
28292026-01-27T17:32:01.199Z Compiling untrusted v0.9.0
28302026-01-27T17:32:01.206Z 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`
28312026-01-27T17:32:01.353Z Compiling fastrand v2.1.1
28322026-01-27T17:32:01.356Z 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`
28332026-01-27T17:32:01.417Z 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`
28342026-01-27T17:32:01.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b71524f520c18be7 -C extra-filename=-729da03359e5c081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
28352026-01-27T17:32:01.513Z Compiling anstyle-parse v0.2.5
28362026-01-27T17:32:01.516Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5bd1f5f0e158bc1c -C extra-filename=-6d409d61a45bc313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-01-27T17:32:01.773Z Compiling rand_chacha v0.3.1
28382026-01-27T17:32:01.776Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=70400e20744aeea9 -C extra-filename=-9e172ee533783540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-01-27T17:32:01.866Z Compiling anstyle-query v1.1.1
28402026-01-27T17:32:01.869Z 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`
28412026-01-27T17:32:01.906Z Compiling colorchoice v1.0.2
28422026-01-27T17:32:01.909Z 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`
28432026-01-27T17:32:02.062Z Compiling is_terminal_polyfill v1.70.1
28442026-01-27T17:32:02.065Z 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`
28452026-01-27T17:32:02.126Z Compiling der_derive v0.7.3
28462026-01-27T17:32:02.129Z Compiling flagset v0.4.6
28472026-01-27T17:32:02.169Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60ad9e45fe9ffda -C extra-filename=-b7367e46bcb44674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-01-27T17:32:02.175Z 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`
28492026-01-27T17:32:02.214Z Compiling ryu v1.0.18
28502026-01-27T17:32:02.218Z 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`
28512026-01-27T17:32:02.261Z Compiling rand v0.8.5
28522026-01-27T17:32:02.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=5eb9ff3d5f261eeb -C extra-filename=-e24efe75f2906a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-01-27T17:32:02.444Z Compiling anstream v0.6.18
28542026-01-27T17:32:02.447Z 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`
28552026-01-27T17:32:02.615Z Compiling terminal_size v0.4.0
28562026-01-27T17:32:02.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5876d489b504f32b -C extra-filename=-498e12e84f0f81cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-01-27T17:32:02.912Z Compiling unicode-segmentation v1.12.0
28582026-01-27T17:32:02.964Z 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`
28592026-01-27T17:32:03.135Z Compiling rustls-pki-types v1.10.0
28602026-01-27T17:32:03.138Z 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`
28612026-01-27T17:32:03.439Z Compiling aws-lc-rs v1.12.4
28622026-01-27T17:32:03.442Z 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`
28632026-01-27T17:32:03.719Z Compiling http-body v1.0.1
28642026-01-27T17:32:03.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fdbb5957ff03ffb -C extra-filename=-8a0e739038dae1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-01-27T17:32:03.855Z Compiling clap_lex v0.7.4
28662026-01-27T17:32:03.867Z 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`
28672026-01-27T17:32:04.050Z Compiling toml_datetime v0.6.11
28682026-01-27T17:32:04.066Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=562254c4d04efb1c -C extra-filename=-42fa2b149e75e6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-01-27T17:32:04.086Z Compiling serde_spanned v0.6.9
28702026-01-27T17:32:04.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=12d0c70a65265afe -C extra-filename=-001dcbe3b5ca8177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-01-27T17:32:04.200Z Compiling clap_derive v4.5.47
28722026-01-27T17:32:04.223Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=eff449d7da4e302c -C extra-filename=-89fd85bf568c0270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-01-27T17:32:04.343Z Compiling clap_builder v4.5.48
28742026-01-27T17:32:04.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=1ff8b7dd74ec75d3 -C extra-filename=-b5c52762ebcb9ec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8a90ebcfcef7aad8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-498e12e84f0f81cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-01-27T17:32:04.364Z Compiling untrusted v0.7.1
28762026-01-27T17:32:04.364Z 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`
28772026-01-27T17:32:04.400Z Compiling try-lock v0.2.5
28782026-01-27T17:32:04.420Z 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`
28792026-01-27T17:32:04.498Z Compiling der v0.7.10
28802026-01-27T17:32:04.556Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=328278de407754a3 -C extra-filename=-3f0702ae7a4e5d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-b7367e46bcb44674.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-01-27T17:32:04.556Z Compiling httpdate v1.0.3
28822026-01-27T17:32:04.569Z 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`
28832026-01-27T17:32:04.603Z Compiling want v0.3.1
28842026-01-27T17:32:04.611Z 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`
28852026-01-27T17:32:04.657Z Compiling h2 v0.4.6
28862026-01-27T17:32:04.699Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=b195fe8e23eba8b0 -C extra-filename=-198087b8be680c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-01-27T17:32:04.946Z Compiling tower-service v0.3.3
28882026-01-27T17:32:04.950Z 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`
28892026-01-27T17:32:05.009Z Compiling tower-layer v0.3.3
28902026-01-27T17:32:05.013Z 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`
28912026-01-27T17:32:05.161Z Compiling camino v1.2.1
28922026-01-27T17:32:05.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/camino-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a34b09b32652f71d -C extra-filename=-3f9e0a434a993c7a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-01-27T17:32:05.388Z Compiling pbkdf2 v0.12.2
28942026-01-27T17:32:05.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=c166ed6adfbe9032 -C extra-filename=-9f61b2551e717720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-01-27T17:32:05.647Z Compiling openssl-sys v0.9.109
28962026-01-27T17:32:05.647Z 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`
28972026-01-27T17:32:05.695Z Compiling aes v0.8.4
28982026-01-27T17:32:05.698Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=174e6b8740bc9cf4 -C extra-filename=-f0a73f8d750ffdb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-01-27T17:32:05.898Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a/build-script-build`
29002026-01-27T17:32:06.016Z Compiling async-trait v0.1.89
29012026-01-27T17:32:06.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b71f9ca1d8b5bbe -C extra-filename=-2af21442a3b43a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-01-27T17:32:06.940Z Compiling spki v0.7.3
29032026-01-27T17:32:06.944Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=4cb4c007998c1887 -C extra-filename=-abc6b8501e9c9633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-01-27T17:32:07.383Z Compiling slog v2.8.2
29052026-01-27T17:32:07.387Z 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`
29062026-01-27T17:32:07.436Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077/build-script-main`
29072026-01-27T17:32:07.554Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=68efad9a31727b62 -C extra-filename=-54336e2d6e7eae24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
29082026-01-27T17:32:07.871Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
29092026-01-27T17:32:07.943Z Compiling salsa20 v0.10.2
29102026-01-27T17:32:08.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=df7f2976c45c6275 -C extra-filename=-ab1f48dbcf24e08f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-01-27T17:32:08.247Z Compiling cbc v0.1.2
29122026-01-27T17:32:08.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=8fef3c46439f71f3 -C extra-filename=-24586da27d12798a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-01-27T17:32:08.391Z Compiling erased-serde v0.3.31
29142026-01-27T17:32:08.394Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=f4198db3edd4907c -C extra-filename=-555a351adafaba5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-01-27T17:32:08.527Z Compiling rustc_version v0.4.1
29162026-01-27T17:32:08.530Z 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`
29172026-01-27T17:32:08.596Z Compiling rand_core v0.9.3
29182026-01-27T17:32:08.599Z 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`
29192026-01-27T17:32:08.775Z Compiling clap v4.5.48
29202026-01-27T17:32:08.823Z Compiling mime v0.3.17
29212026-01-27T17:32:08.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=697d690a1216d1bb -C extra-filename=-523ecfc7617bc60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-89fd85bf568c0270.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-01-27T17:32:08.826Z 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`
29232026-01-27T17:32:08.970Z Compiling ucd-trie v0.1.7
29242026-01-27T17:32:08.973Z 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`
29252026-01-27T17:32:09.223Z Compiling rustix v1.1.3
29262026-01-27T17:32:09.234Z 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`
29272026-01-27T17:32:09.275Z Compiling scrypt v0.11.0
29282026-01-27T17:32:09.278Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=edb946be370b6fb6 -C extra-filename=-a103de4faba033e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ab1f48dbcf24e08f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-01-27T17:32:09.383Z Compiling pest v2.8.2
29302026-01-27T17:32:09.386Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=af8dfe4522791ae0 -C extra-filename=-9457d73df75ca6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a26b2f99a5a31eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312026-01-27T17:32:09.517Z Compiling http-body-util v0.1.3
29322026-01-27T17:32:09.520Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=4cdc52d1537eddfe -C extra-filename=-d5311ff8ad060f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-01-27T17:32:09.789Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f7f6d013f0c99a29 -C extra-filename=-222a78cdaa281fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-555a351adafaba5e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
29342026-01-27T17:32:09.824Z Compiling pkcs5 v0.7.1
29352026-01-27T17:32:09.827Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=c0ce14580ea5fb5d -C extra-filename=-eb292b4bf00ff2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a103de4faba033e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-01-27T17:32:10.052Z Compiling plain v0.2.3
29372026-01-27T17:32:10.055Z 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`
29382026-01-27T17:32:10.105Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29392026-01-27T17:32:10.302Z Compiling rand_chacha v0.9.0
29402026-01-27T17:32:10.305Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ab2af3dbb5f067e6 -C extra-filename=-db8d4aa03e39ae1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-01-27T17:32:10.617Z Compiling pkcs8 v0.10.2
29422026-01-27T17:32:10.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=4ab03a0e23553dd7 -C extra-filename=-c9b71fc347911eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-01-27T17:32:10.993Z Compiling openssl v0.10.73
29442026-01-27T17:32:10.996Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
29452026-01-27T17:32:11.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f845c5da28c00833 -C extra-filename=-3f549b674c48674d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29462026-01-27T17:32:11.321Z Compiling openssl-probe v0.1.5
29472026-01-27T17:32:11.324Z 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`
29482026-01-27T17:32:11.583Z Compiling foreign-types-shared v0.1.1
29492026-01-27T17:32:11.587Z 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`
29502026-01-27T17:32:11.724Z Compiling hyper v1.8.1
29512026-01-27T17:32:11.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=b5eb49c5421829ef -C extra-filename=-583eb8cec2ba98ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-84f095c4003bf950.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522026-01-27T17:32:11.791Z Compiling foreign-types v0.3.2
29532026-01-27T17:32:11.854Z 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`
29542026-01-27T17:32:11.967Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29552026-01-27T17:32:12.019Z Compiling rand v0.9.2
29562026-01-27T17:32:12.022Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=03f4a0f6f65e0853 -C extra-filename=-81cddf8435918e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-01-27T17:32:12.022Z 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)'`
29582026-01-27T17:32:12.106Z Compiling pest_meta v2.8.2
29592026-01-27T17:32:12.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=3ec4b7242cb4de71 -C extra-filename=-beccadadeb07e4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-01-27T17:32:12.501Z Compiling serde_urlencoded v0.7.1
29612026-01-27T17:32:12.506Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2ea442188739d94 -C extra-filename=-7d189bf503988c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-01-27T17:32:13.116Z Compiling hex v0.4.3
29632026-01-27T17:32:13.120Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=92080f935c0a417c -C extra-filename=-be4aef7e3611ca80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-01-27T17:32:13.493Z Compiling openssl-macros v0.1.1
29652026-01-27T17:32:13.496Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d2f416ee0fe599d -C extra-filename=-258ec4c813f19d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-01-27T17:32:13.796Z Compiling pest_generator v2.8.2
29672026-01-27T17:32:13.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=f6f1cf2be47d0d84 -C extra-filename=-12911755b4beee17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-beccadadeb07e4bb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-01-27T17:32:13.947Z Compiling tempfile v3.24.0
29692026-01-27T17:32:13.950Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=fa42331bad1465d0 -C extra-filename=-1ccc481c475781ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-01-27T17:32:14.319Z Compiling hyper-util v0.1.19
29712026-01-27T17:32:14.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=9dcc2c66251a6f99 -C extra-filename=-34784501566ece99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-01-27T17:32:14.443Z Compiling encoding_rs v0.8.34
29732026-01-27T17:32:14.443Z 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`
29742026-01-27T17:32:14.520Z Compiling rustls v0.23.19
29752026-01-27T17:32:14.523Z 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`
29762026-01-27T17:32:14.807Z Compiling pretty-hex v0.4.1
29772026-01-27T17:32:14.811Z 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`
29782026-01-27T17:32:15.021Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5838a0aad1846b89 -C extra-filename=-f7dbb948798e8015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-258ec4c813f19d30.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
29792026-01-27T17:32:15.088Z Compiling openapiv3 v2.2.0
29802026-01-27T17:32:15.091Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=96781f37b50b56cb -C extra-filename=-55854e406e36a0f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-01-27T17:32:15.527Z Compiling native-tls v0.2.12
29822026-01-27T17:32:15.530Z Compiling ipnetwork v0.21.1
29832026-01-27T17:32:15.530Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a427351dc311887f -C extra-filename=-e415e630c4a0d985 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-01-27T17:32:15.530Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=99520d6384e6ee02 -C extra-filename=-e6c8d889893b1fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-01-27T17:32:16.046Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29862026-01-27T17:32:16.115Z Compiling cookie v0.18.1
29872026-01-27T17:32:16.122Z 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`
29882026-01-27T17:32:16.438Z Compiling litrs v0.4.1
29892026-01-27T17:32:16.445Z 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`
29902026-01-27T17:32:16.523Z Compiling pest_derive v2.8.2
29912026-01-27T17:32:16.581Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=667fff0288b182fe -C extra-filename=-beb17cca98262e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-12911755b4beee17.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-01-27T17:32:16.616Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
29932026-01-27T17:32:16.749Z Compiling sync_wrapper v1.0.1
29942026-01-27T17:32:16.755Z 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`
29952026-01-27T17:32:16.973Z Compiling winnow v0.7.13
29962026-01-27T17:32:16.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=12dbf89cc2a4cc4c -C extra-filename=-bfe077220902c678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-01-27T17:32:17.584Z Compiling document-features v0.2.11
29982026-01-27T17:32:17.588Z Compiling psl-types v2.0.11
29992026-01-27T17:32:17.588Z 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`
30002026-01-27T17:32:17.588Z 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`
30012026-01-27T17:32:17.914Z Compiling publicsuffix v2.3.0
30022026-01-27T17:32:17.919Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=bd3aa6c366db98c3 -C extra-filename=-b6d235fa17234758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0758c31e43c3b82a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-01-27T17:32:18.121Z Compiling tower v0.5.2
30042026-01-27T17:32:18.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=0c31a730db6dde68 -C extra-filename=-2c09da9693e01586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-01-27T17:32:18.280Z 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`
30062026-01-27T17:32:18.498Z Compiling rustls-native-certs v0.8.1
30072026-01-27T17:32:18.501Z 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`
30082026-01-27T17:32:19.042Z Compiling webpki-roots v1.0.1
30092026-01-27T17:32:19.045Z 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`
30102026-01-27T17:32:19.101Z Compiling signature v2.2.0
30112026-01-27T17:32:19.104Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=61cae54830c39867 -C extra-filename=-4b1c622ece0fa1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-01-27T17:32:19.183Z Compiling iri-string v0.7.8
30132026-01-27T17:32:19.187Z 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`
30142026-01-27T17:32:19.264Z Compiling cookie_store v0.21.1
30152026-01-27T17:32:19.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=c9efe46ac263262a -C extra-filename=-9c06bb47f135485b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-b6d235fa17234758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-01-27T17:32:19.316Z Compiling winnow v0.5.40
30172026-01-27T17:32:19.317Z 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`
30182026-01-27T17:32:19.445Z Compiling data-encoding v2.9.0
30192026-01-27T17:32:19.488Z 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`
30202026-01-27T17:32:19.494Z Compiling darling_core v0.21.0
30212026-01-27T17:32:19.552Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=d7c37defc3f65520 -C extra-filename=-e6221525eab0fd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-01-27T17:32:20.583Z Compiling darling_core v0.20.10
30232026-01-27T17:32:20.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=6089e3db450fca09 -C extra-filename=-20510a6276007ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-01-27T17:32:20.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=3325b58332fd188c -C extra-filename=-f28104d752f78e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
30252026-01-27T17:32:21.260Z Compiling tokio-native-tls v0.3.1
30262026-01-27T17:32:21.265Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=20e6f9bb7e4e92cd -C extra-filename=-39f314a2f5f61f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30272026-01-27T17:32:21.500Z Compiling sha1 v0.10.6
30282026-01-27T17:32:21.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4f5a3fffdd4308f0 -C extra-filename=-90ca0236b234b3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-01-27T17:32:21.619Z Compiling hyper-tls v0.6.0
30302026-01-27T17:32:21.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=743948febe8f6613 -C extra-filename=-c4795ebd0e8c407b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30312026-01-27T17:32:21.980Z Compiling strum_macros v0.26.4
30322026-01-27T17:32:21.983Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=571072e7234e5095 -C extra-filename=-ec738fe1adf04ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-01-27T17:32:22.107Z Compiling tinyvec_macros v0.1.1
30342026-01-27T17:32:22.110Z 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`
30352026-01-27T17:32:22.267Z Compiling tower-http v0.6.6
30362026-01-27T17:32:22.314Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=6b0219b940218a81 -C extra-filename=-3821a12aa3ac5879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-81fbfc3f0f1ebf8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2c09da9693e01586.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-01-27T17:32:22.567Z Compiling toml_edit v0.19.15
30382026-01-27T17:32:22.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=70fff86e0914f6bc -C extra-filename=-3532364bc661e1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-72473495d17f19f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-01-27T17:32:22.771Z Compiling tinyvec v1.8.0
30402026-01-27T17:32:22.774Z 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`
30412026-01-27T17:32:23.034Z Compiling scroll_derive v0.12.0
30422026-01-27T17:32:23.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42dcb202b8649d6f -C extra-filename=-9cea006ca6696c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-01-27T17:32:23.162Z Compiling num-integer v0.1.46
30442026-01-27T17:32:23.208Z 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`
30452026-01-27T17:32:23.962Z Compiling quick-error v1.2.3
30462026-01-27T17:32:23.965Z 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`
30472026-01-27T17:32:24.178Z Compiling ahash v0.8.12
30482026-01-27T17:32:24.181Z 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`
30492026-01-27T17:32:24.347Z Compiling static_assertions v1.1.0
30502026-01-27T17:32:24.350Z 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`
30512026-01-27T17:32:24.523Z Compiling oxnet v0.1.4
30522026-01-27T17:32:24.580Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=0b2fe477b100ea4c -C extra-filename=-e2c2ba30359648b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532026-01-27T17:32:24.625Z Compiling scroll v0.12.0
30542026-01-27T17:32:24.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=2d41bf68472f4b1e -C extra-filename=-1ff72436100fc923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-9cea006ca6696c8e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-01-27T17:32:24.744Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30562026-01-27T17:32:24.796Z Compiling hubpack_derive v0.1.1
30572026-01-27T17:32:24.799Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b090cb60ef20c4c6 -C extra-filename=-bd8e2a888e539771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-01-27T17:32:25.235Z Compiling goblin v0.8.2
30592026-01-27T17:32:25.251Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=ffb23ad1a97a218d -C extra-filename=-14211b7462dbe36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-1ff72436100fc923.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-01-27T17:32:25.401Z Compiling usdt-impl v0.5.0
30612026-01-27T17:32:25.463Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
30622026-01-27T17:32:25.613Z Compiling darling_macro v0.21.0
30632026-01-27T17:32:25.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc0ccb6b6997512d -C extra-filename=-2411a0648868a131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e6221525eab0fd3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-01-27T17:32:25.903Z Compiling crc32fast v1.4.2
30652026-01-27T17:32:25.954Z 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`
30662026-01-27T17:32:25.954Z Compiling bit-vec v0.8.0
30672026-01-27T17:32:25.954Z 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`
30682026-01-27T17:32:26.307Z Compiling base16ct v0.2.0
30692026-01-27T17:32:26.312Z 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`
30702026-01-27T17:32:26.357Z Compiling strum v0.26.3
30712026-01-27T17:32:26.361Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=9cad410a22decd57 -C extra-filename=-a584387af8d415c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec738fe1adf04ce5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-01-27T17:32:26.408Z Compiling darling_macro v0.20.10
30732026-01-27T17:32:26.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fae849bea0dc98dc -C extra-filename=-169bff8d6ba6f6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-20510a6276007ac7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-01-27T17:32:26.475Z Compiling bit-set v0.8.0
30752026-01-27T17:32:26.479Z 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`
30762026-01-27T17:32:26.616Z Compiling sec1 v0.7.3
30772026-01-27T17:32:26.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ee8ad4ee399ec4d1 -C extra-filename=-0053930843531127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-01-27T17:32:26.667Z Compiling hubpack v0.1.2
30792026-01-27T17:32:26.683Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44399d0002011b18 -C extra-filename=-6e1e4f5b71f0c0f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-bd8e2a888e539771.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-01-27T17:32:26.791Z Compiling darling v0.21.0
30812026-01-27T17:32:26.795Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=91d0f95171c01a27 -C extra-filename=-f7be53da0af7497f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e6221525eab0fd3d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2411a0648868a131.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-01-27T17:32:26.823Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30832026-01-27T17:32:26.953Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=27ebdc0b0222de2e -C extra-filename=-b86e19eb56cd552a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
30842026-01-27T17:32:27.027Z Compiling num-iter v0.1.45
30852026-01-27T17:32:27.030Z 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`
30862026-01-27T17:32:27.143Z Compiling dtrace-parser v0.2.0
30872026-01-27T17:32:27.146Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00d517751ccbfac9 -C extra-filename=-d988833a065daeaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-01-27T17:32:27.200Z Compiling ff v0.13.0
30892026-01-27T17:32:27.204Z 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`
30902026-01-27T17:32:27.269Z Compiling thread-id v4.2.2
30912026-01-27T17:32:27.273Z 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`
30922026-01-27T17:32:27.428Z Compiling wait-timeout v0.2.0
30932026-01-27T17:32:27.431Z 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`
30942026-01-27T17:32:27.482Z Compiling num-bigint-dig v0.8.6
30952026-01-27T17:32:27.486Z Compiling toml_write v0.1.2
30962026-01-27T17:32:27.522Z 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`
30972026-01-27T17:32:27.527Z 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`
30982026-01-27T17:32:27.569Z Compiling darling v0.20.10
30992026-01-27T17:32:27.626Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=1d4d8a5a24ce93e9 -C extra-filename=-f7340329ccdf1fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-20510a6276007ac7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-169bff8d6ba6f6b8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-01-27T17:32:27.742Z Compiling group v0.13.0
31012026-01-27T17:32:27.746Z 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`
31022026-01-27T17:32:27.938Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
31032026-01-27T17:32:27.988Z Compiling toml_edit v0.22.27
31042026-01-27T17:32:27.992Z Compiling heck v0.4.1
31052026-01-27T17:32:27.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=badb45d7ba54f8dc -C extra-filename=-8204521628226dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-01-27T17:32:27.992Z 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`
31072026-01-27T17:32:28.078Z Compiling hkdf v0.12.4
31082026-01-27T17:32:28.081Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=96689eeeade566fb -C extra-filename=-bd7130e99a144471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-01-27T17:32:28.125Z Compiling crossbeam-epoch v0.9.18
31102026-01-27T17:32:28.128Z 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`
31112026-01-27T17:32:28.435Z Compiling crypto-bigint v0.5.5
31122026-01-27T17:32:28.439Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=f76b9c81046b528a -C extra-filename=-d0c2da2483ddbfab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-01-27T17:32:28.567Z Compiling scroll_derive v0.13.1
31142026-01-27T17:32:28.571Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f003437a45e53091 -C extra-filename=-d6f1ca77e2430d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-01-27T17:32:28.865Z Compiling bstr v1.10.0
31162026-01-27T17:32:28.871Z 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`
31172026-01-27T17:32:29.123Z Compiling itertools v0.13.0
31182026-01-27T17:32:29.176Z 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`
31192026-01-27T17:32:29.277Z Compiling zlib-rs v0.5.1
31202026-01-27T17:32:29.280Z 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`
31212026-01-27T17:32:30.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=fa3fd80cf7512a62 -C extra-filename=-7d9aa0a651064790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31222026-01-27T17:32:30.660Z Compiling scroll v0.13.0
31232026-01-27T17:32:30.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c3bf9cfef520f73b -C extra-filename=-6b8d69ca0906b676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-d6f1ca77e2430d79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-01-27T17:32:31.271Z Compiling dof v0.3.0
31252026-01-27T17:32:31.274Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=1c37692605548e8c -C extra-filename=-302d56358dcb5327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-14211b7462dbe36d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262026-01-27T17:32:32.010Z Compiling elliptic-curve v0.13.8
31272026-01-27T17:32:32.013Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=63e5753e3a0cdf80 -C extra-filename=-79ba77e562a2dc78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d0c2da2483ddbfab.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-01-27T17:32:32.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=2a2d3a89e1b40af2 -C extra-filename=-0365e9380dea6bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ffaf04ed8428d73d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
31292026-01-27T17:32:33.097Z Compiling rusty-fork v0.3.0
31302026-01-27T17:32:33.100Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=2d9416a6806295bb -C extra-filename=-b52c42515fbb1d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-01-27T17:32:33.895Z Compiling pkcs1 v0.7.5
31322026-01-27T17:32:33.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=88b81de024d5d62f -C extra-filename=-6ea09a72f67a0b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-01-27T17:32:34.174Z Compiling rand_xorshift v0.4.0
31342026-01-27T17:32:34.217Z 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`
31352026-01-27T17:32:34.310Z Compiling bzip2-sys v0.1.13+1.0.8
31362026-01-27T17:32:34.313Z 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`
31372026-01-27T17:32:34.375Z Compiling unarray v0.1.4
31382026-01-27T17:32:34.378Z 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`
31392026-01-27T17:32:34.480Z Compiling rsa v0.9.8
31402026-01-27T17:32:34.483Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=564e81a176af5f25 -C extra-filename=-c0cf9adb20b0bb04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6ea09a72f67a0b34.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-01-27T17:32:34.588Z Compiling proptest v1.7.0
31422026-01-27T17:32:34.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=b44d1d36badbd3fb -C extra-filename=-947c6bc7e98fa7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1bbb8a7353698747.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-b6c7f4a8f1590593.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b52c42515fbb1d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0d1cbf4decd5986d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-01-27T17:32:34.788Z Compiling goblin v0.10.2
31442026-01-27T17:32:34.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=43c67e78196490be -C extra-filename=-5eaa9ea6a92178c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6b8d69ca0906b676.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-01-27T17:32:34.840Z Compiling curve25519-dalek v4.1.3
31462026-01-27T17:32:34.843Z 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`
31472026-01-27T17:32:34.987Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066/build-script-build`
31482026-01-27T17:32:35.740Z Compiling libz-rs-sys v0.5.1
31492026-01-27T17:32:35.743Z 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`
31502026-01-27T17:32:36.101Z Compiling flate2 v1.1.2
31512026-01-27T17:32:36.104Z 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`
31522026-01-27T17:32:36.361Z Compiling x509-cert v0.2.5
31532026-01-27T17:32:36.364Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=84d3fcaccdfb29e7 -C extra-filename=-a13594a241f967e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-01-27T17:32:36.484Z Compiling bitflags v1.3.2
31552026-01-27T17:32:36.487Z 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`
31562026-01-27T17:32:36.699Z Compiling usdt-impl v0.6.0
31572026-01-27T17:32:36.709Z 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`
31582026-01-27T17:32:37.106Z 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`
31592026-01-27T17:32:37.214Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31602026-01-27T17:32:37.233Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31612026-01-27T17:32:37.319Z Compiling derive_builder_core v0.20.2
31622026-01-27T17:32:37.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=01039ec5fcfb75a9 -C extra-filename=-6f373df925b3453c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7340329ccdf1fc5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-01-27T17:32:37.407Z Compiling dtrace-parser v0.3.0
31642026-01-27T17:32:37.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2541576593d3850e -C extra-filename=-1676c9f7110555a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-01-27T17:32:39.440Z Compiling rfc6979 v0.4.0
31662026-01-27T17:32:39.443Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7b497acf825189a -C extra-filename=-1b86d25cc91b665a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-01-27T17:32:39.488Z Compiling curve25519-dalek-derive v0.1.1
31682026-01-27T17:32:39.491Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c04eacdebd0ec13a -C extra-filename=-3d3fae18bea19d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-01-27T17:32:39.699Z Compiling thread-id v5.0.0
31702026-01-27T17:32:39.702Z 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`
31712026-01-27T17:32:39.890Z Compiling signal-hook v0.3.18
31722026-01-27T17:32:39.894Z 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`
31732026-01-27T17:32:40.333Z Compiling siphasher v0.3.11
31742026-01-27T17:32:40.336Z 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`
31752026-01-27T17:32:40.783Z Compiling phf_shared v0.11.2
31762026-01-27T17:32:40.787Z 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`
31772026-01-27T17:32:40.876Z Compiling newtype-uuid v1.3.2
31782026-01-27T17:32:40.933Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=159a71e8e8c15a7c -C extra-filename=-8125891eebfa0a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-01-27T17:32:41.055Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=e9686e002d67a88e -C extra-filename=-6d94dcf1bf056c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3d3fae18bea19d19.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31802026-01-27T17:32:41.189Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
31812026-01-27T17:32:41.260Z Compiling ecdsa v0.16.9
31822026-01-27T17:32:41.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=2380025577be9b0a -C extra-filename=-e062cf5a1d23a0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1b86d25cc91b665a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-01-27T17:32:41.636Z Compiling derive_builder_macro v0.20.2
31842026-01-27T17:32:41.640Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=9060fd19a928635b -C extra-filename=-7c2ffdba676acad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-6f373df925b3453c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-01-27T17:32:42.149Z Compiling dof v0.4.0
31862026-01-27T17:32:42.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2148277d97e465cf -C extra-filename=-03a782d9d4b19db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5eaa9ea6a92178c4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-01-27T17:32:42.234Z Compiling toml v0.7.8
31882026-01-27T17:32:42.238Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a82d44e2ad8f2559 -C extra-filename=-8deef866a4a26c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892026-01-27T17:32:42.834Z Compiling daft-derive v0.1.4
31902026-01-27T17:32:42.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c6c0831354714a9 -C extra-filename=-625eb0415048f626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-01-27T17:32:43.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=c04cf0ed231aba5f -C extra-filename=-f4c5f4ab124c7995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-dbb73afa9ba27761.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
31922026-01-27T17:32:43.781Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31932026-01-27T17:32:43.784Z 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`
31942026-01-27T17:32:44.530Z Compiling memmap2 v0.9.8
31952026-01-27T17:32:44.533Z 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`
31962026-01-27T17:32:44.663Z Compiling env_filter v0.1.2
31972026-01-27T17:32:44.666Z 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`
31982026-01-27T17:32:44.710Z Compiling memoffset v0.9.1
31992026-01-27T17:32:44.751Z 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`
32002026-01-27T17:32:44.982Z Compiling cfg_aliases v0.2.1
32012026-01-27T17:32:44.986Z 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`
32022026-01-27T17:32:45.034Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7/build-script-build`
32032026-01-27T17:32:45.147Z Compiling env_logger v0.11.8
32042026-01-27T17:32:45.151Z 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`
32052026-01-27T17:32:45.198Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
32062026-01-27T17:32:45.314Z Compiling daft v0.1.4
32072026-01-27T17:32:45.317Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=11cf3e2fcb3e2929 -C extra-filename=-9291fc78212aa833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-625eb0415048f626.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-01-27T17:32:45.402Z Compiling derive_builder v0.20.2
32092026-01-27T17:32:45.453Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=78027f6bf714f155 -C extra-filename=-e9cc8fdbf4d1c29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-7c2ffdba676acad5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-01-27T17:32:45.675Z 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`
32112026-01-27T17:32:45.881Z Compiling serde_with_macros v3.16.1
32122026-01-27T17:32:45.886Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=6a5c8ac44eac1c1c -C extra-filename=-96c5a720df3aabd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7be53da0af7497f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-01-27T17:32:45.934Z Compiling unicode-normalization v0.1.24
32142026-01-27T17:32:45.937Z 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`
32152026-01-27T17:32:45.981Z Compiling ed25519 v2.2.3
32162026-01-27T17:32:45.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=8b91a4ff7deef35f -C extra-filename=-867d7dc609281a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-01-27T17:32:46.469Z Compiling enum-as-inner v0.6.1
32182026-01-27T17:32:46.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58d6623c2aae3878 -C extra-filename=-8d755279626495bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-01-27T17:32:46.988Z Compiling vergen-lib v0.1.6
32202026-01-27T17:32:46.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/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`
32212026-01-27T17:32:47.459Z Compiling managed v0.8.0
32222026-01-27T17:32:47.462Z 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`
32232026-01-27T17:32:47.636Z Compiling keccak v0.1.5
32242026-01-27T17:32:47.697Z 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`
32252026-01-27T17:32:47.949Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32262026-01-27T17:32:48.020Z Compiling sha3 v0.10.8
32272026-01-27T17:32:48.065Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=50c41d9a3bab04b9 -C extra-filename=-d7fd07d916944978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-988f9cb713822ff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-01-27T17:32:48.069Z Compiling ed25519-dalek v2.1.1
32292026-01-27T17:32:48.072Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=0bff521603d03090 -C extra-filename=-cdcdf780c038777d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-867d7dc609281a27.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-01-27T17:32:48.686Z Compiling serde_with v3.16.1
32312026-01-27T17:32:48.689Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=cb3e7b0601f63df1 -C extra-filename=-a809e9d8c4170b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-96c5a720df3aabd5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-01-27T17:32:48.753Z Compiling usdt-attr-macro v0.6.0
32332026-01-27T17:32:48.756Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a27c117e73f1778 -C extra-filename=-cabd532452067d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-01-27T17:32:49.097Z Compiling usdt-macro v0.6.0
32352026-01-27T17:32:49.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a173a6a32c599418 -C extra-filename=-0e2d9285a4756f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-01-27T17:32:49.419Z 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`
32372026-01-27T17:32:49.601Z Compiling cargo-platform v0.1.8
32382026-01-27T17:32:49.601Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba40a71afcb2aa4 -C extra-filename=-379328dfadb8c639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-01-27T17:32:49.816Z Compiling vergen v9.0.6
32402026-01-27T17:32:49.819Z 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`
32412026-01-27T17:32:50.103Z Compiling itertools v0.10.5
32422026-01-27T17:32:50.108Z 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`
32432026-01-27T17:32:50.282Z Compiling zstd-safe v7.2.3
32442026-01-27T17:32:50.285Z 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`
32452026-01-27T17:32:50.730Z Compiling ref-cast v1.0.25
32462026-01-27T17:32:50.734Z 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`
32472026-01-27T17:32:50.784Z Compiling new_debug_unreachable v1.0.6
32482026-01-27T17:32:50.789Z 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`
32492026-01-27T17:32:50.918Z Compiling precomputed-hash v0.1.1
32502026-01-27T17:32:50.963Z 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`
32512026-01-27T17:32:50.970Z Compiling fixedbitset v0.4.2
32522026-01-27T17:32:50.970Z 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`
32532026-01-27T17:32:51.100Z Compiling string_cache v0.8.9
32542026-01-27T17:32:51.103Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=d5ea2d00a882903c -C extra-filename=-895147969acef52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-84cd7013a5593a73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-506dacd16d4fb18a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-01-27T17:32:51.433Z Compiling petgraph v0.6.5
32562026-01-27T17:32:51.436Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=7946ca97f63da1b1 -C extra-filename=-c8faf3ef761b5017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-14f9139bb36270dd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-01-27T17:32:51.538Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32582026-01-27T17:32:51.588Z Compiling usdt v0.6.0
32592026-01-27T17:32:51.591Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=1313d0d590f0ec48 -C extra-filename=-2cc4ccc53913d0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5eaa9ea6a92178c4.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-cabd532452067d7e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-0e2d9285a4756f60.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-01-27T17:32:51.639Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32612026-01-27T17:32:51.712Z Compiling cargo_metadata v0.19.2
32622026-01-27T17:32:51.715Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=285f0f289908265f -C extra-filename=-65c44cb727c2eb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-379328dfadb8c639.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-01-27T17:32:52.097Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=5456c8ea478f68be -C extra-filename=-7c4372dfd309d33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32642026-01-27T17:32:52.628Z Compiling signal-hook-mio v0.2.4
32652026-01-27T17:32:52.632Z 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`
32662026-01-27T17:32:52.879Z Compiling bzip2 v0.4.4
32672026-01-27T17:32:52.884Z 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`
32682026-01-27T17:32:52.940Z Compiling ref-cast-impl v1.0.25
32692026-01-27T17:32:52.943Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f46bc8e1b3dd7cfb -C extra-filename=-f53d844f98f92546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-01-27T17:32:52.992Z Compiling rustc-hash v2.1.1
32712026-01-27T17:32:52.995Z 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`
32722026-01-27T17:32:53.259Z Compiling zip v0.6.6
32732026-01-27T17:32:53.262Z 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`
32742026-01-27T17:32:53.321Z Compiling heapless v0.7.17
32752026-01-27T17:32:53.324Z 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`
32762026-01-27T17:32:53.945Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=f02f75d6e6423b9f -C extra-filename=-554cda91acabd23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-65c44cb727c2eb4f.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32772026-01-27T17:32:54.346Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c13a9bdd03d51c4e -C extra-filename=-fd7e6d90bc377feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-f53d844f98f92546.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32782026-01-27T17:32:54.568Z Compiling lockfree-object-pool v0.1.6
32792026-01-27T17:32:54.627Z 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`
32802026-01-27T17:32:54.632Z Compiling lalrpop-util v0.19.12
32812026-01-27T17:32:54.679Z 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`
32822026-01-27T17:32:54.874Z Compiling bumpalo v3.16.0
32832026-01-27T17:32:54.877Z 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`
32842026-01-27T17:32:54.927Z Compiling simd-adler32 v0.3.7
32852026-01-27T17:32:54.965Z 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`
32862026-01-27T17:32:54.993Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32872026-01-27T17:32:55.046Z Compiling crossterm v0.28.1
32882026-01-27T17:32:55.049Z Compiling nix v0.29.0
32892026-01-27T17:32:55.049Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=28459f7c71bebb89 -C extra-filename=-de1496c0a7f895f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-01-27T17:32:55.049Z 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`
32912026-01-27T17:32:55.142Z Compiling bzip2 v0.5.2
32922026-01-27T17:32:55.145Z 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`
32932026-01-27T17:32:55.369Z Compiling zopfli v0.8.1
32942026-01-27T17:32:55.373Z 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`
32952026-01-27T17:32:55.431Z Compiling serde-big-array v0.5.1
32962026-01-27T17:32:55.434Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f0bd687b3db3ce2 -C extra-filename=-0ec8627c359aaefa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-01-27T17:32:55.589Z Compiling hash32 v0.2.1
32982026-01-27T17:32:55.592Z 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`
32992026-01-27T17:32:55.728Z Compiling socket2 v0.5.10
33002026-01-27T17:32:55.731Z 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`
33012026-01-27T17:32:55.984Z Compiling winnow v0.6.26
33022026-01-27T17:32:55.989Z 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`
33032026-01-27T17:32:56.044Z Compiling fs-err v3.1.1
33042026-01-27T17:32:56.047Z 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`
33052026-01-27T17:32:56.531Z Compiling buf-list v1.0.3
33062026-01-27T17:32:56.592Z 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`
33072026-01-27T17:32:56.660Z Compiling jiff v0.2.15
33082026-01-27T17:32:56.663Z 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`
33092026-01-27T17:32:56.925Z Compiling unicode-properties v0.1.3
33102026-01-27T17:32:56.927Z 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`
33112026-01-27T17:32:57.260Z Compiling unicode-bidi v0.3.17
33122026-01-27T17:32:57.264Z 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`
33132026-01-27T17:32:57.405Z Compiling predicates-core v1.0.8
33142026-01-27T17:32:57.408Z 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`
33152026-01-27T17:32:57.799Z Compiling smoltcp v0.9.1
33162026-01-27T17:32:57.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/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`
33172026-01-27T17:32:58.053Z Compiling stringprep v0.1.5
33182026-01-27T17:32:58.056Z 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`
33192026-01-27T17:32:58.541Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33202026-01-27T17:32:58.614Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33212026-01-27T17:32:58.665Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33222026-01-27T17:32:58.739Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33232026-01-27T17:32:58.808Z 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`
33242026-01-27T17:32:58.860Z Compiling hickory-proto v0.25.2
33252026-01-27T17:32:58.863Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=f3678f1dc15bac25 -C extra-filename=-b2c22f643748ca7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-01-27T17:32:59.088Z Compiling similar v2.7.0
33272026-01-27T17:32:59.091Z 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`
33282026-01-27T17:32:59.141Z 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`
33292026-01-27T17:32:59.452Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33302026-01-27T17:32:59.499Z Compiling tokio-stream v0.1.17
33312026-01-27T17:32:59.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=3a58d23b695cc3e2 -C extra-filename=-bd18a41507420ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-01-27T17:32:59.572Z 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`
33332026-01-27T17:32:59.907Z Compiling md-5 v0.10.6
33342026-01-27T17:32:59.910Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f6b2e9937adc4ee3 -C extra-filename=-244665dfd06a28bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-01-27T17:33:00.068Z Compiling zstd v0.13.3
33362026-01-27T17:33:00.071Z 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`
33372026-01-27T17:33:00.230Z Compiling strum_macros v0.27.2
33382026-01-27T17:33:00.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1be3b4101b8c88a4 -C extra-filename=-e744534270d34cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-01-27T17:33:00.313Z Compiling float-cmp v0.10.0
33402026-01-27T17:33:00.313Z 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`
33412026-01-27T17:33:00.554Z Compiling normalize-line-endings v0.3.0
33422026-01-27T17:33:00.558Z 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`
33432026-01-27T17:33:00.608Z Compiling difflib v0.4.0
33442026-01-27T17:33:00.612Z 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`
33452026-01-27T17:33:00.655Z Compiling fallible-iterator v0.2.0
33462026-01-27T17:33:00.656Z 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`
33472026-01-27T17:33:00.801Z 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`
33482026-01-27T17:33:01.219Z Compiling predicates v3.1.3
33492026-01-27T17:33:01.223Z 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`
33502026-01-27T17:33:01.392Z Compiling postgres-protocol v0.6.8
33512026-01-27T17:33:01.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=8ab657acd875d723 -C extra-filename=-713ccb458bd21f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-244665dfd06a28bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-78dd981619b27a4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-01-27T17:33:01.972Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=6fe5391cdf77f091 -C extra-filename=-82d883864d46861b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
33532026-01-27T17:33:02.667Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=23d453e92f0b785b -C extra-filename=-ce9644087b104c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
33542026-01-27T17:33:02.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed16b81385702c3d -C extra-filename=-69c549845365092f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
33552026-01-27T17:33:02.769Z Compiling serde_repr v0.1.19
33562026-01-27T17:33:02.773Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=084c50d498d6bc37 -C extra-filename=-4316a1ed6681090b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-01-27T17:33:02.831Z Compiling fixedbitset v0.5.7
33582026-01-27T17:33:02.879Z 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`
33592026-01-27T17:33:03.274Z Compiling foldhash v0.2.0
33602026-01-27T17:33:03.277Z 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`
33612026-01-27T17:33:03.559Z Compiling peg-runtime v0.8.5
33622026-01-27T17:33:03.562Z 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`
33632026-01-27T17:33:03.791Z Compiling iddqd v0.3.16
33642026-01-27T17:33:03.794Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=80ab4af5fe810306 -C extra-filename=-868fcd3922541fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-01-27T17:33:04.104Z Compiling zip v4.2.0
33662026-01-27T17:33:04.108Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=62b75a1eb24e4a0b -C extra-filename=-e8c214eac5355d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7b59099efea250ad.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-a81af4a9abbae8c3.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-5c637844be290586.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out`
33672026-01-27T17:33:04.211Z Compiling petgraph v0.8.2
33682026-01-27T17:33:04.214Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=0484b1b813406021 -C extra-filename=-bffbde57c905a831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692026-01-27T17:33:04.757Z Compiling postgres-types v0.2.9
33702026-01-27T17:33:04.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=78cb45bfc506eaed -C extra-filename=-7680edb508daf0bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-713ccb458bd21f83.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-01-27T17:33:05.341Z Compiling strum v0.27.2
33722026-01-27T17:33:05.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=24495d642aa943f0 -C extra-filename=-7440387433421dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e744534270d34cf5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-01-27T17:33:05.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33742026-01-27T17:33:05.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=ebe47e823716b0f4 -C extra-filename=-89661fa98ebad8b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4316a1ed6681090b.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bc1599dfac370cad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e744534270d34cf5.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-01-27T17:33:06.052Z Compiling phf v0.11.2
33762026-01-27T17:33:06.105Z 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`
33772026-01-27T17:33:06.363Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33782026-01-27T17:33:06.366Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=34bc6d5ff085f142 -C extra-filename=-37e6e1b3c2259deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-01-27T17:33:06.416Z Compiling whoami v1.5.2
33802026-01-27T17:33:06.419Z 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`
33812026-01-27T17:33:06.505Z Compiling futures-executor v0.3.31
33822026-01-27T17:33:06.508Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=14e2673905df9f73 -C extra-filename=-276110bc69978dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-01-27T17:33:06.867Z Compiling tokio-postgres v0.7.13
33842026-01-27T17:33:06.870Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=1562b2d75385e2b6 -C extra-filename=-02125a17e3af2d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b0e5e94ce985ebb8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-713ccb458bd21f83.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-01-27T17:33:07.013Z Compiling futures v0.3.31
33862026-01-27T17:33:07.016Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=96ff257c33521f41 -C extra-filename=-fa2e91ea0140bc4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-276110bc69978dcd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-01-27T17:33:07.063Z Compiling is-terminal v0.4.13
33882026-01-27T17:33:07.067Z 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`
33892026-01-27T17:33:07.195Z Compiling regress v0.10.4
33902026-01-27T17:33:07.198Z 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`
33912026-01-27T17:33:07.255Z Compiling crossbeam-channel v0.5.15
33922026-01-27T17:33:07.325Z 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`
33932026-01-27T17:33:08.326Z Compiling thread_local v1.1.8
33942026-01-27T17:33:08.333Z 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`
33952026-01-27T17:33:08.443Z Compiling slog-async v2.8.0
33962026-01-27T17:33:08.448Z 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`
33972026-01-27T17:33:08.846Z Compiling unsafe-libyaml v0.2.11
33982026-01-27T17:33:08.849Z 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`
33992026-01-27T17:33:08.897Z Compiling take_mut v0.2.2
34002026-01-27T17:33:08.900Z 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`
34012026-01-27T17:33:09.139Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
34022026-01-27T17:33:09.180Z Compiling term v1.1.0
34032026-01-27T17:33:09.244Z 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`
34042026-01-27T17:33:09.259Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=70e604f8d933a371 -C extra-filename=-7936fd933a8096b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f84fe4a131bfb0f7.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34052026-01-27T17:33:10.392Z Compiling serde_yaml v0.9.34+deprecated
34062026-01-27T17:33:10.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=989026ad9e48ac18 -C extra-filename=-a959e02773e7f4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c10c08c29bf29e7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-01-27T17:33:10.601Z Compiling slog-term v2.9.2
34082026-01-27T17:33:10.607Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=735a66d3b5de957b -C extra-filename=-031f9bf090302b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-16fc5061b61c59eb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-01-27T17:33:10.716Z Compiling match_cfg v0.1.0
34102026-01-27T17:33:10.720Z 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`
34112026-01-27T17:33:10.762Z Compiling newtype-uuid-macros v0.1.0
34122026-01-27T17:33:10.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b64026e69c7918bd -C extra-filename=-0db6b41ddd6bb885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-01-27T17:33:10.882Z Compiling hostname v0.3.1
34142026-01-27T17:33:10.885Z 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`
34152026-01-27T17:33:11.185Z Compiling typify-impl v0.4.3
34162026-01-27T17:33:11.189Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f38d18a53c4cee62 -C extra-filename=-0adafb8b14e38153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-01-27T17:33:11.966Z Compiling unicode-width v0.1.14
34182026-01-27T17:33:11.969Z 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`
34192026-01-27T17:33:12.369Z Compiling debug-ignore v1.0.5
34202026-01-27T17:33:12.418Z 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`
34212026-01-27T17:33:12.423Z Compiling structmeta-derive v0.3.0
34222026-01-27T17:33:12.426Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb5c092dbc0b57f -C extra-filename=-9421e0e39a64ee1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-01-27T17:33:12.591Z Compiling rustls v0.22.4
34242026-01-27T17:33:12.594Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
34252026-01-27T17:33:12.644Z Compiling toml_parser v1.0.4
34262026-01-27T17:33:12.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34272026-01-27T17:33:12.649Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=1a0793717b700552 -C extra-filename=-222728211d69bbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-01-27T17:33:12.649Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=c9d7e11d1e29ff68 -C extra-filename=-38a83f2bf2484050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-01-27T17:33:13.064Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34302026-01-27T17:33:13.137Z Compiling toml_datetime v0.7.3
34312026-01-27T17:33:13.141Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=261b51567e21cd38 -C extra-filename=-fe8f668c7722968e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-01-27T17:33:13.803Z Compiling serde_path_to_error v0.1.20
34332026-01-27T17:33:13.806Z 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`
34342026-01-27T17:33:14.075Z Compiling serde_spanned v1.0.3
34352026-01-27T17:33:14.080Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1e4b41cbe189c306 -C extra-filename=-82bfe796431b6f1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-01-27T17:33:14.215Z Compiling multer v3.1.0
34372026-01-27T17:33:14.278Z 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`
34382026-01-27T17:33:14.278Z Compiling toml_writer v1.0.4
34392026-01-27T17:33:14.278Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e8b38edf7dbbaa48 -C extra-filename=-5405c80af96b5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402026-01-27T17:33:14.393Z Compiling slog-json v2.6.1
34412026-01-27T17:33:14.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=0a5cbe61aa7132ec -C extra-filename=-fd399d65e5ace529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-01-27T17:33:14.647Z Compiling async-stream-impl v0.3.6
34432026-01-27T17:33:14.693Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a980080cbaf3379a -C extra-filename=-9cd496325c3db533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-01-27T17:33:14.697Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34452026-01-27T17:33:14.773Z Compiling toml v0.9.8
34462026-01-27T17:33:14.777Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1a872ec0239fa2a9 -C extra-filename=-5d181fbbef32e538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82bfe796431b6f1a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-fe8f668c7722968e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-222728211d69bbbf.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-5405c80af96b5034.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-01-27T17:33:14.813Z Compiling dropshot v0.16.6
34482026-01-27T17:33:14.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01d4b169debc3afa -C extra-filename=-70681fe0dcd90256 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-01-27T17:33:14.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=e9ceb8162a30c64e -C extra-filename=-1680290002eee35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502026-01-27T17:33:15.173Z Compiling structmeta v0.3.0
34512026-01-27T17:33:15.176Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8acc9ae2de94175e -C extra-filename=-9df7a471dbdee697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-9421e0e39a64ee1c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-01-27T17:33:15.329Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256/build-script-build`
34532026-01-27T17:33:15.334Z Compiling slog-bunyan v2.5.0
34542026-01-27T17:33:15.397Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=655b888f7dfad0eb -C extra-filename=-c692530ae4277504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-62ffab0ce663e2c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-01-27T17:33:15.411Z Compiling rustls-pemfile v2.2.0
34562026-01-27T17:33:15.414Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a0e8498336f7481f -C extra-filename=-b980969d56f21bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-01-27T17:33:15.632Z Compiling waitgroup v0.1.2
34582026-01-27T17:33:15.635Z 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`
34592026-01-27T17:33:15.673Z Compiling dropshot_endpoint v0.16.6
34602026-01-27T17:33:15.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dc4e41b3673de0a -C extra-filename=-d8fabec0ac607a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-01-27T17:33:15.788Z Compiling hostname v0.4.2
34622026-01-27T17:33:15.791Z 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`
34632026-01-27T17:33:15.826Z Compiling derive-ex v0.1.8
34642026-01-27T17:33:15.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d46af6d80d3e90c -C extra-filename=-4a4578004da14bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-01-27T17:33:15.898Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34662026-01-27T17:33:15.901Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0e50294adfc8738f -C extra-filename=-688e13ec54c28a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-01-27T17:33:16.075Z Compiling itertools v0.14.0
34682026-01-27T17:33:16.078Z 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`
34692026-01-27T17:33:16.125Z Compiling async-stream v0.3.6
34702026-01-27T17:33:16.132Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69ff932a500618c3 -C extra-filename=-b468ac47d0f7e9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-9cd496325c3db533.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-01-27T17:33:16.178Z Compiling macaddr v1.0.1
34722026-01-27T17:33:16.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=111f2f77aa3bc46e -C extra-filename=-c61241bf6747118d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-01-27T17:33:16.489Z Compiling tabwriter v1.4.0
34742026-01-27T17:33:16.492Z 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`
34752026-01-27T17:33:16.659Z Compiling instant v0.1.13
34762026-01-27T17:33:16.662Z 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`
34772026-01-27T17:33:16.895Z Compiling parse-display-derive v0.10.0
34782026-01-27T17:33:16.899Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=745909d2509e2aa3 -C extra-filename=-1e0213480757aa98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-01-27T17:33:16.978Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34802026-01-27T17:33:16.982Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=92982d34eb43ea2c -C extra-filename=-830b086d88fbbf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-01-27T17:33:17.928Z Compiling backoff v0.4.0
34822026-01-27T17:33:17.932Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=18ec36ad8563461a -C extra-filename=-cdc6c2a4b793b844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-01-27T17:33:17.987Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34842026-01-27T17:33:18.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=23239b5035a9c4dd -C extra-filename=-c35136537bf436a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-830b086d88fbbf25.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-01-27T17:33:18.256Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
34862026-01-27T17:33:18.259Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=b165126dd344d921 -C extra-filename=-700172e7ef5918c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-01-27T17:33:18.383Z Compiling colored v3.0.0
34882026-01-27T17:33:18.389Z 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`
34892026-01-27T17:33:19.046Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34902026-01-27T17:33:19.049Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51fb1d09a4b9360b -C extra-filename=-795352b9e27f4a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-01-27T17:33:19.200Z Compiling camino-tempfile v1.4.1
34922026-01-27T17:33:19.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e3019e922ea8687a -C extra-filename=-409572d94def6899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-01-27T17:33:19.239Z Compiling toml v0.8.23
34942026-01-27T17:33:19.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=4e7a1955107f0842 -C extra-filename=-3048daff7399efb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-01-27T17:33:19.697Z Compiling proc-macro-error-attr v1.0.4
34962026-01-27T17:33:19.700Z 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`
34972026-01-27T17:33:20.042Z Compiling proc-macro-error v1.0.4
34982026-01-27T17:33:20.045Z 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`
34992026-01-27T17:33:20.183Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
35002026-01-27T17:33:20.244Z Compiling test-strategy v0.4.3
35012026-01-27T17:33:20.247Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea77289435d521b7 -C extra-filename=-c35cac3726db9610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-4a4578004da14bf7.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-01-27T17:33:20.315Z 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`
35032026-01-27T17:33:20.518Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
35042026-01-27T17:33:20.672Z Compiling crossbeam-deque v0.8.5
35052026-01-27T17:33:20.675Z 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`
35062026-01-27T17:33:20.742Z Compiling rayon-core v1.12.1
35072026-01-27T17:33:20.746Z 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`
35082026-01-27T17:33:21.074Z Compiling unicode-width v0.2.0
35092026-01-27T17:33:21.077Z 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`
35102026-01-27T17:33:21.160Z Compiling crucible-workspace-hack v0.1.0
35112026-01-27T17:33:21.163Z 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`
35122026-01-27T17:33:21.208Z Compiling parse-display v0.10.0
35132026-01-27T17:33:21.208Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35142026-01-27T17:33:21.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=a2f80b5b2f6122b4 -C extra-filename=-85fc057e33034b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-1e0213480757aa98.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-01-27T17:33:21.301Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ddb26dd6ef70e639 -C extra-filename=-a463ec35a5a1cb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-28bc945222b67604.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35162026-01-27T17:33:21.408Z 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`
35172026-01-27T17:33:21.650Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35182026-01-27T17:33:21.665Z 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`
35192026-01-27T17:33:21.710Z Compiling proc-macro-crate v1.3.1
35202026-01-27T17:33:21.713Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b24af4ef4180b054 -C extra-filename=-a7d75ae6162ed154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-01-27T17:33:21.833Z Compiling nix v0.30.1
35222026-01-27T17:33:21.836Z 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`
35232026-01-27T17:33:21.905Z Compiling heapless v0.8.0
35242026-01-27T17:33:21.908Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35252026-01-27T17:33:21.954Z 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`
35262026-01-27T17:33:21.954Z 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`
35272026-01-27T17:33:22.477Z Compiling rayon v1.10.0
35282026-01-27T17:33:22.480Z 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`
35292026-01-27T17:33:22.607Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35302026-01-27T17:33:22.657Z Compiling num_enum_derive v0.5.11
35312026-01-27T17:33:22.664Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=0418fb96ee859eba -C extra-filename=-2c8f7257f6381e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a7d75ae6162ed154.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-01-27T17:33:22.758Z Compiling typify-macro v0.4.3
35332026-01-27T17:33:22.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e8563e9bd6ac99c -C extra-filename=-affa118c8dbda206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0adafb8b14e38153.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-01-27T17:33:22.809Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35352026-01-27T17:33:22.851Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35362026-01-27T17:33:22.959Z Compiling ingot-macros v0.1.1
35372026-01-27T17:33:22.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=034183aa009e2e86 -C extra-filename=-b400596e2ce66b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7be53da0af7497f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-01-27T17:33:22.968Z Compiling hash32 v0.3.1
35392026-01-27T17:33:22.968Z 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`
35402026-01-27T17:33:23.015Z Compiling smoltcp v0.11.0
35412026-01-27T17:33:23.060Z 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`
35422026-01-27T17:33:23.282Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35432026-01-27T17:33:23.347Z 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`
35442026-01-27T17:33:23.805Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35452026-01-27T17:33:23.808Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35462026-01-27T17:33:23.901Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35472026-01-27T17:33:23.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=502773bf451ced7b -C extra-filename=-c9366d76eb17dc33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-01-27T17:33:23.951Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=2a22c12686cc5557 -C extra-filename=-4295d0496fff4e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-2b0a24fcfbef8175.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-01-27T17:33:23.998Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ff2ef4d99fb28fd1 -C extra-filename=-b45c4e9bb9d73f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
35502026-01-27T17:33:24.970Z Compiling foreign-types-macros v0.2.3
35512026-01-27T17:33:24.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=10d7b3651b1e94e0 -C extra-filename=-38cf07b42295a939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-01-27T17:33:25.151Z Compiling foreign-types-shared v0.3.1
35532026-01-27T17:33:25.156Z 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`
35542026-01-27T17:33:25.266Z Compiling num_enum v0.5.11
35552026-01-27T17:33:25.272Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=17183a5790c347a3 -C extra-filename=-4d8438b52de172ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-2c8f7257f6381e55.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-01-27T17:33:25.344Z Compiling cobs v0.2.3
35572026-01-27T17:33:25.347Z 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`
35582026-01-27T17:33:25.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`
35592026-01-27T17:33:25.678Z Compiling postcard v1.0.10
35602026-01-27T17:33:25.682Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=ccdc8c44722f12c7 -C extra-filename=-7bea8dc043a9ce92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-a200751c873a6898.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-01-27T17:33:26.454Z 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`
35622026-01-27T17:33:26.458Z Compiling foreign-types v0.5.0
35632026-01-27T17:33:26.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f13b94e110932a42 -C extra-filename=-02f605f47724bda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-38cf07b42295a939.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ef07b04c2fa087cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-01-27T17:33:26.646Z 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`
35652026-01-27T17:33:26.697Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35662026-01-27T17:33:26.702Z 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`
35672026-01-27T17:33:26.840Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35682026-01-27T17:33:26.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=43d93d8b4a3518cd -C extra-filename=-362a991fb280fbb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-01-27T17:33:26.897Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35702026-01-27T17:33:26.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=685679dff3706acc -C extra-filename=-1922af0bae3772b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-01-27T17:33:27.170Z Compiling cstr-argument v0.1.2
35722026-01-27T17:33:27.174Z 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`
35732026-01-27T17:33:27.279Z Compiling typify v0.4.3
35742026-01-27T17:33:27.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a3e842280737632e -C extra-filename=-78281ea22c2b0792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0adafb8b14e38153.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-affa118c8dbda206.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-01-27T17:33:27.335Z Compiling pretty-hex v0.2.1
35762026-01-27T17:33:27.335Z 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`
35772026-01-27T17:33:27.490Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35782026-01-27T17:33:27.535Z 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`
35792026-01-27T17:33:27.539Z Compiling progenitor-impl v0.11.2
35802026-01-27T17:33:27.542Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35812026-01-27T17:33:27.542Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=845b202c6f4c729f -C extra-filename=-9e568b81cb028b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-01-27T17:33:27.543Z 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`
35832026-01-27T17:33:27.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35842026-01-27T17:33:27.635Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5a3ac4312a283a6 -C extra-filename=-80dd75b4b466dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2d39aff2288d2df1.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852026-01-27T17:33:27.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35862026-01-27T17:33:27.759Z 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-01-27T17:33:28.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35882026-01-27T17:33:28.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b370d8456d40aa9 -C extra-filename=-0d13028db3065457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7d2e50debd4289d0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-02f605f47724bda5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-01-27T17:33:28.094Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35902026-01-27T17:33:28.097Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6/build-script-build`
35912026-01-27T17:33:28.167Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35922026-01-27T17:33:28.214Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1713b58c619faa66 -C extra-filename=-4459b3c3b7ad1241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-01-27T17:33:28.221Z Compiling colored v2.2.0
35942026-01-27T17:33:28.282Z 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`
35952026-01-27T17:33:28.297Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
35962026-01-27T17:33:28.432Z Compiling sigpipe v0.1.3
35972026-01-27T17:33:28.477Z 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`
35982026-01-27T17:33:28.631Z Compiling convert_case v0.4.0
35992026-01-27T17:33:28.634Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36002026-01-27T17:33:28.634Z 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`
36012026-01-27T17:33:28.634Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
36022026-01-27T17:33:29.083Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eadfb6da8bd6ef51 -C extra-filename=-f4467ba4ea647fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-80dd75b4b466dcd4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0d13028db3065457.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e7fd82d532f9ddf9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36032026-01-27T17:33:29.299Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36042026-01-27T17:33:29.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0598c32d087869ea -C extra-filename=-87114619d1c73d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-01-27T17:33:29.349Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10/build-script-build`
36062026-01-27T17:33:29.465Z Compiling derive_more v0.99.20
36072026-01-27T17:33:29.468Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=3df1e6b2f2f8158a -C extra-filename=-2133ebbca558c9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0bcfd7d873695a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-01-27T17:33:29.511Z Compiling zone_cfg_derive v0.3.0
36092026-01-27T17:33:29.516Z 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-01-27T17:33:29.862Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36112026-01-27T17:33:29.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7284f95af96d4a8c -C extra-filename=-11447e9d6da21cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-01-27T17:33:29.935Z Compiling smf v0.2.3
36132026-01-27T17:33:29.939Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b329d5a9b8511fc7 -C extra-filename=-1fc8b609d511c1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-01-27T17:33:30.197Z Compiling ingot-types v0.1.2
36152026-01-27T17:33:30.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5ad8f3965b8b8d16 -C extra-filename=-99ac5238c152f218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b400596e2ce66b47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-01-27T17:33:30.334Z Compiling num-derive v0.4.2
36172026-01-27T17:33:30.337Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bff5a50ad50a0c65 -C extra-filename=-4879ffd5a90b5d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-01-27T17:33:31.071Z Compiling ingot v0.1.1
36192026-01-27T17:33:31.074Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=bbd098e2066c96ec -C extra-filename=-700257ad333c2889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b400596e2ce66b47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-99ac5238c152f218.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-01-27T17:33:31.133Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36212026-01-27T17:33:31.136Z 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`
36222026-01-27T17:33:31.181Z Compiling zone v0.3.1
36232026-01-27T17:33:31.184Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=051be4aa3ea3dd76 -C extra-filename=-d7c997eef480a5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8b178e14ad8dba81.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-01-27T17:33:31.383Z Compiling aws-lc-sys v0.26.0
36252026-01-27T17:33:31.386Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=739353506c77392a -C extra-filename=-7d4e737f08835faa --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-66469bbf1187bd9f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-a93ac5dd321d178d.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-17fde09c8ef0b70d.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-3c3e205062a1f697.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-01-27T17:33:31.607Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36272026-01-27T17:33:31.680Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36282026-01-27T17:33:31.684Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e3b0ae0f272db28 -C extra-filename=-b9bca60a8154af48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-11447e9d6da21cb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-01-27T17:33:32.181Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c52b0774c4b3eeb0 -C extra-filename=-8407b3b40a6abe01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -l static=pci`
36302026-01-27T17:33:32.730Z Compiling progenitor-impl v0.10.0
36312026-01-27T17:33:32.754Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d661aa24fad89a42 -C extra-filename=-654eaf398714b6dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-01-27T17:33:32.783Z Compiling indent_write v2.2.0
36332026-01-27T17:33:32.786Z Compiling usdt-macro v0.5.0
36342026-01-27T17:33:32.822Z 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`
36352026-01-27T17:33:32.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=0f7880da0801e64a -C extra-filename=-40cef063918a0bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-01-27T17:33:32.868Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36372026-01-27T17:33:32.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fd1a0eb072c98f2 -C extra-filename=-7c76e15ff3d24c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4879ffd5a90b5d17.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-01-27T17:33:33.081Z Compiling usdt-attr-macro v0.5.0
36392026-01-27T17:33:33.086Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=9b5556793d9d3a9a -C extra-filename=-3f19aa2964933600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-01-27T17:33:33.835Z Compiling secrecy v0.10.3
36412026-01-27T17:33:33.839Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d2cf37b3688ab711 -C extra-filename=-c933b8053937a95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-01-27T17:33:34.187Z Compiling memmap v0.7.0
36432026-01-27T17:33:34.191Z 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`
36442026-01-27T17:33:34.338Z Compiling progenitor-macro v0.11.2
36452026-01-27T17:33:34.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ad1cdc05154052b -C extra-filename=-faeeb22f332b43bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9e568b81cb028b77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-01-27T17:33:34.553Z Compiling half v2.4.1
36472026-01-27T17:33:34.556Z 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`
36482026-01-27T17:33:34.715Z Compiling ciborium-io v0.2.2
36492026-01-27T17:33:34.759Z 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`
36502026-01-27T17:33:34.934Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36512026-01-27T17:33:34.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=25a2b048b7d92d58 -C extra-filename=-452ca7b645ab47dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97f60e8e3f4c1bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-01-27T17:33:35.091Z Compiling usdt v0.5.0
36532026-01-27T17:33:35.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=36bcb87ff2dfd57d -C extra-filename=-2401ea19a19a9240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-14211b7462dbe36d.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3f19aa2964933600.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-40cef063918a0bcb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-01-27T17:33:35.136Z Compiling ciborium-ll v0.2.2
36552026-01-27T17:33:35.136Z 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`
36562026-01-27T17:33:35.181Z Compiling num-rational v0.4.2
36572026-01-27T17:33:35.234Z 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`
36582026-01-27T17:33:35.600Z Compiling ciborium v0.2.2
36592026-01-27T17:33:35.600Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58a28bd679186cf3 -C extra-filename=-12588703293e7333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-a140d3d2df69c2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-01-27T17:33:35.652Z Compiling num-complex v0.4.6
36612026-01-27T17:33:35.707Z 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`
36622026-01-27T17:33:36.035Z Compiling float-ord v0.3.2
36632026-01-27T17:33:36.038Z 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`
36642026-01-27T17:33:36.283Z Compiling swrite v0.1.0
36652026-01-27T17:33:36.347Z 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`
36662026-01-27T17:33:36.503Z Compiling universal-hash v0.5.1
36672026-01-27T17:33:36.506Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b178981fe67d4c3e -C extra-filename=-3c70bba186f41443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-01-27T17:33:36.667Z Compiling num v0.4.3
36692026-01-27T17:33:36.670Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=e1885291cd3c1896 -C extra-filename=-f8d2a4477cf2b4fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-f3b4b6bd8aed9d2a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e5488b041fa41604.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-01-27T17:33:36.716Z Compiling opaque-debug v0.3.1
36712026-01-27T17:33:36.719Z 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`
36722026-01-27T17:33:36.797Z 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`
36732026-01-27T17:33:36.845Z Compiling aead v0.5.2
36742026-01-27T17:33:36.853Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=03b58066cfa10eab -C extra-filename=-f4da68107a794871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-01-27T17:33:36.895Z Compiling poly1305 v0.8.0
36762026-01-27T17:33:36.899Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c309f69135a70f8b -C extra-filename=-e8bd0c4234c896f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-01-27T17:33:36.987Z Compiling chacha20 v0.9.1
36782026-01-27T17:33:36.991Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=6e251a403a5f8ad5 -C extra-filename=-126df6891d839fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-01-27T17:33:37.142Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e110099264a615cc -C extra-filename=-fd13c34860fda19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4459b3c3b7ad1241.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-452ca7b645ab47dc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
36802026-01-27T17:33:37.287Z Compiling password-hash v0.5.0
36812026-01-27T17:33:37.353Z 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`
36822026-01-27T17:33:37.533Z Compiling blake2 v0.10.6
36832026-01-27T17:33:37.536Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=2eea600f040ec008 -C extra-filename=-6456253bc8e63f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-01-27T17:33:37.584Z Compiling console v0.15.10
36852026-01-27T17:33:37.636Z 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`
36862026-01-27T17:33:38.135Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36872026-01-27T17:33:38.138Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=fcae18cf217e90fa -C extra-filename=-391b7d31232e2294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882026-01-27T17:33:38.196Z Compiling argon2 v0.5.3
36892026-01-27T17:33:38.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=e0670987aea998d6 -C extra-filename=-81e3cc07f2ccc19a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6456253bc8e63f16.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-31785880907915a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902026-01-27T17:33:38.636Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36912026-01-27T17:33:38.639Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8edd2c4a42aa9579 -C extra-filename=-2b1c4ccd44ab7fe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-01-27T17:33:38.922Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36932026-01-27T17:33:38.925Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7a6946c4cf9304 -C extra-filename=-e87327207c18477b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-01-27T17:33:38.989Z Compiling thiserror-impl-no-std v2.0.2
36952026-01-27T17:33:38.992Z 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`
36962026-01-27T17:33:39.466Z Compiling progenitor-macro v0.10.0
36972026-01-27T17:33:39.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad476acbd4a23334 -C extra-filename=-609ec9937e600796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-654eaf398714b6dc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-01-27T17:33:39.671Z Compiling derive-where v1.5.0
36992026-01-27T17:33:39.680Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=23c9b36b74515291 -C extra-filename=-60fa691f2e3d2012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-01-27T17:33:39.796Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
37012026-01-27T17:33:39.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5043b4cca225cbc4 -C extra-filename=-5482a45611d8fa59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-2b1c4ccd44ab7fe2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-01-27T17:33:41.007Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
37032026-01-27T17:33:41.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=407eb0e2375d12f8 -C extra-filename=-fa3437227262e2ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f4467ba4ea647fe8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-01-27T17:33:41.178Z Compiling atomicwrites v0.4.4
37052026-01-27T17:33:41.182Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f0cea0f04a53c13 -C extra-filename=-a6215793bd729d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-01-27T17:33:41.612Z Compiling chacha20poly1305 v0.10.1
37072026-01-27T17:33:41.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=93d4f06a3dc18cdf -C extra-filename=-6fd602822c740409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-f4da68107a794871.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-01-27T17:33:41.921Z Compiling newline-converter v0.3.0
37092026-01-27T17:33:41.924Z 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`
37102026-01-27T17:33:41.980Z Compiling thiserror-no-std v2.0.2
37112026-01-27T17:33:41.984Z 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`
37122026-01-27T17:33:42.178Z Compiling vsss-rs v3.3.4
37132026-01-27T17:33:42.181Z Compiling expectorate v1.2.0
37142026-01-27T17:33:42.181Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=c84169d28ea7b57e -C extra-filename=-ebbfd024017a9ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1d871a8b34b4eee3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-01-27T17:33:42.224Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4bd7da64c26b9764 -C extra-filename=-4da72209569787f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-05b935fbee1218fc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-01-27T17:33:42.571Z Compiling bytecount v0.6.8
37172026-01-27T17:33:42.574Z 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`
37182026-01-27T17:33:42.849Z Compiling owo-colors v4.2.2
37192026-01-27T17:33:42.896Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=5eab4b42556ff401 -C extra-filename=-114491a65852687c --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202026-01-27T17:33:42.969Z Compiling tokio-dtrace v0.1.0
37212026-01-27T17:33:42.972Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be25ffe1cb17aaff -C extra-filename=-195f6081aed7b4b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-01-27T17:33:43.014Z Compiling cancel-safe-futures v0.1.5
37232026-01-27T17:33:43.017Z 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`
37242026-01-27T17:33:43.424Z Compiling oxide-tokio-rt v0.1.2
37252026-01-27T17:33:43.428Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=c01180f18de1e2ef -C extra-filename=-537dbddc2bceb15b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-195f6081aed7b4b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-01-27T17:33:43.541Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37272026-01-27T17:33:43.594Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c/build-script-build`
37282026-01-27T17:33:43.660Z Compiling libsw-core v0.3.1
37292026-01-27T17:33:43.705Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=ac1f61ca4a969c52 -C extra-filename=-ad98593cc9925862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-01-27T17:33:43.713Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e7d041e04a17cd12 -C extra-filename=-6b5b4814f21df2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
37312026-01-27T17:33:43.785Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c456d8e61c73905f -C extra-filename=-196f623fecbf515c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-01-27T17:33:43.852Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa/build-script-main`
37332026-01-27T17:33:43.992Z Compiling libsw v3.5.0
37342026-01-27T17:33:43.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=d7414e8efa763c51 -C extra-filename=-c7e5e99258156adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-ad98593cc9925862.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-01-27T17:33:44.365Z Compiling linear-map v1.2.0
37362026-01-27T17:33:44.368Z 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`
37372026-01-27T17:33:44.415Z Compiling gethostname v0.5.0
37382026-01-27T17:33:44.480Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15e8f0c051a5f846 -C extra-filename=-6492d12b1902f594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-01-27T17:33:44.678Z Compiling unicode-xid v0.2.6
37402026-01-27T17:33:44.681Z 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`
37412026-01-27T17:33:44.801Z Compiling same-file v1.0.6
37422026-01-27T17:33:44.804Z 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-01-27T17:33:44.925Z Compiling async-recursion v1.1.1
37442026-01-27T17:33:44.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1a4d95f2781858 -C extra-filename=-10b8a35da5e7ad3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-01-27T17:33:44.970Z Compiling resolv-conf v0.7.0
37462026-01-27T17:33:44.973Z 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`
37472026-01-27T17:33:45.169Z Compiling walkdir v2.5.0
37482026-01-27T17:33:45.172Z 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`
37492026-01-27T17:33:45.702Z Compiling convert_case v0.7.1
37502026-01-27T17:33:45.707Z 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`
37512026-01-27T17:33:45.838Z Compiling smawk v0.3.2
37522026-01-27T17:33:45.841Z 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`
37532026-01-27T17:33:45.883Z Compiling unicode-linebreak v0.1.5
37542026-01-27T17:33:45.893Z 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`
37552026-01-27T17:33:46.129Z Compiling slog-dtrace v0.3.0
37562026-01-27T17:33:46.134Z 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`
37572026-01-27T17:33:46.412Z Compiling globset v0.4.15
37582026-01-27T17:33:46.416Z 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`
37592026-01-27T17:33:46.548Z Compiling vte_generate_state_changes v0.1.2
37602026-01-27T17:33:46.551Z 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`
37612026-01-27T17:33:46.587Z Compiling termtree v0.5.1
37622026-01-27T17:33:46.590Z Compiling derive_more-impl v2.0.1
37632026-01-27T17:33:46.590Z 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`
37642026-01-27T17:33:46.590Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=26cb00b87dd6c0ef -C extra-filename=-abee340fcc6af7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-c88d4181c4d5466a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-01-27T17:33:46.730Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37662026-01-27T17:33:46.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=193b79f014075248 -C extra-filename=-86e05b476a947325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-01-27T17:33:46.935Z Compiling fd-lock v4.0.2
37682026-01-27T17:33:46.940Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72c41d6b1f444c46 -C extra-filename=-2326cf26f55f4a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-01-27T17:33:47.231Z Compiling linked-hash-map v0.5.6
37702026-01-27T17:33:47.248Z 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`
37712026-01-27T17:33:47.357Z Compiling vte v0.11.1
37722026-01-27T17:33:47.360Z 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`
37732026-01-27T17:33:47.485Z Compiling hickory-proto v0.24.4
37742026-01-27T17:33:47.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=ca9b52c845c4f287 -C extra-filename=-26c1cb675014a6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-01-27T17:33:47.665Z Compiling lru-cache v0.1.2
37762026-01-27T17:33:47.669Z 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`
37772026-01-27T17:33:47.885Z Compiling nibble_vec v0.1.0
37782026-01-27T17:33:47.954Z 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`
37792026-01-27T17:33:47.957Z Compiling endian-type v0.1.2
37802026-01-27T17:33:47.958Z 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`
37812026-01-27T17:33:48.167Z Compiling nu-ansi-term v0.50.1
37822026-01-27T17:33:48.170Z 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`
37832026-01-27T17:33:48.218Z Compiling display-error-chain v0.2.2
37842026-01-27T17:33:48.222Z 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`
37852026-01-27T17:33:48.270Z Compiling radix_trie v0.2.1
37862026-01-27T17:33:48.274Z 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`
37872026-01-27T17:33:48.579Z Compiling pin-project-internal v1.1.6
37882026-01-27T17:33:48.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4396ca86441408fa -C extra-filename=-a989341c652d703f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-01-27T17:33:48.662Z Compiling derive_more v2.0.1
37902026-01-27T17:33:48.665Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=1463455125a47282 -C extra-filename=-79ebc55be27633c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-abee340fcc6af7c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-01-27T17:33:48.849Z Compiling crossterm v0.29.0
37922026-01-27T17:33:48.852Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=606f328315c5263d -C extra-filename=-4112d6455578450b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-79ebc55be27633c6.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-01-27T17:33:48.914Z Compiling strip-ansi-escapes v0.2.0
37942026-01-27T17:33:48.917Z 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`
37952026-01-27T17:33:48.962Z Compiling textwrap v0.16.2
37962026-01-27T17:33:48.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=9a8a585a99fce6f7 -C extra-filename=-be5b80ef649d95c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-997c13e0f27c0ed3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-498e12e84f0f81cd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-01-27T17:33:49.017Z Compiling pem v3.0.5
37982026-01-27T17:33:49.020Z 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`
37992026-01-27T17:33:49.314Z Compiling reedline v0.40.0
38002026-01-27T17:33:49.377Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=c8ef8ed996fe6667 -C extra-filename=-14f27863790f5676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2326cf26f55f4a58.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d4bb1c7ccf391199.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c429b87060133146.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec738fe1adf04ce5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-01-27T17:33:49.788Z Compiling snafu-derive v0.8.5
38022026-01-27T17:33:49.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=0eb09e64a0d26443 -C extra-filename=-fd71fd7915a12065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-01-27T17:33:50.040Z Compiling csv-core v0.1.11
38042026-01-27T17:33:50.044Z 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`
38052026-01-27T17:33:50.623Z Compiling humantime v2.2.0
38062026-01-27T17:33:50.628Z 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`
38072026-01-27T17:33:51.170Z Compiling cfg_aliases v0.1.1
38082026-01-27T17:33:51.173Z 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`
38092026-01-27T17:33:51.358Z Compiling nix v0.28.0
38102026-01-27T17:33:51.363Z 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`
38112026-01-27T17:33:51.457Z Compiling pin-project v1.1.6
38122026-01-27T17:33:51.460Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81e8d83e74a69429 -C extra-filename=-943ba09213d4b919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-a989341c652d703f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-01-27T17:33:51.619Z Compiling csv v1.3.1
38142026-01-27T17:33:51.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45e293961afd48fd -C extra-filename=-29db05cf9b0786e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-18ebdb12a2c1271b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-01-27T17:33:51.666Z Compiling olpc-cjson v0.1.4
38162026-01-27T17:33:51.666Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9b76a35bc645fd3 -C extra-filename=-943fa7a86421dd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-01-27T17:33:51.995Z Compiling serde_plain v1.0.2
38182026-01-27T17:33:52.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d52bd6bd184e7c4 -C extra-filename=-ce5cae8204be0272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-01-27T17:33:52.222Z Compiling typed-path v0.9.3
38202026-01-27T17:33:52.227Z 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`
38212026-01-27T17:33:52.426Z Compiling siphasher v1.0.1
38222026-01-27T17:33:52.444Z 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`
38232026-01-27T17:33:52.888Z Compiling hickory-resolver v0.24.4
38242026-01-27T17:33:52.891Z Compiling phf_shared v0.12.1
38252026-01-27T17:33:52.891Z 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`
38262026-01-27T17:33:52.891Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=5080740395854675 -C extra-filename=-7fdb40d1e7915d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-01-27T17:33:53.030Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38282026-01-27T17:33:53.104Z Compiling papergrid v0.11.0
38292026-01-27T17:33:53.107Z 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`
38302026-01-27T17:33:53.288Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38312026-01-27T17:33:53.291Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6df058f498e4e6d -C extra-filename=-625fac5aae74f42d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-01-27T17:33:54.731Z Compiling snafu v0.8.5
38332026-01-27T17:33:54.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=c0d49dcba1558153 -C extra-filename=-0d7f5d50e2859463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-943ba09213d4b919.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fd71fd7915a12065.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-01-27T17:33:55.298Z Compiling tabled_derive v0.7.0
38352026-01-27T17:33:55.302Z 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`
38362026-01-27T17:33:55.348Z Compiling qorb v0.4.1
38372026-01-27T17:33:55.348Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=0fef06e54a1b0e52 -C extra-filename=-684097c599e5dfc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7fdb40d1e7915d10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-01-27T17:33:55.509Z Compiling base64 v0.21.7
38392026-01-27T17:33:55.512Z 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`
38402026-01-27T17:33:55.864Z Compiling semver v0.1.20
38412026-01-27T17:33:55.868Z 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`
38422026-01-27T17:33:56.234Z Compiling chrono-tz v0.10.4
38432026-01-27T17:33:56.237Z 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`
38442026-01-27T17:33:56.316Z Compiling highway v1.3.0
38452026-01-27T17:33:56.332Z 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`
38462026-01-27T17:33:56.521Z Compiling rustc_version v0.1.7
38472026-01-27T17:33:56.579Z 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`
38482026-01-27T17:33:56.642Z Compiling phf v0.12.1
38492026-01-27T17:33:56.645Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=3537c97b23736fc2 -C extra-filename=-9bd759fe34670f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-eb2ac1f5566149c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-01-27T17:33:56.691Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38512026-01-27T17:33:56.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a1e4494b20021d3f -C extra-filename=-97470aaf7246429a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38522026-01-27T17:33:56.985Z Compiling const_format_proc_macros v0.2.34
38532026-01-27T17:33:56.988Z Compiling peg-macros v0.8.5
38542026-01-27T17:33:56.988Z 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`
38552026-01-27T17:33:56.988Z 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`
38562026-01-27T17:33:57.106Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38572026-01-27T17:33:57.157Z 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`
38582026-01-27T17:33:57.725Z Compiling tabled v0.15.0
38592026-01-27T17:33:57.728Z 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`
38602026-01-27T17:33:58.306Z Compiling sqlparser_derive v0.2.2
38612026-01-27T17:33:58.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=568001b5b8fe4acb -C extra-filename=-443393dc1907f7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-01-27T17:33:58.526Z Compiling unicode_categories v0.1.1
38632026-01-27T17:33:58.530Z 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`
38642026-01-27T17:33:58.937Z Compiling sqlformat v0.3.5
38652026-01-27T17:33:58.953Z 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`
38662026-01-27T17:33:59.063Z Compiling const_format v0.2.34
38672026-01-27T17:33:59.067Z 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`
38682026-01-27T17:33:59.606Z Compiling sqlparser v0.45.0
38692026-01-27T17:33:59.609Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=222ccaf8b99d0fda -C extra-filename=-c9c1ef874ec784dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-443393dc1907f7f9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-01-27T17:33:59.787Z Compiling rustyline v14.0.0
38712026-01-27T17:33:59.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=65a0dfec9ccc3458 -C extra-filename=-b3add1ed94188069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2326cf26f55f4a58.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-97470aaf7246429a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-01-27T17:34:00.025Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build`
38732026-01-27T17:34:00.048Z Compiling newtype_derive v0.1.6
38742026-01-27T17:34:00.051Z 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`
38752026-01-27T17:34:00.095Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=7f138093c9e4c28c -C extra-filename=-9743d9c55a644b04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-01-27T17:34:00.466Z Compiling peg v0.8.5
38772026-01-27T17:34:00.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=7263318bda710e1f -C extra-filename=-d5c79c108e63e61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-17c09b18c081a1fd.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-01-27T17:34:00.507Z Compiling bcs v0.1.6
38792026-01-27T17:34:00.510Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c496de2cd813a5be -C extra-filename=-568c13d24e06e61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-01-27T17:34:00.723Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
38812026-01-27T17:34:00.805Z 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`
38822026-01-27T17:34:00.924Z Compiling steno v0.4.1
38832026-01-27T17:34:00.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a3ebfb5fb97f5e9 -C extra-filename=-ed9e1369a31250ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-01-27T17:34:01.182Z Compiling utf-8 v0.7.6
38852026-01-27T17:34:01.186Z 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-01-27T17:34:01.407Z Compiling arc-swap v1.7.1
38872026-01-27T17:34:01.420Z 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`
38882026-01-27T17:34:01.531Z Compiling tungstenite v0.21.0
38892026-01-27T17:34:01.535Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=0385a55c6c3bb4e4 -C extra-filename=-8288c4fabba6ef25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-01-27T17:34:02.010Z Compiling slog-scope v4.4.0
38912026-01-27T17:34:02.013Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9445d2ca48edc8a1 -C extra-filename=-57fb36a6a0ef092e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-aca7a564c430cc69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-01-27T17:34:02.521Z Compiling slog-stdlog v4.1.1
38932026-01-27T17:34:02.524Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=1cec53a01aca1b1f -C extra-filename=-826d8e209a58c2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-01-27T17:34:02.968Z Compiling tokio-tungstenite v0.21.0
38952026-01-27T17:34:02.971Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=6bcb9d415ac05195 -C extra-filename=-e16f53cd01adae80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8288c4fabba6ef25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-01-27T17:34:03.359Z Compiling xattr v1.3.1
38972026-01-27T17:34:03.423Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e333fe049c62f938 -C extra-filename=-c78d961c20136662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-01-27T17:34:03.521Z Compiling filetime v0.2.26
38992026-01-27T17:34:03.524Z 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`
39002026-01-27T17:34:03.655Z Compiling slog-envlogger v2.2.0
39012026-01-27T17:34:03.658Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=378530c617726566 -C extra-filename=-7d907953176cab33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-826d8e209a58c2ce.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-01-27T17:34:03.702Z Compiling typify-impl v0.2.0
39032026-01-27T17:34:03.705Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbe052c6d2d818cb -C extra-filename=-82077244fcdc6ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-01-27T17:34:03.752Z Compiling subprocess v0.2.9
39052026-01-27T17:34:03.761Z 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`
39062026-01-27T17:34:03.882Z Compiling tar v0.4.44
39072026-01-27T17:34:03.885Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=232951395ccbf244 -C extra-filename=-48b0a10bad3382fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c78d961c20136662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-01-27T17:34:04.417Z Compiling headers-core v0.3.0
39092026-01-27T17:34:04.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4703eb8b6d2acdd -C extra-filename=-79c4c8c33951ae19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-01-27T17:34:04.662Z Compiling headers v0.4.1
39112026-01-27T17:34:04.665Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2f665eeaeaa84e04 -C extra-filename=-fb6f81a0d2dfb7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-79c4c8c33951ae19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-01-27T17:34:05.415Z Compiling lzma-sys v0.1.20
39132026-01-27T17:34:05.418Z 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`
39142026-01-27T17:34:05.960Z Compiling heck v0.3.3
39152026-01-27T17:34:05.963Z 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`
39162026-01-27T17:34:06.346Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614/build-script-build`
39172026-01-27T17:34:06.394Z Compiling zone_cfg_derive v0.1.2
39182026-01-27T17:34:06.397Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39192026-01-27T17:34:06.437Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54d767ed3210e1ca -C extra-filename=-192819728ee0adf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-01-27T17:34:06.438Z 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-01-27T17:34:06.471Z 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`
39222026-01-27T17:34:06.706Z Compiling yasna v0.5.2
39232026-01-27T17:34:06.709Z 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`
39242026-01-27T17:34:06.841Z Compiling base64 v0.13.1
39252026-01-27T17:34:06.844Z 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`
39262026-01-27T17:34:07.114Z Compiling number_prefix v0.4.0
39272026-01-27T17:34:07.172Z 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`
39282026-01-27T17:34:07.416Z Compiling indicatif v0.17.11
39292026-01-27T17:34:07.419Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.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`
39302026-01-27T17:34:07.462Z Compiling ron v0.7.1
39312026-01-27T17:34:07.465Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5b226c49d6323815 -C extra-filename=-e7598687a1975def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e33a127eafee9ce.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-01-27T17:34:07.972Z Compiling zone v0.1.8
39332026-01-27T17:34:07.975Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e683a12af5a7cd79 -C extra-filename=-2a787759f22d5b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6fa974682e292462.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-01-27T17:34:08.272Z Compiling rcgen v0.12.1
39352026-01-27T17:34:08.349Z 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`
39362026-01-27T17:34:09.381Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39372026-01-27T17:34:09.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=461ed42347b7bd4c -C extra-filename=-554dfa706dd11674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-192819728ee0adf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-01-27T17:34:09.468Z Compiling xz2 v0.1.7
39392026-01-27T17:34:09.471Z 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`
39402026-01-27T17:34:09.539Z Compiling dropshot-api-manager-types v0.2.4
39412026-01-27T17:34:09.542Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f46f1c733b86a5b6 -C extra-filename=-10eefc73c3a5218e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-01-27T17:34:09.979Z Compiling moka v0.12.10
39432026-01-27T17:34:09.982Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
39442026-01-27T17:34:10.070Z Compiling tagptr v0.2.0
39452026-01-27T17:34:10.073Z 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`
39462026-01-27T17:34:10.198Z Compiling libefi-sys v0.1.0
39472026-01-27T17:34:10.253Z 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`
39482026-01-27T17:34:10.372Z Compiling bitfield-struct v0.6.2
39492026-01-27T17:34:10.418Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9817be4c4d74d1 -C extra-filename=-d5cc0e171cf3b5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-01-27T17:34:10.422Z Compiling radium v0.7.0
39512026-01-27T17:34:10.467Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39522026-01-27T17:34:10.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
39532026-01-27T17:34:10.537Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=5cc736a3df25cd39 -C extra-filename=-ebb49142f9206627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-e5bb230662a23a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-01-27T17:34:10.637Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39552026-01-27T17:34:10.710Z 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`
39562026-01-27T17:34:11.084Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39572026-01-27T17:34:11.087Z 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`
39582026-01-27T17:34:11.187Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39592026-01-27T17:34:11.190Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad4bd733bf815108 -C extra-filename=-087c7dc9a687aca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-85791516602225b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-01-27T17:34:11.282Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39612026-01-27T17:34:11.354Z Compiling maybe-uninit v2.0.0
39622026-01-27T17:34:11.357Z 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`
39632026-01-27T17:34:11.635Z Compiling tap v1.0.1
39642026-01-27T17:34:11.638Z 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`
39652026-01-27T17:34:11.885Z Compiling wyz v0.5.1
39662026-01-27T17:34:11.888Z 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`
39672026-01-27T17:34:11.940Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39682026-01-27T17:34:11.943Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48705fa30ef8d516 -C extra-filename=-3a154cfe397f1e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-d5cc0e171cf3b5b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-01-27T17:34:12.056Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
39702026-01-27T17:34:12.060Z 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`
39712026-01-27T17:34:12.131Z Compiling hickory-resolver v0.25.2
39722026-01-27T17:34:12.134Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=f670de9fa3b1875b -C extra-filename=-4c10408988cdfaa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-ebb49142f9206627.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-01-27T17:34:12.246Z Compiling zerocopy-derive v0.6.6
39742026-01-27T17:34:12.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7313d0d8f7b56f8 -C extra-filename=-743675c95ff4feff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-01-27T17:34:12.355Z Compiling crc-catalog v2.4.0
39762026-01-27T17:34:12.359Z 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`
39772026-01-27T17:34:12.560Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39782026-01-27T17:34:12.563Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bbb18c65c60ca52 -C extra-filename=-3999b31b67f05fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-3a154cfe397f1e54.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-01-27T17:34:12.606Z Compiling funty v2.0.0
39802026-01-27T17:34:12.666Z 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`
39812026-01-27T17:34:12.668Z Compiling packed_struct v0.10.1
39822026-01-27T17:34:12.668Z 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`
39832026-01-27T17:34:13.337Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
39842026-01-27T17:34:13.342Z Compiling crc v3.2.1
39852026-01-27T17:34:13.345Z 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`
39862026-01-27T17:34:13.427Z 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`
39872026-01-27T17:34:13.592Z Compiling packed_struct_codegen v0.10.1
39882026-01-27T17:34:13.595Z 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`
39892026-01-27T17:34:14.057Z Compiling bitvec v1.0.1
39902026-01-27T17:34:14.061Z 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`
39912026-01-27T17:34:14.289Z Compiling bitfield-macros v0.19.2
39922026-01-27T17:34:14.294Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92f601fbd5ba94f5 -C extra-filename=-ca594f7d3498bcbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-01-27T17:34:14.340Z Compiling zerocopy v0.6.6
39942026-01-27T17:34:14.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=7007d7d8033ce20f -C extra-filename=-5794b3553b6d424d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-743675c95ff4feff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-01-27T17:34:14.632Z Compiling typify-macro v0.2.0
39962026-01-27T17:34:14.708Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15720a791c4f5bef -C extra-filename=-05aa1f83709d1520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82077244fcdc6ce7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-01-27T17:34:15.112Z Compiling indexmap v1.9.3
39982026-01-27T17:34:15.115Z 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`
39992026-01-27T17:34:15.163Z Compiling nodrop v0.1.14
40002026-01-27T17:34:15.166Z 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`
40012026-01-27T17:34:15.366Z Compiling array-init v0.0.4
40022026-01-27T17:34:15.369Z 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`
40032026-01-27T17:34:15.587Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40042026-01-27T17:34:15.660Z Compiling smallvec v0.6.14
40052026-01-27T17:34:15.664Z 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`
40062026-01-27T17:34:16.006Z Compiling bitfield v0.19.2
40072026-01-27T17:34:16.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e803b48ea894f213 -C extra-filename=-72cdf39cb3e9c244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-ca594f7d3498bcbf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-01-27T17:34:16.179Z Compiling hashbrown v0.12.3
40092026-01-27T17:34:16.182Z 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`
40102026-01-27T17:34:16.399Z Compiling serde-hex v0.1.0
40112026-01-27T17:34:16.402Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40122026-01-27T17:34:16.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8513747e514d96f -C extra-filename=-fa9df0c6cc92dc1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-be8d4840c8760702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ea83feec3a1d4b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-01-27T17:34:16.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=af5221570c547253 -C extra-filename=-b89979aa52317a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-01-27T17:34:16.579Z Compiling ron v0.8.1
40152026-01-27T17:34:16.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=4be58300560ec89d -C extra-filename=-5743f7f8a7d2b6a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-01-27T17:34:16.642Z Compiling hashbrown v0.13.2
40172026-01-27T17:34:16.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d790677688734cc9 -C extra-filename=-fac2f8a99ded2391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-01-27T17:34:16.808Z Compiling crc-any v2.5.0
40192026-01-27T17:34:16.811Z 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`
40202026-01-27T17:34:17.314Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=78a78e508b0cc1f4 -C extra-filename=-d8b29b81dce012b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2724878bb1e98e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40212026-01-27T17:34:17.383Z Compiling xshell-macros v0.2.7
40222026-01-27T17:34:17.386Z 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`
40232026-01-27T17:34:17.670Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=e67b5188e6d09098 -C extra-filename=-2a3de0b3a28b44ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-e6939c5a88ba2374.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b550990bd8ff6ff5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-01-27T17:34:17.775Z Compiling path-slash v0.1.5
40252026-01-27T17:34:17.778Z 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`
40262026-01-27T17:34:18.044Z Compiling half v1.8.3
40272026-01-27T17:34:18.047Z 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`
40282026-01-27T17:34:18.176Z Compiling object v0.30.4
40292026-01-27T17:34:18.179Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=1a9e9a1eeffc4774 -C extra-filename=-0bfe80b256fd4c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-fac2f8a99ded2391.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d8b29b81dce012b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-01-27T17:34:18.244Z Compiling xshell v0.2.7
40312026-01-27T17:34:18.246Z 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`
40322026-01-27T17:34:18.752Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40332026-01-27T17:34:18.799Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55850fe53ca5cde9 -C extra-filename=-83edbbe5ba857540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5743f7f8a7d2b6a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-01-27T17:34:18.985Z Compiling serde_cbor v0.11.2
40352026-01-27T17:34:18.988Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=34f35fae716ef15d -C extra-filename=-d0eec2d5e8484a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-43d9803fb1a42f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-01-27T17:34:19.238Z Compiling typify v0.2.0
40372026-01-27T17:34:19.239Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=ae0d05da8ed2ac40 -C extra-filename=-a75cc8f793576d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82077244fcdc6ce7.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-05aa1f83709d1520.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-01-27T17:34:19.398Z Compiling proc-macro-error-attr2 v2.0.0
40392026-01-27T17:34:19.402Z 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`
40402026-01-27T17:34:19.449Z Compiling maplit v1.0.2
40412026-01-27T17:34:19.489Z 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`
40422026-01-27T17:34:19.493Z Compiling progenitor-impl v0.8.0
40432026-01-27T17:34:19.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5874b2751ee6f6de -C extra-filename=-9b9350cf1842a41d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a75cc8f793576d73.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-01-27T17:34:19.637Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40452026-01-27T17:34:19.653Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=195513ff5156ce9e -C extra-filename=-28bd9c3fb637ec06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-01-27T17:34:20.175Z Compiling num-derive v0.3.3
40472026-01-27T17:34:20.178Z 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`
40482026-01-27T17:34:20.317Z Compiling proc-macro-error2 v2.0.1
40492026-01-27T17:34:20.320Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=9df68f45c5d8ef14 -C extra-filename=-5d7d5c324402d358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-c6c77d2ad762da72.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-01-27T17:34:20.366Z Compiling fxhash v0.2.1
40512026-01-27T17:34:20.369Z 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`
40522026-01-27T17:34:20.646Z Compiling papergrid v0.17.0
40532026-01-27T17:34:20.649Z 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`
40542026-01-27T17:34:20.921Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40552026-01-27T17:34:20.924Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47d8a80774bc7a4e -C extra-filename=-98b4ce5e53ae4128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-72cdf39cb3e9c244.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-2a3de0b3a28b44ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-01-27T17:34:20.966Z Compiling tabled_derive v0.11.0
40572026-01-27T17:34:20.970Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e428d97c4936c89a -C extra-filename=-b6565a9db5085b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5d7d5c324402d358.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-01-27T17:34:21.328Z Compiling testing_table v0.3.0
40592026-01-27T17:34:21.331Z 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`
40602026-01-27T17:34:21.657Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40612026-01-27T17:34:21.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=1a241c606bf8df69 -C extra-filename=-cc6a883d8ca3e484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-01-27T17:34:22.449Z Compiling libscf-sys v1.1.0
40632026-01-27T17:34:22.452Z 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`
40642026-01-27T17:34:22.741Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40652026-01-27T17:34:22.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c315e9c28bad1782 -C extra-filename=-38fd9085e5bdf6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bd8dd9d5f2e734b5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-01-27T17:34:23.576Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40672026-01-27T17:34:23.579Z 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`
40682026-01-27T17:34:23.907Z Compiling tabled v0.20.0
40692026-01-27T17:34:23.909Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=2f4120e8f81ac700 -C extra-filename=-619b6858f66b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d0a6d5674adb6166.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b6565a9db5085b4f.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ec9706cf3e972bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-01-27T17:34:24.051Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40712026-01-27T17:34:24.065Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e7b3d171dc1cf47a -C extra-filename=-b9418fe92756183f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-01-27T17:34:24.068Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
40732026-01-27T17:34:24.185Z Compiling unicase v2.8.1
40742026-01-27T17:34:24.188Z 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`
40752026-01-27T17:34:24.643Z Compiling crc8 v0.1.1
40762026-01-27T17:34:24.643Z 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`
40772026-01-27T17:34:24.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40782026-01-27T17:34:24.860Z 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`
40792026-01-27T17:34:24.905Z Compiling diff v0.1.13
40802026-01-27T17:34:24.908Z 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`
40812026-01-27T17:34:25.345Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
40822026-01-27T17:34:25.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d39d0afe7c473836 -C extra-filename=-bdd14a95895bd373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
40832026-01-27T17:34:25.533Z Compiling parking_lot_core v0.8.6
40842026-01-27T17:34:25.536Z 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`
40852026-01-27T17:34:25.835Z Compiling dsl_auto_type v0.1.2
40862026-01-27T17:34:25.898Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b43abcca77b21aa2 -C extra-filename=-f6d53a8ebdcd4dfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7340329ccdf1fc5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-01-27T17:34:25.988Z Compiling kstat-rs v0.2.4
40882026-01-27T17:34:25.991Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b322aff9ea9362b3 -C extra-filename=-a4df8c62210cee4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-01-27T17:34:26.124Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
40902026-01-27T17:34:26.172Z Compiling progenitor-macro v0.8.0
40912026-01-27T17:34:26.175Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a19de480f78d6a16 -C extra-filename=-5e0529ac4931b27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9b9350cf1842a41d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-01-27T17:34:26.238Z Compiling vergen-gitcl v1.0.8
40932026-01-27T17:34:26.241Z 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`
40942026-01-27T17:34:26.551Z Compiling diesel_table_macro_syntax v0.2.0
40952026-01-27T17:34:26.554Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb8c8a7158aae6a7 -C extra-filename=-e81f8389609be11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-01-27T17:34:26.732Z Compiling scheduled-thread-pool v0.2.7
40972026-01-27T17:34:26.734Z 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`
40982026-01-27T17:34:27.019Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
40992026-01-27T17:34:27.090Z Compiling r2d2 v0.8.10
41002026-01-27T17:34:27.093Z 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`
41012026-01-27T17:34:27.261Z Compiling diesel_derives v2.2.3
41022026-01-27T17:34:27.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=5d276401309d8506 -C extra-filename=-3ece9de9d0dfa407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-e81f8389609be11d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-f6d53a8ebdcd4dfa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-01-27T17:34:27.410Z 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`
41042026-01-27T17:34:27.633Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=99e66d20849fd53f -C extra-filename=-26ef0e8dbec3a1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-619b6858f66b72f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-b9418fe92756183f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41052026-01-27T17:34:27.779Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=56fb01ba706b386b -C extra-filename=-c672b8b90e72091e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41062026-01-27T17:34:27.950Z Compiling parking_lot v0.11.2
41072026-01-27T17:34:27.953Z 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`
41082026-01-27T17:34:28.808Z Compiling prefix-trie v0.7.0
41092026-01-27T17:34:28.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=a058ce1a0ab83619 -C extra-filename=-4e9dcf73431c57ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-01-27T17:34:29.150Z Compiling nanorand v0.7.0
41112026-01-27T17:34:29.216Z 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`
41122026-01-27T17:34:29.685Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41132026-01-27T17:34:29.685Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=c7a96b60b233acb1 -C extra-filename=-8be4e9b594dd5d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-dbf15e3030114d5a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-2a3de0b3a28b44ff.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fa9df0c6cc92dc1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-01-27T17:34:29.734Z Compiling dirs-sys-next v0.1.2
41152026-01-27T17:34:29.737Z 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`
41162026-01-27T17:34:29.889Z Compiling crunchy v0.2.2
41172026-01-27T17:34:29.893Z 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`
41182026-01-27T17:34:30.264Z Compiling dirs-next v2.0.0
41192026-01-27T17:34:30.267Z 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`
41202026-01-27T17:34:30.342Z Compiling hickory-server v0.25.2
41212026-01-27T17:34:30.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=2bfff889a7ec9c73 -C extra-filename=-2b46b0b3fb145ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4e9dcf73431c57ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-01-27T17:34:30.502Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
41232026-01-27T17:34:30.566Z Compiling flume v0.11.1
41242026-01-27T17:34:30.566Z 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`
41252026-01-27T17:34:30.617Z Compiling sled v0.34.7
41262026-01-27T17:34:30.620Z 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`
41272026-01-27T17:34:31.251Z Compiling hickory-client v0.25.2
41282026-01-27T17:34:31.254Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=1022b4c51eee574f -C extra-filename=-a37f99e70d435b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292026-01-27T17:34:31.992Z Compiling tiny-keccak v2.0.2
41302026-01-27T17:34:31.995Z 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`
41312026-01-27T17:34:32.470Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
41322026-01-27T17:34:32.544Z 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`
41332026-01-27T17:34:32.728Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41342026-01-27T17:34:32.731Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e55fdf8f240168e2 -C extra-filename=-c8818a57033286c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib`
41352026-01-27T17:34:32.773Z Compiling term v0.7.0
41362026-01-27T17:34:32.824Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e8452d916653f418 -C extra-filename=-6e3db23352d37a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-e57fa60498b0fc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-01-27T17:34:34.124Z Compiling bit-vec v0.6.3
41382026-01-27T17:34:34.127Z 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`
41392026-01-27T17:34:34.603Z Compiling bit-set v0.5.3
41402026-01-27T17:34:34.608Z 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`
41412026-01-27T17:34:34.673Z Compiling ascii-canvas v3.0.0
41422026-01-27T17:34:34.730Z 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`
41432026-01-27T17:34:34.934Z 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`
41442026-01-27T17:34:35.228Z Compiling ena v0.14.3
41452026-01-27T17:34:35.273Z 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`
41462026-01-27T17:34:35.711Z Compiling regex-syntax v0.6.29
41472026-01-27T17:34:35.714Z 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`
41482026-01-27T17:34:35.934Z Compiling bindgen v0.71.1
41492026-01-27T17:34:35.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
41502026-01-27T17:34:36.311Z Compiling primeorder v0.13.6
41512026-01-27T17:34:36.372Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=64e67bb8cf9f38d4 -C extra-filename=-73463563af7e9cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-01-27T17:34:36.912Z Compiling salty v0.3.0
41532026-01-27T17:34:36.915Z 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`
41542026-01-27T17:34:37.037Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
41552026-01-27T17:34:37.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=1366d55909fb6345 -C extra-filename=-1ea8393f9b1e00c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-01-27T17:34:37.497Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
41572026-01-27T17:34:37.572Z Compiling libxml v0.3.3
41582026-01-27T17:34:37.575Z 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`
41592026-01-27T17:34:38.108Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
41602026-01-27T17:34:38.190Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=26e2f9dd3f0a5007 -C extra-filename=-adfb99e020b49b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41612026-01-27T17:34:38.645Z Compiling diesel v2.2.12
41622026-01-27T17:34:38.691Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=30ab8bdce1bca29f -C extra-filename=-265bfecd09de518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-3ece9de9d0dfa407.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b836e920b9d7afd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41632026-01-27T17:34:39.235Z Compiling lalrpop v0.19.12
41642026-01-27T17:34:39.281Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=0cca573a985637b4 -C extra-filename=-2d6a3a8ddb4d8d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-b353d0e13233dd6b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-8a3b3655da3c7c70.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-17cb8d0f2ee754a5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9b90d9f4887f139f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-1e56a66f09b86a92.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-01-27T17:34:39.921Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41662026-01-27T17:34:39.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e614d8dd28cd5d66 -C extra-filename=-7b6e5002a11559fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-01-27T17:34:40.181Z Compiling strum_macros v0.24.3
41682026-01-27T17:34:40.184Z 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`
41692026-01-27T17:34:41.004Z Compiling indoc v1.0.9
41702026-01-27T17:34:41.009Z 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`
41712026-01-27T17:34:42.126Z 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`
41722026-01-27T17:34:43.779Z Compiling p384 v0.13.1
41732026-01-27T17:34:43.836Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=b3c1045c70262d59 -C extra-filename=-1cee122b77452ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742026-01-27T17:34:44.602Z Compiling oso-derive v0.27.3
41752026-01-27T17:34:44.605Z 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`
41762026-01-27T17:34:44.701Z Compiling impl-trait-for-tuples v0.2.2
41772026-01-27T17:34:44.754Z 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`
41782026-01-27T17:34:45.175Z Compiling quick-xml v0.37.2
41792026-01-27T17:34:45.222Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c47498e2941c486e -C extra-filename=-1ce318e16060f8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-01-27T17:34:45.840Z Compiling fs-err v2.11.0
41812026-01-27T17:34:45.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
41822026-01-27T17:34:46.373Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
41832026-01-27T17:34:46.592Z Compiling predicates-tree v1.0.12
41842026-01-27T17:34:46.595Z 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`
41852026-01-27T17:34:47.134Z Compiling trait-variant v0.1.2
41862026-01-27T17:34:47.174Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c532fad50f5c68 -C extra-filename=-75877112077bca2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-01-27T17:34:48.401Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41882026-01-27T17:34:48.403Z 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`
41892026-01-27T17:34:48.496Z Compiling assert_matches v1.5.0
41902026-01-27T17:34:48.543Z 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`
41912026-01-27T17:34:48.677Z 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)'`
41922026-01-27T17:34:48.908Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
41932026-01-27T17:34:48.983Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
41942026-01-27T17:34:48.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89d60677a6b7936c -C extra-filename=-6fbba3adeaa38d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib`
41952026-01-27T17:34:49.316Z Compiling diesel-dtrace v0.4.2
41962026-01-27T17:34:49.319Z 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`
41972026-01-27T17:34:49.812Z Compiling parse-size v1.1.0
41982026-01-27T17:34:49.815Z 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`
41992026-01-27T17:34:50.216Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
42002026-01-27T17:34:50.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ef44923cccf834 -C extra-filename=-6d631553a4d18662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42012026-01-27T17:34:50.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42022026-01-27T17:34:50.720Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/173a5d1/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=6112766d4902f62a -C extra-filename=-bb5c12bdac328bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-01-27T17:34:51.833Z Compiling mime_guess v2.0.5
42042026-01-27T17:34:51.836Z 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`
42052026-01-27T17:34:51.904Z Compiling bb8 v0.8.5
42062026-01-27T17:34:51.907Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=d9cc7c745d54bd46 -C extra-filename=-59392630189e75a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-01-27T17:34:52.421Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
42082026-01-27T17:34:52.424Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/9122d6e/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=90ead432e2d8d66c -C extra-filename=-60e49609267dafde --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-60e49609267dafde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-01-27T17:34:52.534Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42102026-01-27T17:34:53.539Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/173a5d1/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=43574436bc1c1b35 -C extra-filename=-d1c8c749c288bf97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-01-27T17:34:53.543Z Compiling http-range v0.1.5
42122026-01-27T17:34:53.543Z 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`
42132026-01-27T17:34:53.543Z Compiling corncobs v0.1.4
42142026-01-27T17:34:53.543Z 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`
42152026-01-27T17:34:53.543Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-60e49609267dafde/build-script-build`
42162026-01-27T17:34:53.543Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42172026-01-27T17:34:53.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/173a5d1/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock"))' -C metadata=a988b428b94022f7 -C extra-filename=-dfefc604f82d9cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bb5c12bdac328bdb.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-6d631553a4d18662.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42182026-01-27T17:34:53.543Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
42192026-01-27T17:34:53.543Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42202026-01-27T17:34:53.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/173a5d1/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=f27aed51b50fcf07 -C extra-filename=-433865d44a767195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-5fbe3b841b3658e5.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-d1c8c749c288bf97.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-01-27T17:34:53.544Z Compiling ignore v0.4.23
42222026-01-27T17:34:53.544Z 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`
42232026-01-27T17:34:53.544Z Compiling signal-hook-tokio v0.3.1
42242026-01-27T17:34:53.544Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=061e16877ce6a608 -C extra-filename=-908fdea0d61917c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-01-27T17:34:53.594Z Compiling secrecy v0.8.0
42262026-01-27T17:34:53.597Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=8bdb1376c5152d83 -C extra-filename=-547c67c9b5dbf9df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-01-27T17:34:53.933Z Compiling atty v0.2.14
42282026-01-27T17:34:53.936Z 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`
42292026-01-27T17:34:54.110Z 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`
42302026-01-27T17:34:54.163Z Compiling nonempty v0.12.0
42312026-01-27T17:34:54.167Z 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`
42322026-01-27T17:34:54.545Z Compiling globwalk v0.9.1
42332026-01-27T17:34:54.548Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f1f3110f82b70f1 -C extra-filename=-43255174de2ed290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5e1c5c79ae8b2e17.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-01-27T17:34:55.124Z Compiling camino-tempfile-ext v0.3.2
42352026-01-27T17:34:55.128Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=d6f36b5263f91b28 -C extra-filename=-7b716b57b01d615a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-43255174de2ed290.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-01-27T17:34:55.161Z Compiling hyper-staticfile v0.10.1
42372026-01-27T17:34:55.221Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efd9b45cf64127d4 -C extra-filename=-6120fcc3c1d79f75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-374c07d1fc5a9d37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-01-27T17:34:55.361Z Compiling tungstenite v0.23.0
42392026-01-27T17:34:55.364Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=e5faf158a4c73979 -C extra-filename=-40799af068aef756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-01-27T17:34:55.742Z Compiling void v1.0.2
42412026-01-27T17:34:55.800Z 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`
42422026-01-27T17:34:55.999Z Compiling lzss v0.8.2
42432026-01-27T17:34:56.002Z 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`
42442026-01-27T17:34:56.254Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42452026-01-27T17:34:56.257Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8354af50db3a984b -C extra-filename=-2282652d49b47d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-01-27T17:34:56.418Z Compiling nix v0.27.1
42472026-01-27T17:34:56.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6f947ad1cec82f84 -C extra-filename=-6d3254b61f9a4e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-01-27T17:34:56.466Z Compiling serde_bytes v0.11.19
42492026-01-27T17:34:56.519Z 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`
42502026-01-27T17:34:56.638Z Compiling tokio-tungstenite v0.23.1
42512026-01-27T17:34:56.686Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=d3383e9e4c6a92bd -C extra-filename=-52fcd78a1ca19584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-40799af068aef756.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-01-27T17:34:56.978Z Compiling rand_seeder v0.4.0
42532026-01-27T17:34:56.981Z 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`
42542026-01-27T17:34:57.291Z Compiling is_ci v1.2.0
42552026-01-27T17:34:57.294Z 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`
42562026-01-27T17:34:57.380Z Compiling yansi v1.0.1
42572026-01-27T17:34:57.383Z 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`
42582026-01-27T17:34:57.568Z Compiling typeid v1.0.3
42592026-01-27T17:34:57.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
42602026-01-27T17:34:57.610Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42612026-01-27T17:34:57.614Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d880f549f6d02d1d -C extra-filename=-f7dcc6baefcc2a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-01-27T17:34:58.144Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
42632026-01-27T17:34:58.205Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=657c9893144f7cce -C extra-filename=-223ecc5f032a2686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-47e5e0522bae0135.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6d3254b61f9a4e77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-72d39d8d2f664748.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2282652d49b47d58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib`
42642026-01-27T17:34:58.223Z Compiling pretty_assertions v1.4.1
42652026-01-27T17:34:58.226Z 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`
42662026-01-27T17:34:58.288Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
42672026-01-27T17:34:58.422Z 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)'`
42682026-01-27T17:34:58.670Z Compiling tabled_derive v0.10.0
42692026-01-27T17:34:58.674Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d99edae4ad5c9f1f -C extra-filename=-527e50576fd2890d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5d7d5c324402d358.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-01-27T17:34:58.800Z Compiling papergrid v0.14.0
42712026-01-27T17:34:58.802Z 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`
42722026-01-27T17:34:59.402Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42732026-01-27T17:34:59.408Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=f56359387cbdcae5 -C extra-filename=-aaff62f99b064de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-01-27T17:35:01.653Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42752026-01-27T17:35:01.656Z 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`
42762026-01-27T17:35:01.786Z Compiling tabled v0.18.0
42772026-01-27T17:35:01.789Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=536e0fae89f075d2 -C extra-filename=-17c0fd468c075a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-c3e52a30c2ddbcd4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-527e50576fd2890d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-01-27T17:35:02.156Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
42792026-01-27T17:35:02.280Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42802026-01-27T17:35:02.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=462933a855fe3f5d -C extra-filename=-d5f8f8442db6a129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-01-27T17:35:02.597Z Compiling erased-serde v0.4.6
42822026-01-27T17:35:02.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=61462ea9599ce67f -C extra-filename=-1f8d73e87c332332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-01-27T17:35:03.841Z Compiling castaway v0.2.3
42842026-01-27T17:35:03.843Z 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`
42852026-01-27T17:35:04.099Z Compiling ordered-float v2.10.1
42862026-01-27T17:35:04.101Z 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`
42872026-01-27T17:35:04.776Z Compiling indoc v2.0.6
42882026-01-27T17:35:04.779Z 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`
42892026-01-27T17:35:05.847Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=3542466d714825fe -C extra-filename=-6ae85b39bf2a94ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-17c0fd468c075a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d5f8f8442db6a129.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42902026-01-27T17:35:06.130Z Compiling serde-value v0.7.0
42912026-01-27T17:35:06.188Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b792d3f13042ab4b -C extra-filename=-abb64bb9f8d11335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-f127ac81b0d7a029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922026-01-27T17:35:06.591Z Compiling compact_str v0.8.0
42932026-01-27T17:35:06.594Z 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`
42942026-01-27T17:35:06.984Z Compiling serde-untagged v0.1.7
42952026-01-27T17:35:06.989Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d1d4a200fc87f2 -C extra-filename=-181a9de22a6cc214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-1f8d73e87c332332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-01-27T17:35:07.570Z Compiling unicode-truncate v1.1.0
42972026-01-27T17:35:07.589Z 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`
42982026-01-27T17:35:07.909Z Compiling instability v0.3.2
42992026-01-27T17:35:07.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=252eb7c34b9d9bb5 -C extra-filename=-b1bd95836bde2724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-01-27T17:35:07.989Z Compiling lru v0.12.5
43012026-01-27T17:35:07.992Z 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`
43022026-01-27T17:35:08.165Z Compiling cassowary v0.3.0
43032026-01-27T17:35:08.169Z 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`
43042026-01-27T17:35:08.349Z Compiling cargo-util-schemas v0.8.2
43052026-01-27T17:35:08.352Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=5a96e7a3f3ac38d1 -C extra-filename=-c026e5c1ce7b924c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-181a9de22a6cc214.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-abb64bb9f8d11335.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-01-27T17:35:08.498Z Compiling console v0.16.0
43072026-01-27T17:35:08.501Z 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`
43082026-01-27T17:35:09.166Z Compiling ratatui v0.29.0
43092026-01-27T17:35:09.169Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=120117043e9e8e09 -C extra-filename=-cf286c7067bccdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-7ab2166777ec0c14.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-216cbe61b944a0a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-b1bd95836bde2724.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e7e8a7c7bb9f4ca8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2ff59afd3380950f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-01-27T17:35:09.328Z Compiling cargo-platform v0.2.0
43112026-01-27T17:35:09.332Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3f63365e587d44 -C extra-filename=-5195fc3eb8e54679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-01-27T17:35:09.798Z Compiling unit-prefix v0.5.1
43132026-01-27T17:35:09.801Z 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`
43142026-01-27T17:35:09.966Z Compiling supports-color v3.0.2
43152026-01-27T17:35:09.969Z 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`
43162026-01-27T17:35:10.083Z Compiling indicatif v0.18.0
43172026-01-27T17:35:10.086Z 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`
43182026-01-27T17:35:10.328Z Compiling concurrent-queue v2.5.0
43192026-01-27T17:35:10.331Z 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`
43202026-01-27T17:35:10.776Z Compiling parking v2.2.1
43212026-01-27T17:35:10.779Z 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`
43222026-01-27T17:35:11.151Z Compiling cargo_metadata v0.21.0
43232026-01-27T17:35:11.155Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=cc322156658da9fd -C extra-filename=-fd329f1c83ef8c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-5195fc3eb8e54679.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c026e5c1ce7b924c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-01-27T17:35:11.538Z Compiling libz-sys v1.1.20
43252026-01-27T17:35:11.540Z 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`
43262026-01-27T17:35:12.072Z Compiling event-listener v5.3.1
43272026-01-27T17:35:12.075Z 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`
43282026-01-27T17:35:12.460Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75/build-script-build`
43292026-01-27T17:35:12.628Z Compiling libgit2-sys v0.18.2+1.9.1
43302026-01-27T17:35:12.631Z 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`
43312026-01-27T17:35:12.699Z Compiling hex-literal v0.4.1
43322026-01-27T17:35:12.702Z 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`
43332026-01-27T17:35:12.942Z Compiling shell-words v1.1.0
43342026-01-27T17:35:12.945Z 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`
43352026-01-27T17:35:13.299Z Compiling async-bb8-diesel v0.2.1
43362026-01-27T17:35:13.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1fd06aa832bc135b -C extra-filename=-ea739b9356311b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-59392630189e75a3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43372026-01-27T17:35:13.691Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc1946ac8bfb34fa -C extra-filename=-d6e48d05ebd3ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43382026-01-27T17:35:14.211Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af/build-script-build`
43392026-01-27T17:35:14.269Z 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`
43402026-01-27T17:35:14.513Z Compiling event-listener-strategy v0.5.2
43412026-01-27T17:35:14.515Z 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`
43422026-01-27T17:35:14.699Z Compiling petname v2.0.2
43432026-01-27T17:35:14.702Z 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`
43442026-01-27T17:35:14.785Z Compiling futures-lite v2.3.0
43452026-01-27T17:35:14.788Z 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`
43462026-01-27T17:35:14.910Z Compiling vergen-git2 v1.0.7
43472026-01-27T17:35:14.954Z 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`
43482026-01-27T17:35:15.381Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
43492026-01-27T17:35:15.453Z Compiling sapling-renderdag v0.1.0
43502026-01-27T17:35:15.456Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=0d2b97b9be8e7434 -C extra-filename=-758675e7193a1b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-01-27T17:35:15.515Z Compiling rtoolbox v0.0.2
43522026-01-27T17:35:15.518Z 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`
43532026-01-27T17:35:15.805Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build`
43542026-01-27T17:35:15.955Z Compiling rustls v0.21.12
43552026-01-27T17:35:16.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
43562026-01-27T17:35:16.137Z Compiling sync-ptr v0.1.4
43572026-01-27T17:35:16.140Z 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`
43582026-01-27T17:35:16.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=1bee55406d6c7bc6 -C extra-filename=-31d472ad98b6f064 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-01-27T17:35:16.288Z Compiling rpassword v7.4.0
43602026-01-27T17:35:16.291Z 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`
43612026-01-27T17:35:16.396Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
43622026-01-27T17:35:16.435Z Compiling async-lock v3.4.0
43632026-01-27T17:35:16.438Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3a67406d41578efd -C extra-filename=-9e48acc722cfd38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-01-27T17:35:16.493Z Compiling tui-tree-widget v0.23.1
43652026-01-27T17:35:16.496Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=095cbb0847ac9872 -C extra-filename=-2d531dcb42d49829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-01-27T17:35:16.651Z Compiling rustls-webpki v0.101.7
43672026-01-27T17:35:16.654Z 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`
43682026-01-27T17:35:16.889Z Compiling sct v0.7.1
43692026-01-27T17:35:16.893Z 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`
43702026-01-27T17:35:17.283Z Compiling polling v3.7.3
43712026-01-27T17:35:17.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c800fc2827cfca9 -C extra-filename=-4210b1805b88caa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722026-01-27T17:35:17.565Z 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`
43732026-01-27T17:35:18.030Z Compiling async-io v2.3.4
43742026-01-27T17:35:18.033Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ece93d7175cec29a -C extra-filename=-2d500332f77b0e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-4210b1805b88caa5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-01-27T17:35:18.183Z Compiling polyval v0.6.2
43762026-01-27T17:35:18.186Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=eab5d428aade6716 -C extra-filename=-aaf779f3642ecade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-01-27T17:35:18.261Z Compiling async-task v4.7.1
43782026-01-27T17:35:18.264Z 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`
43792026-01-27T17:35:18.681Z Compiling target-lexicon v0.13.2
43802026-01-27T17:35:18.683Z 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`
43812026-01-27T17:35:18.840Z Compiling ghash v0.5.1
43822026-01-27T17:35:18.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1bf778f713c33e2a -C extra-filename=-fe299b6df918f10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-aaf779f3642ecade.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-01-27T17:35:19.111Z Compiling async-channel v2.3.1
43842026-01-27T17:35:19.119Z 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`
43852026-01-27T17:35:19.512Z Compiling rustls-pemfile v1.0.4
43862026-01-27T17:35:19.515Z 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`
43872026-01-27T17:35:19.850Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
43882026-01-27T17:35:19.943Z Compiling twox-hash v2.1.0
43892026-01-27T17:35:19.946Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=9d75237b9ddb67ef -C extra-filename=-984071cc58dfe63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-01-27T17:35:19.993Z Compiling piper v0.2.4
43912026-01-27T17:35:19.996Z Compiling ctr v0.9.2
43922026-01-27T17:35:20.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=0e2ebbef53cd1540 -C extra-filename=-f5b0d03cbdaa48ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-01-27T17:35:20.041Z 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`
43942026-01-27T17:35:20.429Z Compiling guppy-workspace-hack v0.1.0
43952026-01-27T17:35:20.433Z 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`
43962026-01-27T17:35:20.476Z Compiling plotters-backend v0.3.7
43972026-01-27T17:35:20.476Z 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`
43982026-01-27T17:35:20.739Z Compiling aes-gcm v0.10.3
43992026-01-27T17:35:20.784Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=89bcfe598ee9e778 -C extra-filename=-89d89c71f9fed651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-f4da68107a794871.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-fe299b6df918f10c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-01-27T17:35:20.874Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
44012026-01-27T17:35:20.947Z Compiling plotters-svg v0.3.7
44022026-01-27T17:35:20.951Z 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`
44032026-01-27T17:35:21.015Z Compiling blocking v1.6.1
44042026-01-27T17:35:21.018Z 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`
44052026-01-27T17:35:21.159Z 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"'`
44062026-01-27T17:35:21.430Z Compiling tokio-rustls v0.24.1
44072026-01-27T17:35:21.433Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=a274f379e7049b34 -C extra-filename=-210a2761924e18e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-099a8c88399f68e2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44082026-01-27T17:35:21.627Z Compiling async-signal v0.2.10
44092026-01-27T17:35:21.630Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef48f01951975b92 -C extra-filename=-767d4c0a82cefdb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-01-27T17:35:21.832Z Compiling async-executor v1.13.1
44112026-01-27T17:35:21.836Z 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`
44122026-01-27T17:35:21.909Z Compiling fatfs v0.3.6
44132026-01-27T17:35:21.912Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=29c543fed40db29d -C extra-filename=-eeafe212e92b06f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-01-27T17:35:22.105Z Compiling ssh-encoding v0.2.0
44152026-01-27T17:35:22.108Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=7c668c36e812f43d -C extra-filename=-3336bb986e80fa1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-01-27T17:35:22.613Z Compiling blowfish v0.9.1
44172026-01-27T17:35:22.616Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=15c8ea6089cb5ed3 -C extra-filename=-ed01e0978fbb108f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-01-27T17:35:22.661Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44192026-01-27T17:35:22.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=dfcc2354d03c9aa0 -C extra-filename=-19073bbcd002a6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-01-27T17:35:23.147Z Compiling target-spec v3.5.0
44212026-01-27T17:35:23.150Z 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`
44222026-01-27T17:35:23.628Z Compiling event-listener v2.5.3
44232026-01-27T17:35:23.631Z 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`
44242026-01-27T17:35:23.792Z Compiling seq-macro v0.3.6
44252026-01-27T17:35:23.795Z 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`
44262026-01-27T17:35:24.082Z Compiling arrayvec v0.7.6
44272026-01-27T17:35:24.085Z 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`
44282026-01-27T17:35:24.575Z Compiling cast v0.3.0
44292026-01-27T17:35:24.578Z 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`
44302026-01-27T17:35:24.929Z Compiling constant_time_eq v0.3.1
44312026-01-27T17:35:24.932Z 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`
44322026-01-27T17:35:24.988Z Compiling arrayref v0.3.9
44332026-01-27T17:35:25.035Z 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`
44342026-01-27T17:35:25.038Z Compiling futures-timer v3.0.3
44352026-01-27T17:35:25.083Z 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`
44362026-01-27T17:35:25.161Z Compiling criterion-plot v0.6.0
44372026-01-27T17:35:25.164Z 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`
44382026-01-27T17:35:25.208Z Compiling async-channel v1.9.0
44392026-01-27T17:35:25.211Z 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`
44402026-01-27T17:35:25.596Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
44412026-01-27T17:35:25.670Z Compiling bcrypt-pbkdf v0.10.0
44422026-01-27T17:35:25.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=aec6ff2431408278 -C extra-filename=-c343348d14039ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-ed01e0978fbb108f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-01-27T17:35:25.839Z Compiling ssh-cipher v0.2.0
44442026-01-27T17:35:25.884Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=fd0f2000164c0117 -C extra-filename=-a1d86ec8d2178852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-01-27T17:35:26.177Z Compiling async-global-executor v2.4.1
44462026-01-27T17:35:26.180Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=a9ac89f50906f9f5 -C extra-filename=-9ced7e03a43849bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b1a3f5743578c339.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-aecbdb22d2c70241.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-dc8205156af07af2.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-01-27T17:35:26.323Z Compiling async-process v2.3.0
44482026-01-27T17:35:26.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d153ea977f7bf675 -C extra-filename=-f3dd24178297181d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-767d4c0a82cefdb4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-01-27T17:35:27.163Z Compiling cfg-expr v0.20.1
44502026-01-27T17:35:27.209Z 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`
44512026-01-27T17:35:27.521Z Compiling plotters v0.3.7
44522026-01-27T17:35:27.524Z 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`
44532026-01-27T17:35:27.583Z 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`
44542026-01-27T17:35:27.757Z Compiling supports-color v2.1.0
44552026-01-27T17:35:27.760Z 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`
44562026-01-27T17:35:27.821Z Compiling textwrap v0.15.2
44572026-01-27T17:35:27.824Z 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`
44582026-01-27T17:35:28.199Z Compiling supports-unicode v2.1.0
44592026-01-27T17:35:28.203Z 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`
44602026-01-27T17:35:28.382Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build`
44612026-01-27T17:35:28.417Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=e345f54401b00a8e -C extra-filename=-4829e2031b071a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
44622026-01-27T17:35:28.469Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build`
44632026-01-27T17:35:28.543Z Compiling supports-hyperlinks v2.1.0
44642026-01-27T17:35:28.550Z 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`
44652026-01-27T17:35:28.598Z Compiling hashbrown v0.14.5
44662026-01-27T17:35:28.603Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=538e2f06bbabc996 -C extra-filename=-c8a6096dfdafe83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-01-27T17:35:28.635Z Compiling password-hash v0.4.2
44682026-01-27T17:35:28.648Z 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`
44692026-01-27T17:35:28.857Z Compiling backtrace-ext v0.2.1
44702026-01-27T17:35:28.862Z 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`
44712026-01-27T17:35:29.238Z Compiling async-attributes v1.1.2
44722026-01-27T17:35:29.241Z 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`
44732026-01-27T17:35:29.511Z Compiling tinytemplate v1.2.1
44742026-01-27T17:35:29.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=252bd115308a69f8 -C extra-filename=-6e360483c9b2b7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-01-27T17:35:29.884Z Compiling miette-derive v5.10.0
44762026-01-27T17:35:29.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e79621cc38da98b1 -C extra-filename=-fcfec1596f790268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-01-27T17:35:29.931Z Compiling terminal_size v0.1.17
44782026-01-27T17:35:29.934Z 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`
44792026-01-27T17:35:30.164Z Compiling kv-log-macro v1.0.7
44802026-01-27T17:35:30.169Z 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`
44812026-01-27T17:35:30.289Z Compiling oorandom v11.1.4
44822026-01-27T17:35:30.292Z 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`
44832026-01-27T17:35:30.457Z Compiling owo-colors v3.5.0
44842026-01-27T17:35:30.506Z 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`
44852026-01-27T17:35:30.509Z Compiling anes v0.1.6
44862026-01-27T17:35:30.553Z 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`
44872026-01-27T17:35:30.556Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=e7b4887ddf53dc09 -C extra-filename=-986d4696e973d15a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-4829e2031b071a74.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
44882026-01-27T17:35:30.811Z Compiling async-std v1.13.0
44892026-01-27T17:35:30.813Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=77d8d1199e2e8a4a -C extra-filename=-7e8bf5027f7901ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-6551f526be2dc1c2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-91b78f1a38bb7853.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9ced7e03a43849bd.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f3dd24178297181d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-8adb9f9313da67a6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-01-27T17:35:31.024Z Compiling criterion v0.7.0
44912026-01-27T17:35:31.026Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=2914bbf83053d74a -C extra-filename=-8debc9207ca5bf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-0dfa6578880ed8f2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8be13f97d7e75e0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-4d5f27202b889425.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ac0763a856b73f66.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6e360483c9b2b7e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-01-27T17:35:32.476Z Compiling chumsky v0.9.3
44932026-01-27T17:35:32.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=3806023afaaf3fd8 -C extra-filename=-5e495b4163d8aae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c8a6096dfdafe83d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-01-27T17:35:32.652Z Compiling rustls-webpki v0.102.8
44952026-01-27T17:35:32.656Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0140415f7861f953 -C extra-filename=-64b82b4d6ae66fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44962026-01-27T17:35:33.587Z Compiling miette v5.10.0
44972026-01-27T17:35:33.636Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=d8cdb9fa4df6b2be -C extra-filename=-b758de72496305e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-6818a8c900831f26.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-fd8deedbe330b0ef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-fcfec1596f790268.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6802278ee270aca2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-586276a53a911ae9.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-e1bdcc0b01ae128b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-172567a3d40f1b78.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dd3af4ed74626acf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60f80f0d59018a04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-01-27T17:35:34.627Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=099fd51ea86386cf -C extra-filename=-e5d9ad355c1e7274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
44992026-01-27T17:35:35.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=22eaaa2860281c80 -C extra-filename=-ee461f3eb4a63c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
45002026-01-27T17:35:36.468Z Compiling pbkdf2 v0.11.0
45012026-01-27T17:35:36.471Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=38187f344e570f6e -C extra-filename=-69dd009ec1f33431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-01-27T17:35:36.915Z 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`
45032026-01-27T17:35:37.390Z Compiling ssh-key v0.6.6
45042026-01-27T17:35:37.393Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=b9ac68fb0576e551 -C extra-filename=-a80715079790c23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c343348d14039ebb.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-a1d86ec8d2178852.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-01-27T17:35:37.880Z Compiling p521 v0.13.3
45062026-01-27T17:35:37.883Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=a260c2561509fd3f -C extra-filename=-48eeafc9cb60bba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-01-27T17:35:40.190Z Compiling tokio-rustls v0.25.0
45082026-01-27T17:35:40.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=e2b5a22afe5398f6 -C extra-filename=-c6f5e1f080f95db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
45092026-01-27T17:35:40.760Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea6ad974d1785733 -C extra-filename=-c040e9583776fba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-b468ac47d0f7e9e0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d8fabec0ac607a9d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1680290002eee35b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f5e1f080f95db6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5d181fbbef32e538.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d285c0cb51e4a2c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
45102026-01-27T17:35:41.233Z Compiling p256 v0.13.2
45112026-01-27T17:35:41.236Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=a1288e9c29d3a008 -C extra-filename=-60ee2206d009956a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-01-27T17:35:41.814Z Compiling tokio-rustls v0.26.0
45132026-01-27T17:35:41.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=ba9466b28f56bd88 -C extra-filename=-ee7b6c66e1230af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
45142026-01-27T17:35:42.021Z Compiling knuffel-derive v3.2.0
45152026-01-27T17:35:42.024Z 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`
45162026-01-27T17:35:42.342Z Compiling hyper-rustls v0.27.7
45172026-01-27T17:35:42.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=e00729f73b583768 -C extra-filename=-aed8d5eb6b3ef492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6dcfb168df31f742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
45182026-01-27T17:35:43.176Z Compiling reqwest v0.12.24
45192026-01-27T17:35:43.180Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=33bc67010f612332 -C extra-filename=-2d0a9e71a08daa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-9c06bb47f135485b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c4795ebd0e8c407b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2c09da9693e01586.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3821a12aa3ac5879.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45202026-01-27T17:35:43.533Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/9122d6e/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=f330003b48b34658 -C extra-filename=-c6d9140056be84ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bb5c12bdac328bdb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-433865d44a767195.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-dfefc604f82d9cd6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-547c67c9b5dbf9df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
45212026-01-27T17:35:45.911Z Compiling pathdiff v0.2.3
45222026-01-27T17:35:45.915Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=62ba87e9c38356ca -C extra-filename=-eb48ba5530f82575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-01-27T17:35:45.959Z Compiling blake3 v1.5.4
45242026-01-27T17:35:46.004Z 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`
45252026-01-27T17:35:46.133Z Compiling russh-cryptovec v0.7.3
45262026-01-27T17:35:46.136Z 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`
45272026-01-27T17:35:46.532Z Compiling md5 v0.7.0
45282026-01-27T17:35:46.535Z 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`
45292026-01-27T17:35:46.714Z Compiling nested v0.1.1
45302026-01-27T17:35:46.718Z 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`
45312026-01-27T17:35:47.053Z Compiling progenitor-client v0.10.0
45322026-01-27T17:35:47.057Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f51f0c03df4505 -C extra-filename=-89f9961e6520cd5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45332026-01-27T17:35:47.101Z Compiling progenitor-client v0.11.2
45342026-01-27T17:35:47.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.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf7975bcad40da4f -C extra-filename=-c643deda41b6c8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45352026-01-27T17:35:47.655Z Compiling progenitor v0.11.2
45362026-01-27T17:35:47.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=ce5d3d7aedc7127d -C extra-filename=-6545c7dbdbbdf522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c643deda41b6c8a8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9e568b81cb028b77.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-faeeb22f332b43bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45372026-01-27T17:35:47.710Z Compiling progenitor v0.10.0
45382026-01-27T17:35:47.757Z Compiling tough v0.20.0
45392026-01-27T17:35:47.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=11547ad18965beb7 -C extra-filename=-2f69af154ce01b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-654eaf398714b6dc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-609ec9937e600796.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45402026-01-27T17:35:47.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=31d642262d5ac1ac -C extra-filename=-de84f0d147699fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d4fb3867a8061fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-943fa7a86421dd20.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ce5cae8204be0272.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0d7f5d50e2859463.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-0c5c981704dd1cfb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45412026-01-27T17:35:47.978Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
45422026-01-27T17:35:47.982Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eab6917dcb66678 -C extra-filename=-3c9080ca03b88565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45432026-01-27T17:35:48.026Z Compiling progenitor-client v0.8.0
45442026-01-27T17:35:48.030Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db67013eb8ff6f14 -C extra-filename=-24ca712713a92ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45452026-01-27T17:35:48.629Z Compiling progenitor v0.8.0
45462026-01-27T17:35:48.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8b4997c4c37354a -C extra-filename=-87cab84fc8a026a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-24ca712713a92ba7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9b9350cf1842a41d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5e0529ac4931b27b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45472026-01-27T17:35:48.977Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
45482026-01-27T17:35:49.003Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=d266036ea04091d3 -C extra-filename=-efd24ec8a2d160df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-87cab84fc8a026a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45492026-01-27T17:35:53.842Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
45502026-01-27T17:35:53.845Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0cc94e23a454b09 -C extra-filename=-5a8a2f71e31f13dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-2b1c4ccd44ab7fe2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45512026-01-27T17:35:53.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45522026-01-27T17:35:53.909Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be46017b2e309e9a -C extra-filename=-88b1a5a25400a181 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-96c5a720df3aabd5.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45532026-01-27T17:35:54.398Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181/build-script-build`
45542026-01-27T17:35:54.479Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56c88b4c62ca7755 -C extra-filename=-d43ee0dfcf761cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45552026-01-27T17:35:54.665Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45562026-01-27T17:35:54.668Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=612ea463999c7940 -C extra-filename=-fdf6cb43605f0a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45572026-01-27T17:35:55.592Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
45582026-01-27T17:35:55.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cdc04e6d8b1d553 -C extra-filename=-fc0a298b83d97a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45592026-01-27T17:35:55.641Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45602026-01-27T17:35:55.644Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=697b98cc27e8c7e2 -C extra-filename=-4aabfbcf7a20e513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45612026-01-27T17:35:55.934Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
45622026-01-27T17:35:55.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f87876c2b29d367 -C extra-filename=-85bef0c25e00110a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45632026-01-27T17:35:57.281Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=0b2b181e9fd196f2 -C extra-filename=-f9af31037ed91d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45642026-01-27T17:35:57.320Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45652026-01-27T17:35:57.324Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=e3b15c1288cfd652 -C extra-filename=-099e0365f3e3533f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45662026-01-27T17:35:57.494Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45672026-01-27T17:35:57.497Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=626a03d5510c3fdf -C extra-filename=-3b41463dbb23298e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-3b41463dbb23298e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45682026-01-27T17:35:57.976Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45692026-01-27T17:35:57.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37f80cb17f50c147 -C extra-filename=-4e2c87bdf3ece2a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45702026-01-27T17:35:58.521Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-3b41463dbb23298e/build-script-build`
45712026-01-27T17:35:58.598Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45722026-01-27T17:35:58.601Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4228d46cf0cc155c -C extra-filename=-5c3c3720ee2d4d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45732026-01-27T17:35:58.802Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45742026-01-27T17:35:58.805Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a54b933972273c30 -C extra-filename=-b221099fc66dd8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45752026-01-27T17:36:02.379Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45762026-01-27T17:36:02.386Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95cdca1749b685d9 -C extra-filename=-176c3f26ac81ef70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45772026-01-27T17:36:02.583Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
45782026-01-27T17:36:02.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=167b22d7ea1b7af4 -C extra-filename=-210af5b3d4cc07b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45792026-01-27T17:36:03.678Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45802026-01-27T17:36:03.682Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a6f1b319cfd5cc6d -C extra-filename=-1810cbfff20220ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45812026-01-27T17:36:03.891Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45822026-01-27T17:36:03.895Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7daa09732495356 -C extra-filename=-47499cc7a55cbf26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45832026-01-27T17:36:04.056Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45842026-01-27T17:36:04.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d65068309cf2b004 -C extra-filename=-db0f4db1d5bbdae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45852026-01-27T17:36:04.283Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
45862026-01-27T17:36:04.286Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98fea3fa5df991ec -C extra-filename=-8c8d6a9c55dc0b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b38b554c28a4d9a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f4467ba4ea647fe8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-efd24ec8a2d160df.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-554dfa706dd11674.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-e7598687a1975def.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-1fed042c835e15e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2a787759f22d5b6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45872026-01-27T17:36:05.852Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45882026-01-27T17:36:05.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a81f3c6cf5157d -C extra-filename=-4a8775c465499c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45892026-01-27T17:36:06.257Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45902026-01-27T17:36:06.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a8e7cf586ff6648 -C extra-filename=-7c4f67717282234d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45912026-01-27T17:36:06.336Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45922026-01-27T17:36:06.336Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974134997dd6ec8f -C extra-filename=-bec9b4dda605a592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45932026-01-27T17:36:06.541Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45942026-01-27T17:36:06.610Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac4100c5a80ab3ec -C extra-filename=-dd715af56e5690a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45952026-01-27T17:36:07.276Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45962026-01-27T17:36:07.324Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e4e01d1ff6bc9cd -C extra-filename=-e8828d3172ca664f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45972026-01-27T17:36:08.258Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45982026-01-27T17:36:08.262Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0519e380522447f -C extra-filename=-07a7cab91820cbac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45992026-01-27T17:36:08.601Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46002026-01-27T17:36:08.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ae9bd82386a9911 -C extra-filename=-c3db7300e24e14b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46012026-01-27T17:36:09.298Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46022026-01-27T17:36:09.301Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e72c28825ab87c9 -C extra-filename=-b507f62ddeb08440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46032026-01-27T17:36:09.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8e21c30757c18b08 -C extra-filename=-d9c1ecbe04341864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
46042026-01-27T17:36:10.341Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
46052026-01-27T17:36:10.346Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cd664724699b3d1 -C extra-filename=-c3894c26bcf8cc86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46062026-01-27T17:36:11.042Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
46072026-01-27T17:36:11.055Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3933695b961bf116 -C extra-filename=-f5662b32413d6c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46082026-01-27T17:36:11.210Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d18caaa53d76e04f -C extra-filename=-a2e6b3e3f1b90984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46092026-01-27T17:36:11.567Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
46102026-01-27T17:36:11.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b292de46cd1eba25 -C extra-filename=-7c023964e5578208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46112026-01-27T17:36:12.381Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46122026-01-27T17:36:12.385Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7255c4ef2804e60 -C extra-filename=-51b16e267074e187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46132026-01-27T17:36:12.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a109fddaab367c0 -C extra-filename=-99799dde41a7e35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a2e6b3e3f1b90984.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46142026-01-27T17:36:14.528Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46152026-01-27T17:36:14.532Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=cf95d9071329a65a -C extra-filename=-298413a97121b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46162026-01-27T17:36:15.825Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-01-27T17:36:15.874Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ff3847f3e4263083 -C extra-filename=-4e559fe4ec9d5d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46182026-01-27T17:36:15.881Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d60441bade7caf42 -C extra-filename=-d4843c83c3f9d27a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46192026-01-27T17:36:15.969Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
46202026-01-27T17:36:16.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe92eb5de74a5794 -C extra-filename=-f63d5a06d363a0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46212026-01-27T17:36:16.481Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
46222026-01-27T17:36:16.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=544ab4872b48edb3 -C extra-filename=-b96313371f69d762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46232026-01-27T17:36:16.753Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
46242026-01-27T17:36:16.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a82380c485f65a23 -C extra-filename=-51437d4246497d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46252026-01-27T17:36:18.222Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46262026-01-27T17:36:18.225Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07846720b3c5dcac -C extra-filename=-8e5dbaa95b83abd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46272026-01-27T17:36:18.334Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f58c571b4acdf40d -C extra-filename=-8fcecb5017394dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46282026-01-27T17:36:18.742Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
46292026-01-27T17:36:18.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59bf681455f34886 -C extra-filename=-fedba713b9e0b1e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46302026-01-27T17:36:18.791Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46312026-01-27T17:36:18.794Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c031ba4998ef7c1 -C extra-filename=-9c484deeb283d89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46322026-01-27T17:36:19.104Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46332026-01-27T17:36:19.108Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0ea79bab065570ab -C extra-filename=-84ba77afc67aeb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46342026-01-27T17:36:19.761Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46352026-01-27T17:36:19.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0eb02fb120ec9dc7 -C extra-filename=-50ae1f9db04a9dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46362026-01-27T17:36:20.008Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46372026-01-27T17:36:20.070Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0a69585412c69e7 -C extra-filename=-74de51b4d9207427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46382026-01-27T17:36:20.991Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46392026-01-27T17:36:21.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6456a1bf9abfa87b -C extra-filename=-cdf44e507a15bf05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46402026-01-27T17:36:21.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
46412026-01-27T17:36:21.954Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=214ca7515ffa81e6 -C extra-filename=-b5fc301aeaf99b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46422026-01-27T17:36:22.812Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46432026-01-27T17:36:22.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f0c4d0b1a4f5f2cc -C extra-filename=-90e6405b4df1b718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46442026-01-27T17:36:22.917Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46452026-01-27T17:36:22.920Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=814a3b08bfde3638 -C extra-filename=-f84b09168d9c8ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46462026-01-27T17:36:23.265Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97ab49a719a1bec0 -C extra-filename=-259e3b8edb4ef386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46472026-01-27T17:36:24.042Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46482026-01-27T17:36:24.090Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6ab8eb6b48c9d3d -C extra-filename=-e490ca9bbf55e165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46492026-01-27T17:36:24.515Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46502026-01-27T17:36:24.518Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82305728de7b3581 -C extra-filename=-7464fac7f2abeb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46512026-01-27T17:36:26.010Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46522026-01-27T17:36:26.014Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dbee64cad25e13c -C extra-filename=-f4aadcd293e5cb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46532026-01-27T17:36:26.725Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46542026-01-27T17:36:26.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ebb98225d6e282 -C extra-filename=-c29b0ce757f26c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46552026-01-27T17:36:27.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09de61b9b5fc77ef -C extra-filename=-ffb4c5d36bdec553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46562026-01-27T17:36:29.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46572026-01-27T17:36:29.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eac13495b8fde4de -C extra-filename=-ba34c42c97fb3773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f4aadcd293e5cb76.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46582026-01-27T17:36:29.873Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46592026-01-27T17:36:29.881Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d61c2909e188715e -C extra-filename=-ccd95b04206dddb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46602026-01-27T17:36:29.925Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46612026-01-27T17:36:29.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9b3d60ad40cfe45 -C extra-filename=-0c1416769853f26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46622026-01-27T17:36:30.779Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46632026-01-27T17:36:30.783Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d01d4a35c88993 -C extra-filename=-e1729c643130cbd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46642026-01-27T17:36:31.208Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46652026-01-27T17:36:31.277Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3395dbc13b06be0 -C extra-filename=-3c119199dc7c6e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46662026-01-27T17:36:31.293Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2/build-script-build`
46672026-01-27T17:36:31.354Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46682026-01-27T17:36:31.358Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd0af156c922d3f2 -C extra-filename=-b124031db4613086 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46692026-01-27T17:36:31.483Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bea57075951d8e0f -C extra-filename=-1f45e482d2671308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46702026-01-27T17:36:31.906Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46712026-01-27T17:36:31.909Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d321aae38029f94 -C extra-filename=-9b7efc8d325ce5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46722026-01-27T17:36:32.467Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46732026-01-27T17:36:32.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=aaacb641f0ab1752 -C extra-filename=-0ece4f6073f14bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46742026-01-27T17:36:32.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9a867899afb825e9 -C extra-filename=-21be77bd0832bfad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46752026-01-27T17:36:38.995Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46762026-01-27T17:36:38.999Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=ce142375776b3860 -C extra-filename=-ba9eee7569a39b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46772026-01-27T17:36:40.760Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46782026-01-27T17:36:40.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56565de7ca5b12e3 -C extra-filename=-1514b71b45dd6788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46792026-01-27T17:36:41.471Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46802026-01-27T17:36:41.475Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0356b5f87a2b9f8 -C extra-filename=-172059ca232d4d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e8828d3172ca664f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb4c5d36bdec553.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ba34c42c97fb3773.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46812026-01-27T17:36:41.610Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46822026-01-27T17:36:41.614Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eecc8db7eba35037 -C extra-filename=-04201a8fe57daafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46832026-01-27T17:36:42.024Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46842026-01-27T17:36:42.028Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/846348b/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10d441ac044d8fad -C extra-filename=-f3de1e50d907f293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46852026-01-27T17:36:45.514Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46862026-01-27T17:36:45.574Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7535b90b786e82a2 -C extra-filename=-0af7e090d2aabdc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46872026-01-27T17:36:46.142Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46882026-01-27T17:36:46.145Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/846348b/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=0bb4e5b9c9b64353 -C extra-filename=-70bc22b4e3127762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f3de1e50d907f293.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46892026-01-27T17:36:46.932Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46902026-01-27T17:36:46.935Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=65dbe4c661137c7a -C extra-filename=-c6ba3977f8041aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46912026-01-27T17:36:47.781Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086/build-script-build`
46922026-01-27T17:36:48.076Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46932026-01-27T17:36:48.081Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=888c66ec8d723f91 -C extra-filename=-523509f96b1fc818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46942026-01-27T17:36:51.576Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46952026-01-27T17:36:51.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8a6e70fc9a032f9 -C extra-filename=-a2870a22b975c6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46962026-01-27T17:36:52.526Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46972026-01-27T17:36:52.529Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12536cbeed475900 -C extra-filename=-1ce1c9573e57376d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46982026-01-27T17:36:52.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
46992026-01-27T17:36:52.835Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c06344a3e097663f -C extra-filename=-df02671f21bbda4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
47002026-01-27T17:36:52.998Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d/build-script-build`
47012026-01-27T17:36:53.075Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47022026-01-27T17:36:53.078Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d0d2fbb3d11df751 -C extra-filename=-6c004871dfb233e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47032026-01-27T17:36:54.516Z Compiling samael v0.0.19
47042026-01-27T17:36:54.521Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=98fbd7479450db4d -C extra-filename=-469eef1fa8fd26bb --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1ea8393f9b1e00c0.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-01-27T17:36:55.798Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47062026-01-27T17:36:55.838Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a76f3498e311b82f -C extra-filename=-305dfb0463147d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
47072026-01-27T17:36:56.071Z Compiling polar-core v0.27.3
47082026-01-27T17:36:56.075Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ba11871439a37343 -C extra-filename=-1a2d0b10e28ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2d6a3a8ddb4d8d50.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092026-01-27T17:36:56.904Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47102026-01-27T17:36:56.907Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bf909b49b16c058 -C extra-filename=-d5053cb274e25221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
47112026-01-27T17:36:57.050Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb/build-script-bindings`
47122026-01-27T17:36:57.945Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0/build-script-build`
47132026-01-27T17:36:59.168Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47142026-01-27T17:36:59.172Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ebf0671bebbe858 -C extra-filename=-bf296bffd841f0a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47152026-01-27T17:36:59.665Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2/build-script-build`
47162026-01-27T17:36:59.739Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=1d3c32bc8b23d69e -C extra-filename=-2f4bf36798a7c708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-96f20180a98fd8ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1ce318e16060f8a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
47172026-01-27T17:36:59.847Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c8b59a0a0dc04b9d -C extra-filename=-d713a19f3d076296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1dcfb7a1f5c81eff.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bbf3ee06f1e9a7a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-01-27T17:37:01.398Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47192026-01-27T17:37:01.403Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c27246532cd1400 -C extra-filename=-30d9b3a0d6d78dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47202026-01-27T17:37:02.074Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47212026-01-27T17:37:02.078Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05cab2b3af30ef29 -C extra-filename=-1e625a22b378e3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47222026-01-27T17:37:03.954Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47232026-01-27T17:37:03.958Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9724f9369835d43d -C extra-filename=-8fda2447e3d62072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47242026-01-27T17:37:04.861Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
47252026-01-27T17:37:04.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b93192cfc36280fb -C extra-filename=-c137e88997555978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-75877112077bca2b.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
47262026-01-27T17:37:04.934Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47272026-01-27T17:37:04.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b464344d81ed7c77 -C extra-filename=-8124a8cce266d132 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47282026-01-27T17:37:05.420Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47292026-01-27T17:37:05.489Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ac374cef9ac6f01 -C extra-filename=-c2eb11479a2f23d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47302026-01-27T17:37:06.734Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47312026-01-27T17:37:06.738Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d864bc048715ff3 -C extra-filename=-9efb03018e8cfdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-ace1d512f35c2019.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-6fbba3adeaa38d66.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-416929974ba1197e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47322026-01-27T17:37:07.009Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132/build-script-build`
47332026-01-27T17:37:07.086Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47342026-01-27T17:37:07.090Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6cfdb2d7da340c9b -C extra-filename=-80d2b461ee9d0b36 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47352026-01-27T17:37:07.560Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36/build-script-build`
47362026-01-27T17:37:07.636Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47372026-01-27T17:37:07.640Z 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=8c445ec8459000ef -C extra-filename=-3e9bb8603c22af52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47382026-01-27T17:37:07.694Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47392026-01-27T17:37:07.697Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c79ec906f6c3ec34 -C extra-filename=-8eb1204bb49c028c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
47402026-01-27T17:37:08.904Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47412026-01-27T17:37:08.908Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8574235417f19e6 -C extra-filename=-75c0d28009b029b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47422026-01-27T17:37:08.953Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47432026-01-27T17:37:08.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383459c05ba510a6 -C extra-filename=-c7f125f06621f389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
47442026-01-27T17:37:09.446Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47452026-01-27T17:37:09.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ab343d81c4d8710 -C extra-filename=-e2691de3c4728092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47462026-01-27T17:37:09.803Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47472026-01-27T17:37:09.807Z 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=2c8d020bbfdb344d -C extra-filename=-bb8a192a626423b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47482026-01-27T17:37:10.150Z Compiling oso v0.27.3
47492026-01-27T17:37:10.154Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=fd3296608204481d -C extra-filename=-c50d1c5d97097ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-5495ba6784f2c74e.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f1488323d3266d18.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d713a19f3d076296.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502026-01-27T17:37:10.859Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47512026-01-27T17:37:10.863Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f70acb7da1af357e -C extra-filename=-6da2e9e414bcb84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47522026-01-27T17:37:12.380Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
47532026-01-27T17:37:12.383Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f3f3abb204fda99 -C extra-filename=-025b2c6c5d64d961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
47542026-01-27T17:37:14.760Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47552026-01-27T17:37:14.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea5ca66453d6d860 -C extra-filename=-3a1879dd3ffc424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47562026-01-27T17:37:15.369Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47572026-01-27T17:37:15.454Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b943f78e8322011 -C extra-filename=-ca3a7ebe07129d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47582026-01-27T17:37:15.545Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47592026-01-27T17:37:15.549Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291a0032b274a522 -C extra-filename=-7ffb0999cfc83435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47602026-01-27T17:37:16.878Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47612026-01-27T17:37:16.882Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eece87b6575e116 -C extra-filename=-f6198e1106ff178d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47622026-01-27T17:37:18.179Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47632026-01-27T17:37:18.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d48e24b9104b5089 -C extra-filename=-01dc82587ac29b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47642026-01-27T17:37:18.347Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47652026-01-27T17:37:18.351Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dde81b9cd0ca0be -C extra-filename=-2268311eb569a1d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47662026-01-27T17:37:19.512Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47672026-01-27T17:37:19.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08049b23630f8c08 -C extra-filename=-98385167dc196e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47682026-01-27T17:37:19.877Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47692026-01-27T17:37:19.941Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0c1fae48f67e6c -C extra-filename=-2d70d1e22a8e0439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47702026-01-27T17:37:19.946Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47712026-01-27T17:37:19.946Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0286a105cdcb11aa -C extra-filename=-f933bb67e45b1ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47722026-01-27T17:37:21.449Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47732026-01-27T17:37:21.494Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d67847907668115 -C extra-filename=-48269f51777af965 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47742026-01-27T17:37:21.823Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47752026-01-27T17:37:21.869Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87c0e454f8f582cf -C extra-filename=-7a255166fb7723fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
47762026-01-27T17:37:21.957Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965/build-script-build`
47772026-01-27T17:37:21.984Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47782026-01-27T17:37:21.987Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21daa34bf86b0c60 -C extra-filename=-34cd93f91495eb92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47792026-01-27T17:37:22.029Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47802026-01-27T17:37:22.033Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d62693ef7357412d -C extra-filename=-5471281e44959f86 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47812026-01-27T17:37:22.162Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47822026-01-27T17:37:22.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=a89471bc00283c13 -C extra-filename=-b3514f9861f46499 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47832026-01-27T17:37:22.483Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86/build-script-build`
47842026-01-27T17:37:22.556Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47852026-01-27T17:37:22.559Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa398049ddca609f -C extra-filename=-e0d997324fdce031 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47862026-01-27T17:37:22.675Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499/build-script-build`
47872026-01-27T17:37:22.693Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49741187025ec417 -C extra-filename=-cd29b80e95969915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47882026-01-27T17:37:23.050Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031/build-script-build`
47892026-01-27T17:37:23.125Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47902026-01-27T17:37:23.128Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=989b183d8c30bdb8 -C extra-filename=-f09fde15997432d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47912026-01-27T17:37:23.352Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47922026-01-27T17:37:23.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0170ba0a0788981 -C extra-filename=-16d88b384a29db0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47932026-01-27T17:37:27.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47942026-01-27T17:37:27.495Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=615214d44e817f9a -C extra-filename=-f75f3a8da4d61017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47952026-01-27T17:37:27.710Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47962026-01-27T17:37:27.713Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fb7537939e16b36 -C extra-filename=-253980c1cc9817d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47972026-01-27T17:37:29.590Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38c127fa66ee14d1 -C extra-filename=-0ed9550781faf022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47982026-01-27T17:37:30.224Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47992026-01-27T17:37:30.227Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e063af5b9bf21e88 -C extra-filename=-3205e2f988b4ea61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48002026-01-27T17:37:31.739Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48012026-01-27T17:37:31.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b74fb4af2b4e89a -C extra-filename=-c68bd9ee97642773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48022026-01-27T17:37:33.336Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48032026-01-27T17:37:33.340Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e54e35c4748e436 -C extra-filename=-e906f1724cc66521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48042026-01-27T17:37:33.497Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48052026-01-27T17:37:33.501Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8de501b0b25349d -C extra-filename=-c4f165965b25d65a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48062026-01-27T17:37:35.775Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48072026-01-27T17:37:35.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=519f213992e7123a -C extra-filename=-9b553cca13bea975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48082026-01-27T17:37:40.266Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48092026-01-27T17:37:40.270Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddc433ae9e766bed -C extra-filename=-41a093a06918d0d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48102026-01-27T17:37:41.275Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48112026-01-27T17:37:41.280Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e53938a24982dc -C extra-filename=-1b02543664df5784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48122026-01-27T17:37:45.997Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48132026-01-27T17:37:46.002Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f742aa79189d512 -C extra-filename=-ba950089d15811a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48142026-01-27T17:37:46.199Z 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,)'`
48152026-01-27T17:37:46.905Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48162026-01-27T17:37:46.911Z 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=35ffb2790997ce2b -C extra-filename=-5cd57bdf255c9a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48172026-01-27T17:37:53.331Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48182026-01-27T17:37:53.335Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=982435af27627632 -C extra-filename=-51a0d5136a99690d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48192026-01-27T17:37:56.419Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48202026-01-27T17:37:56.422Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac25ae720aa7a8e1 -C extra-filename=-8c4c837508912b02 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48212026-01-27T17:37:56.906Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02/build-script-build`
48222026-01-27T17:37:56.980Z Compiling git2 v0.20.2
48232026-01-27T17:37:56.983Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7976333cf7f4adb3 -C extra-filename=-8d93338afc717d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-6080f887f0a7be4b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64`
48242026-01-27T17:37:59.173Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48252026-01-27T17:37:59.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c570d63372a79894 -C extra-filename=-b6c499b04b01ef20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48262026-01-27T17:37:59.714Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48272026-01-27T17:37:59.718Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1abe89048ea1f93e -C extra-filename=-36abdbdf7e6cfaaf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48282026-01-27T17:38:00.224Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48292026-01-27T17:38:00.229Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b564e1b4345daa -C extra-filename=-bde9c732eb4f284b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48302026-01-27T17:38:00.229Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf/build-script-build`
48312026-01-27T17:38:00.347Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48322026-01-27T17:38:00.350Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec74e44929a6782f -C extra-filename=-cd9a60f91ae995ec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48332026-01-27T17:38:00.841Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48342026-01-27T17:38:00.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b43e7b70433f955f -C extra-filename=-05269f3a05df764c --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48352026-01-27T17:38:01.335Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48362026-01-27T17:38:01.342Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=449463529240c09a -C extra-filename=-e2a50285d9f7c284 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48372026-01-27T17:38:01.819Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48382026-01-27T17:38:01.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d693e5f6662ac18 -C extra-filename=-a76dfbab5efeb9e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48392026-01-27T17:38:02.307Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48402026-01-27T17:38:02.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47b577202fc1c26f -C extra-filename=-316ef0d9a66dfd31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48412026-01-27T17:38:02.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=aa3d6d900b04c703 -C extra-filename=-4ad77806a9371854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-8d93338afc717d13.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
48422026-01-27T17:38:04.054Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48432026-01-27T17:38:04.058Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=27776615448a1715 -C extra-filename=-226ade0797875123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bde9c732eb4f284b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48442026-01-27T17:38:04.397Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6/build-script-build`
48452026-01-27T17:38:04.473Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284/build-script-build`
48462026-01-27T17:38:04.548Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c/build-script-build`
48472026-01-27T17:38:04.623Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec/build-script-build`
48482026-01-27T17:38:04.725Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48492026-01-27T17:38:04.725Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbd3b6becfecefea -C extra-filename=-7df673a2c3af90a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48502026-01-27T17:38:05.038Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48512026-01-27T17:38:05.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67da4deffc437c6f -C extra-filename=-9a09d6e280ef8b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48522026-01-27T17:38:05.649Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48532026-01-27T17:38:05.653Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cda077aeb56cba3 -C extra-filename=-2fe0ba926c50cf7f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-4ad77806a9371854.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64`
48542026-01-27T17:38:06.200Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48552026-01-27T17:38:06.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c23fffbd9c0c2b27 -C extra-filename=-dcefd9cc04785b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48562026-01-27T17:38:07.914Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f/build-script-build`
48572026-01-27T17:38:10.000Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48582026-01-27T17:38:10.003Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4648c7e564b583b1 -C extra-filename=-e0d7fe6d10850e3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48592026-01-27T17:38:10.372Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48602026-01-27T17:38:10.375Z 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=be5bfc3b5e201f0c -C extra-filename=-e02687dff4eabf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48612026-01-27T17:38:10.587Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48622026-01-27T17:38:10.592Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c46e61e92eccf3b -C extra-filename=-7cebf22bf7b52cc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48632026-01-27T17:38:14.259Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48642026-01-27T17:38:14.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9bf879e7d9db2e8 -C extra-filename=-442f79c770a52322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48652026-01-27T17:38:14.311Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48662026-01-27T17:38:14.314Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85bc34c39b581b2d -C extra-filename=-feb96eb372f08de7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48672026-01-27T17:38:14.818Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48682026-01-27T17:38:14.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f1eda0262755bc -C extra-filename=-b95f4273a966de9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
48692026-01-27T17:38:16.273Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7/build-script-build`
48702026-01-27T17:38:16.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dbf7d9e4e766f7c -C extra-filename=-1cd24a82ce548954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-210a2761924e18e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-984071cc58dfe63e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
48712026-01-27T17:38:17.485Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a56b03c5d206633b -C extra-filename=-f03c28663618c917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48722026-01-27T17:38:19.097Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48732026-01-27T17:38:19.100Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c16bc9fe705c86b -C extra-filename=-e29317bfed46448c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48742026-01-27T17:38:21.767Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48752026-01-27T17:38:21.772Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f1eff78852c0308 -C extra-filename=-848308116cd1acbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-226ade0797875123.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48762026-01-27T17:38:23.199Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48772026-01-27T17:38:23.203Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d9c7e9549f6bb64 -C extra-filename=-ce2e17961c1a69a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-848308116cd1acbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48782026-01-27T17:38:23.571Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48792026-01-27T17:38:23.574Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a287ff7e87f90b16 -C extra-filename=-8c9c13b3c2ac6150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48802026-01-27T17:38:23.938Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48812026-01-27T17:38:23.941Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c393ab0c95e099c -C extra-filename=-56f0cb7abf55d5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48822026-01-27T17:38:24.475Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48832026-01-27T17:38:24.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db3b1b275c3ad4b -C extra-filename=-ead4d7753d52a082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
48842026-01-27T17:38:27.544Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48852026-01-27T17:38:27.548Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae22be7372625653 -C extra-filename=-8de739e0f109ad5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48862026-01-27T17:38:30.367Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48872026-01-27T17:38:30.370Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=324bacdd6be095b2 -C extra-filename=-da0722b0e6007460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
48882026-01-27T17:38:34.831Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48892026-01-27T17:38:34.833Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b0b5fa97775e3a2 -C extra-filename=-871688dac901a828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48902026-01-27T17:38:35.552Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48912026-01-27T17:38:35.605Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17ea97a9683904b1 -C extra-filename=-71b740feff93fd26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48922026-01-27T17:38:37.524Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48932026-01-27T17:38:37.527Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21d3eca334a97125 -C extra-filename=-528ed296df4df13f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48942026-01-27T17:38:37.611Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48952026-01-27T17:38:37.614Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3bff7062cb69e78 -C extra-filename=-bc4b65ab044cc166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48962026-01-27T17:38:37.816Z Compiling guppy v0.17.20
48972026-01-27T17:38:37.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=cef83169257924f7 -C extra-filename=-604251e0592aa06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4da66aac437aa7c0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-eb48ba5530f82575.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-86d827da68c0ce2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48982026-01-27T17:38:38.601Z Compiling russh-keys v0.45.0
48992026-01-27T17:38:38.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=9c05a6876b172158 -C extra-filename=-7ac529326f919638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c343348d14039ebb.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e2e21b8e8e358488.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ba0f9adc63f1d918.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69dd009ec1f33431.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6ea09a72f67a0b34.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49002026-01-27T17:38:39.137Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=806d74cb6c0fab60 -C extra-filename=-ab39f34b6d91a306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49012026-01-27T17:38:40.348Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74/build-script-build`
49022026-01-27T17:38:40.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67739d8d9587825a -C extra-filename=-04e2b678791f723c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49032026-01-27T17:38:40.992Z Compiling knuffel v3.2.0
49042026-01-27T17:38:40.996Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=b6b2c6c10bf58183 -C extra-filename=-610db87d268a2d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-5e495b4163d8aae4.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-c5c9d4d7124b974a.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49052026-01-27T17:38:42.041Z Compiling async-object-pool v0.1.5
49062026-01-27T17:38:42.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45fbe7257d029081 -C extra-filename=-2a598233397a1035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7e8bf5027f7901ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49072026-01-27T17:38:42.158Z Compiling num-bigint v0.4.6
49082026-01-27T17:38:42.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=8572f6a7e619962f -C extra-filename=-1f4a83ff60459965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49092026-01-27T17:38:42.319Z Compiling des v0.8.1
49102026-01-27T17:38:42.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=f94d11ab7f3e1fbb -C extra-filename=-fb41ac1f95c31892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49112026-01-27T17:38:42.740Z Compiling assert-json-diff v2.0.2
49122026-01-27T17:38:42.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22bccd20b506c72 -C extra-filename=-97e051e5870f41d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49132026-01-27T17:38:42.965Z Compiling serde_regex v1.1.0
49142026-01-27T17:38:42.968Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c8ca43b65f4e9ca -C extra-filename=-585b30c8d892c7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49152026-01-27T17:38:43.373Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49162026-01-27T17:38:43.382Z 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`
49172026-01-27T17:38:43.649Z Compiling path-tree v0.8.1
49182026-01-27T17:38:43.653Z 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`
49192026-01-27T17:38:44.284Z Compiling doc-comment v0.3.3
49202026-01-27T17:38:44.289Z 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`
49212026-01-27T17:38:44.410Z Compiling stringmetrics v2.2.2
49222026-01-27T17:38:44.464Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=7f1e962136360db3 -C extra-filename=-9b232a4cc2cd8c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49232026-01-27T17:38:44.746Z Compiling httpmock v0.8.0-alpha.1
49242026-01-27T17:38:44.749Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=e9f70a4b23bbd9ac -C extra-filename=-d951ed31e063920d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-97e051e5870f41d3.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-2a598233397a1035.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7e8bf5027f7901ea.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f0073f535b3c78c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-585b30c8d892c7d4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b232a4cc2cd8c05.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49252026-01-27T17:38:44.792Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49262026-01-27T17:38:44.795Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b3ad602207bcb98a -C extra-filename=-532ef1148440acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-5959ea41a791c57b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-01-27T17:38:45.005Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49282026-01-27T17:38:45.182Z Compiling russh v0.45.0
49292026-01-27T17:38:45.186Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4f12d72efa04f7b0 -C extra-filename=-f7c25d932de0a635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-fb41ac1f95c31892.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-1f4a83ff60459965.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49302026-01-27T17:38:47.728Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49312026-01-27T17:38:47.731Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e558544176354e41 -C extra-filename=-6f5fa3a494d6e2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49322026-01-27T17:38:49.327Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=146024e8446ce362 -C extra-filename=-021b535942b299bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49332026-01-27T17:38:51.762Z 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()))'`
49342026-01-27T17:38:51.869Z Compiling rstest_macros v0.25.0
49352026-01-27T17:38:51.872Z 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`
49362026-01-27T17:38:52.463Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49372026-01-27T17:38:52.466Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c283012bfebeaf6b -C extra-filename=-8e89da527197cc56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49382026-01-27T17:38:52.532Z Compiling target-triple v0.1.3
49392026-01-27T17:38:52.536Z 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`
49402026-01-27T17:38:52.925Z Compiling escape8259 v0.5.3
49412026-01-27T17:38:52.929Z 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`
49422026-01-27T17:38:53.002Z Compiling internet-checksum v0.2.1
49432026-01-27T17:38:53.007Z 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`
49442026-01-27T17:38:53.207Z Compiling topological-sort v0.2.2
49452026-01-27T17:38:53.210Z 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`
49462026-01-27T17:38:53.296Z Compiling assert_cmd v2.0.17
49472026-01-27T17:38:53.300Z 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`
49482026-01-27T17:38:53.340Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
49492026-01-27T17:38:53.410Z Compiling libtest-mimic v0.8.1
49502026-01-27T17:38:53.413Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d192cf6200d763 -C extra-filename=-2c812d2539b5b272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ae2afa0b27bbc026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49512026-01-27T17:38:53.545Z Compiling omicron-zone-package v0.12.2
49522026-01-27T17:38:53.548Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=655fefe691064a71 -C extra-filename=-ecdc8e8ec62d0713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4d643bc61a78a3a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-1c766faf699c7881.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
49532026-01-27T17:38:53.929Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
49542026-01-27T17:38:54.003Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
49552026-01-27T17:38:54.184Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=bb2cc5be4377b640 -C extra-filename=-0d597f77cf951862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49562026-01-27T17:38:54.374Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49572026-01-27T17:38:54.407Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ca5401c4b6aeca0e -C extra-filename=-3c8db76aabcb8976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49582026-01-27T17:38:55.193Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49592026-01-27T17:38:55.196Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ea97dd32eb5fdc -C extra-filename=-b06992186f56f8ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49602026-01-27T17:38:56.499Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
49612026-01-27T17:38:56.504Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b5d4d62795a5887 -C extra-filename=-74c98e7f4badbf51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49622026-01-27T17:38:57.635Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49632026-01-27T17:38:57.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19677d0bd19f8044 -C extra-filename=-bf542b129ea1af61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49642026-01-27T17:38:58.893Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=a1ed595107be3aba -C extra-filename=-ad911f579a3cbe2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49652026-01-27T17:39:00.019Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49662026-01-27T17:39:00.023Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bb6755869bf5522 -C extra-filename=-02a98e9295390105 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49672026-01-27T17:39:00.509Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49682026-01-27T17:39:00.512Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4361163607f3b65b -C extra-filename=-e5b2f77a3f8eb761 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49692026-01-27T17:39:00.997Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49702026-01-27T17:39:01.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c26d5edb5314b1c -C extra-filename=-78896736896b9d31 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49712026-01-27T17:39:01.267Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49722026-01-27T17:39:01.271Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b3c5d60e5e7f5de -C extra-filename=-7c2c0871f4c23357 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49732026-01-27T17:39:01.459Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49742026-01-27T17:39:01.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=880f7ac92f8591d8 -C extra-filename=-e261eb5254628278 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49752026-01-27T17:39:01.853Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49762026-01-27T17:39:01.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=af7a3d6eda9166f0 -C extra-filename=-1050022f9fa3c637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49772026-01-27T17:39:01.930Z Compiling proc-macro-crate v3.2.0
49782026-01-27T17:39:01.960Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9063600b9f370836 -C extra-filename=-b5625e22baa0f79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49792026-01-27T17:39:02.576Z Compiling fancy-regex v0.14.0
49802026-01-27T17:39:02.580Z 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`
49812026-01-27T17:39:03.026Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49822026-01-27T17:39:03.030Z 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`
49832026-01-27T17:39:03.203Z Compiling relative-path v1.9.3
49842026-01-27T17:39:03.206Z 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`
49852026-01-27T17:39:03.510Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49862026-01-27T17:39:03.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baec4ba23eac7078 -C extra-filename=-05d2202e213df90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-1050022f9fa3c637.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49872026-01-27T17:39:03.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=06cc5581d8497d5b -C extra-filename=-4f7bd6bf74c31c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-b5625e22baa0f79e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49882026-01-27T17:39:04.687Z Compiling datatest-stable v0.3.2
49892026-01-27T17:39:04.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=ecc6fa8e7da7610c -C extra-filename=-d52a322d94b7a953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-ceec8d5495b4577a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-2c812d2539b5b272.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49902026-01-27T17:39:05.502Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357/build-script-build`
49912026-01-27T17:39:05.588Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278/build-script-build`
49922026-01-27T17:39:05.658Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31/build-script-build`
49932026-01-27T17:39:05.735Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761/build-script-build`
49942026-01-27T17:39:05.782Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105/build-script-build`
49952026-01-27T17:39:05.801Z 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`
49962026-01-27T17:39:05.846Z 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"))'`
49972026-01-27T17:39:06.046Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49982026-01-27T17:39:06.050Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f63eae5c94676fb0 -C extra-filename=-81e8a45fc1890542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49992026-01-27T17:39:07.002Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50002026-01-27T17:39:07.008Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfbf63057b65bab5 -C extra-filename=-d827fc5f479d3c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50012026-01-27T17:39:07.230Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50022026-01-27T17:39:07.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6d27bd719138483 -C extra-filename=-1fa59c021440fe4b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50032026-01-27T17:39:07.720Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50042026-01-27T17:39:07.723Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db919868c76e3b97 -C extra-filename=-aee9c5a30469a150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50052026-01-27T17:39:13.292Z Compiling support-bundle-viewer v0.1.2
50062026-01-27T17:39:13.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d071b32230ea71ba -C extra-filename=-642cb2aeba8730f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out`
50072026-01-27T17:39:13.536Z Compiling multimap v0.10.1
50082026-01-27T17:39:13.540Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=97d22fd927a5e9fb -C extra-filename=-b259485f378d8b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50092026-01-27T17:39:13.960Z Compiling uzers v0.12.1
50102026-01-27T17:39:13.963Z 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`
50112026-01-27T17:39:14.982Z Compiling termcolor v1.4.1
50122026-01-27T17:39:14.985Z 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`
50132026-01-27T17:39:15.204Z Compiling rstest v0.25.0
50142026-01-27T17:39:15.254Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=14a11ca76a673dfc -C extra-filename=-f827efc1d321cbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-4f7bd6bf74c31c62.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50152026-01-27T17:39:15.504Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b/build-script-build`
50162026-01-27T17:39:15.581Z Compiling trybuild v1.0.106
50172026-01-27T17:39:15.584Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=88ac6363de3e1c44 -C extra-filename=-f0732bf2287278e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bd1dc483574ba99f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-c8c10a09796449b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5d181fbbef32e538.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50182026-01-27T17:39:15.777Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50192026-01-27T17:39:15.780Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72f06f77af3a786d -C extra-filename=-1067f78b46abef6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50202026-01-27T17:39:15.823Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50212026-01-27T17:39:15.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48475535f7b52dd0 -C extra-filename=-8be730552e508f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50222026-01-27T17:39:22.086Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50232026-01-27T17:39:22.090Z 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=06f1c77781e975f5 -C extra-filename=-5a5d20bc613e9689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50242026-01-27T17:39:25.027Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50252026-01-27T17:39:25.032Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddaf59c365d32885 -C extra-filename=-adfca869832e7a70 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50262026-01-27T17:39:25.536Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50272026-01-27T17:39:25.540Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19fc464197c952e3 -C extra-filename=-fc018c18724e1d89 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50282026-01-27T17:39:26.061Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50292026-01-27T17:39:26.065Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=144c01aad8acc6fa -C extra-filename=-c830a57d2f6cd65c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50302026-01-27T17:39:26.911Z Compiling blake2b_simd v1.0.2
50312026-01-27T17:39:26.914Z 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`
50322026-01-27T17:39:27.088Z Compiling partial-io v0.5.4
50332026-01-27T17:39:27.091Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=f4cdc6f1548e6127 -C extra-filename=-8d2a6cdd12e99e25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-943ba09213d4b919.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50342026-01-27T17:39:27.643Z Compiling httptest v0.16.3
50352026-01-27T17:39:27.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb9ecc2a808c5d6 -C extra-filename=-54db02fa7b2d28f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50362026-01-27T17:39:29.845Z Compiling drift v0.1.2
50372026-01-27T17:39:29.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b52fba4b28743b5e -C extra-filename=-b298f943a0efce48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50382026-01-27T17:39:32.416Z Compiling rand_distr v0.5.1
50392026-01-27T17:39:32.419Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=41d72ae6547c86ae -C extra-filename=-f88382c16145242c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50402026-01-27T17:39:32.561Z Compiling approx v0.5.1
50412026-01-27T17:39:32.564Z 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`
50422026-01-27T17:39:32.908Z Compiling dropshot-api-manager v0.2.4
50432026-01-27T17:39:32.912Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce9f3f049e5da7c6 -C extra-filename=-aa8a55abbf932f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-b298f943a0efce48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
50442026-01-27T17:39:33.703Z Compiling rust-argon2 v2.1.0
50452026-01-27T17:39:33.707Z 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`
50462026-01-27T17:39:35.434Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89/build-script-build`
50472026-01-27T17:39:35.505Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70/build-script-build`
50482026-01-27T17:39:35.580Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
50492026-01-27T17:39:35.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/9122d6e/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa1cae3d20d7734b -C extra-filename=-58dc712597729062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1067f78b46abef6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50502026-01-27T17:39:36.208Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50512026-01-27T17:39:36.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c95569da929f7836 -C extra-filename=-8b2c86f036732f87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50522026-01-27T17:39:37.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1745259f7b1e80cf -C extra-filename=-b19dcdbcef295208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50532026-01-27T17:39:38.337Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50542026-01-27T17:39:38.340Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ebee4aea6b89dac -C extra-filename=-104a56631b77b01d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50552026-01-27T17:39:40.232Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50562026-01-27T17:39:40.236Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cc060749042672b -C extra-filename=-37ebed74f64233d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50572026-01-27T17:39:41.540Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50582026-01-27T17:39:41.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e1107960c41f666 -C extra-filename=-94d89bedbed71ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50592026-01-27T17:39:41.930Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50602026-01-27T17:39:41.933Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a07727834e1158e2 -C extra-filename=-a88c05ae13de18eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50612026-01-27T17:39:42.786Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50622026-01-27T17:39:42.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93bdc0ed9a4080a2 -C extra-filename=-28dba8167154ebba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50632026-01-27T17:39:43.960Z Compiling cargo_toml v0.21.0
50642026-01-27T17:39:43.963Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=546cd991bff39476 -C extra-filename=-aa58085a21ea1851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50652026-01-27T17:39:44.355Z Compiling termios v0.3.3
50662026-01-27T17:39:44.358Z 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`
50672026-01-27T17:39:44.724Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50682026-01-27T17:39:44.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=720e1b04b250120d -C extra-filename=-d261be9affd1fd15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50692026-01-27T17:39:46.627Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b723673469bf2f4 -C extra-filename=-128f80d996a8b6cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50702026-01-27T17:39:47.535Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50712026-01-27T17:39:47.538Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d15194bf0a378b90 -C extra-filename=-197fac6d5a44e171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a88c05ae13de18eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-28dba8167154ebba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50722026-01-27T17:39:47.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad95fdea0e52de9 -C extra-filename=-22f76648d3d3ea7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-94d89bedbed71ffe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50732026-01-27T17:39:48.555Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b553fdd1be111f09 -C extra-filename=-1d78ddddea01ece9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50742026-01-27T17:39:50.258Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9df4c345893aba7 -C extra-filename=-470dd3b7cc1019d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50752026-01-27T17:39:50.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a356ed9f77cce0f3 -C extra-filename=-ef091a95ec5a48d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-104a56631b77b01d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50762026-01-27T17:39:51.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50772026-01-27T17:39:51.040Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=300ae1125097713c -C extra-filename=-f5ded01e5a127ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-aa58085a21ea1851.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50782026-01-27T17:39:52.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc4cc1e8c6209098 -C extra-filename=-cd21d41629c3b221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-37ebed74f64233d6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50792026-01-27T17:39:52.065Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50802026-01-27T17:39:52.069Z 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=31d82012a70a8d93 -C extra-filename=-1f0ffdcac0f703d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-aa8a55abbf932f18.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50812026-01-27T17:39:53.562Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=429ce8ea8fefad9b -C extra-filename=-b943118b95ef4fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50822026-01-27T17:39:54.984Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50832026-01-27T17:39:54.987Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20241fe80b29f79a -C extra-filename=-bc0991579cbbc1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50842026-01-27T17:39:56.831Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=f075f99ac7660e2c -C extra-filename=-9dc3bd2c95e207bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50852026-01-27T17:39:58.792Z 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=2e408bdd8d8ed1d2 -C extra-filename=-5a21c43a7014cc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-58dc712597729062.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50862026-01-27T17:40:13.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bbf89f087cf3465 -C extra-filename=-33c86afe1155f9a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50872026-01-27T17:40:14.711Z 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=14687710136538fb -C extra-filename=-659fe204a28e90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50882026-01-27T17:40:14.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34b176e2625c83c3 -C extra-filename=-13bb99fef43e49f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50892026-01-27T17:40:15.899Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ab7e2a5dee92b9d -C extra-filename=-ecba32065ff90e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50902026-01-27T17:40:21.113Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cddffe1f8e94b4b -C extra-filename=-34193cc94f6a1e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50912026-01-27T17:40:24.859Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5224ecf0bc7b313c -C extra-filename=-db4d3118fc508877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50922026-01-27T17:40:24.910Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38585cf3f5dc0b0c -C extra-filename=-46d53d42ab12567a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50932026-01-27T17:40:27.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee2cc5deccc3f3b5 -C extra-filename=-0d9d7e2c4623419e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50942026-01-27T17:40:31.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e2f9793f368706f -C extra-filename=-3c68895b8e18df16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50952026-01-27T17:40:31.760Z 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=56e6ea18d199e1ea -C extra-filename=-4a858854387e60c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5a5d20bc613e9689.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50962026-01-27T17:40:35.454Z 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=41596bd49d1543aa -C extra-filename=-6023a8ba2837c9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50972026-01-27T17:40:36.331Z 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=a2f8d4b9d3b8706b -C extra-filename=-c0605bcb33423d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50982026-01-27T17:40:39.239Z 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=578ba5c98eda5572 -C extra-filename=-1dd460b38d4edabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50992026-01-27T17:40:40.013Z 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=3c78b9958f4a9cb0 -C extra-filename=-84058ede60920ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51002026-01-27T17:40:42.269Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd7d5a6964fb4168 -C extra-filename=-c42e85b7f6c45857 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51012026-01-27T17:40:42.381Z 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=f8b4aaaa3cc8b0a7 -C extra-filename=-230b5f24dfe2ffa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b19dcdbcef295208.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51022026-01-27T17:40:43.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a3797b77335b790 -C extra-filename=-a6cdeb4d00dedcac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51032026-01-27T17:40:45.269Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47389ed85807e560 -C extra-filename=-e497dac587292677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51042026-01-27T17:40:46.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e99a5da400ac91be -C extra-filename=-367c98fdadf43d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51052026-01-27T17:40:46.126Z 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=d6b20129e9bcf328 -C extra-filename=-e817477a644ffbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51062026-01-27T17:40:48.980Z 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=a7bf797f515dbda8 -C extra-filename=-79277f7643063b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51072026-01-27T17:40:49.645Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b84852465d0519b -C extra-filename=-e7250d69ca600a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51082026-01-27T17:40:54.433Z 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=926c1ab10e1e9342 -C extra-filename=-fe874f88c8a3b4bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51092026-01-27T17:40:57.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=131bffbfd2baf5a4 -C extra-filename=-f39be76bde426c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51102026-01-27T17:41:03.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=400e2067f1018d76 -C extra-filename=-0c46e130b1c110c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51112026-01-27T17:41:11.676Z 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=c9e14a73a44cf8fc -C extra-filename=-30cc6b48bba8d53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51122026-01-27T17:41:21.826Z 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=95db78853c76393d -C extra-filename=-a14d1af2148b53e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51132026-01-27T17:42:30.671Z 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=9ee63f7cb599f747 -C extra-filename=-4e14eca82ce85b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51142026-01-27T17:42:34.628Z 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=07200fa4fec67370 -C extra-filename=-d406273f88bae19c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51152026-01-27T17:42:34.631Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=414be5ecddc01f82 -C extra-filename=-6adbf57eaa3d1c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51162026-01-27T17:42:47.759Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e59b599a20efcf74 -C extra-filename=-2c4e64545f885ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51172026-01-27T17:43:04.449Z 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=0d95cee6cbb76e65 -C extra-filename=-e27dd9bc07d25259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51182026-01-27T17:43:11.665Z 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=d799ce46d92cbd48 -C extra-filename=-7ea367b937804434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51192026-01-27T17:43:21.334Z 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=8f1aa5a2f4581073 -C extra-filename=-b287f23c14b29414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51202026-01-27T17:43:22.849Z 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=1cf972a96192827d -C extra-filename=-dceea440296d75d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5a5d20bc613e9689.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51212026-01-27T17:43:24.164Z 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=1ccba0262e0678dc -C extra-filename=-f75308b3cbce6910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51222026-01-27T17:43:27.163Z 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=0a237c5169f6b8d4 -C extra-filename=-309991af6b1812c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5a5d20bc613e9689.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51232026-01-27T17:43:30.484Z 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=4dc0414fae45d5af -C extra-filename=-3c726d60ed746c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51242026-01-27T17:43:40.447Z 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=3b672eaafbacad0e -C extra-filename=-c3b8ee1822cd04c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51252026-01-27T17:43:42.578Z 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=a5281b5414a391c8 -C extra-filename=-f1bece61311b281d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51262026-01-27T17:43:47.697Z 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=548eeb5373f85e81 -C extra-filename=-bf48d503125706a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51272026-01-27T17:43:59.664Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbdc38326a103ada -C extra-filename=-bfd23b86ff293b4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8b2c86f036732f87.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51282026-01-27T17:44:03.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ca0975479c0be32 -C extra-filename=-eb235bb273c0f733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51292026-01-27T17:44:07.524Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a689d70e2396bc4d -C extra-filename=-3f99131ad143130a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51302026-01-27T17:44:09.386Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6bc48bd5cc2bf38 -C extra-filename=-1187c3b6f9885a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51312026-01-27T17:44:12.235Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e11275124dbe71 -C extra-filename=-6d0414a28102ca25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51322026-01-27T17:44:13.903Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=4caeeed714b314d1 -C extra-filename=-734a9c544cfe9751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51332026-01-27T17:44:14.052Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=886dfec3a21fc76d -C extra-filename=-fb8a58ac7bf1dc5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51342026-01-27T17:44:18.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ba3680d7602fe0 -C extra-filename=-585977fa8d364307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51352026-01-27T17:44:19.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac40f5f0f4bb83ef -C extra-filename=-d7c4bfb1c474d234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51362026-01-27T17:44:22.629Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c8e2ce8dedd017d -C extra-filename=-fa8e3aa1a96f8834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51372026-01-27T17:44:22.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3f22b5c7a76b00e -C extra-filename=-49e2a3eb1e24dafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51382026-01-27T17:44:24.016Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa27736fbf0a91de -C extra-filename=-c7caab27a1150a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51392026-01-27T17:44:24.076Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e13298cba4c5146 -C extra-filename=-3e36641bbeb9ad84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51402026-01-27T17:44:26.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bfefaf5ad5846ff -C extra-filename=-91cd9661e27643cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51412026-01-27T17:44:26.623Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35053729ceb789ff -C extra-filename=-3a7a2ba426cf9724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51422026-01-27T17:44:28.052Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bb92538af75d619 -C extra-filename=-845c8213dd77bb82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51432026-01-27T17:44:28.271Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bcc236966bac8c0 -C extra-filename=-f90293a0ad92551d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51442026-01-27T17:44:30.777Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3690f5ced74a37ae -C extra-filename=-3308872b0d41f60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51452026-01-27T17:44:34.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dbbdc9bb26798ba -C extra-filename=-057afce56059e452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51462026-01-27T17:44:40.985Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f96001e71e1fdb18 -C extra-filename=-43b0c824a12db3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51472026-01-27T17:44:48.665Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=455f42b674b72297 -C extra-filename=-b8bc12cdd41fcb22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51482026-01-27T17:44:48.783Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14c4ddd273074ba7 -C extra-filename=-d2e0cb1dc4028a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51492026-01-27T17:44:52.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=856a10b78f01a548 -C extra-filename=-c005e48d036ac47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51502026-01-27T17:44:53.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6eee1b5422c2d50 -C extra-filename=-7a8f833b5c801f1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51512026-01-27T17:44:53.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d973b625c819a77b -C extra-filename=-5f1b830d933c05ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
51522026-01-27T17:44:56.936Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e5bf8e224a4ae42 -C extra-filename=-3b076ffa97798ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51532026-01-27T17:44:59.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=145501c4ddbc9ede -C extra-filename=-ebfe5611515e38aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51542026-01-27T17:45:00.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6952524a824dde8 -C extra-filename=-ae6506a843940f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
51552026-01-27T17:45:02.297Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bce4389e8afbb158 -C extra-filename=-a67907b8c3fb9b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51562026-01-27T17:45:04.083Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1293516ebbd626a0 -C extra-filename=-54858a3f65465fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51572026-01-27T17:45:05.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3439451afcf2b741 -C extra-filename=-6bbaeba389b70a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51582026-01-27T17:45:10.594Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24833d29867daf20 -C extra-filename=-54aa66ed33c5de95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51592026-01-27T17:45:14.175Z 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=b4b545d0dc8d94ec -C extra-filename=-bc3cb4c913317822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51602026-01-27T17:45:17.925Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edd5080922fcc33a -C extra-filename=-28a7fe0d350708ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51612026-01-27T17:45:19.585Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=848341e728f7b9ec -C extra-filename=-61454e98da897343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51622026-01-27T17:45:22.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dbe367b3831ed42 -C extra-filename=-9eb570c408a74dde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51632026-01-27T17:45:33.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f26b11e9a128f5 -C extra-filename=-5dffa5e54821b0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51642026-01-27T17:45:37.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8a729bdcfcb7042 -C extra-filename=-2b11921ceafa9d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51652026-01-27T17:45:42.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf642e2847e2461 -C extra-filename=-c0f222bb969452bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51662026-01-27T17:45:45.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61f6416720ff68d4 -C extra-filename=-31d853d0de642ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51672026-01-27T17:45:48.853Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e8e0b7ffe066e41 -C extra-filename=-b1a4df4242975268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51682026-01-27T17:45:54.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3969e5a294d4bbe7 -C extra-filename=-35db6da67abc86a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51692026-01-27T17:45:55.708Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0211055dd5306c95 -C extra-filename=-c0d9c4a9ca6461e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51702026-01-27T17:46:00.689Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08f658ddb3d9d5bb -C extra-filename=-6a1f74de8bf0bf91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51712026-01-27T17:46:04.670Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32c5ba210fc47dee -C extra-filename=-cb408fafa323ae7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51722026-01-27T17:46:04.819Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d91be93bbd4c7476 -C extra-filename=-56df06f6d26b4710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51732026-01-27T17:46:07.939Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51742026-01-27T17:46:07.943Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=597f5d15e09126dc -C extra-filename=-8351a62657194142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51752026-01-27T17:46:08.632Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7f2c7b95dad540 -C extra-filename=-67722c5834607211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51762026-01-27T17:46:10.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56f1c7e5c501a3e2 -C extra-filename=-9383eb4e34c6e559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51772026-01-27T17:46:11.195Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=36334f59b0831060 -C extra-filename=-bdfaeac9313d62e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51782026-01-27T17:46:11.650Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2f774b525e598f3b -C extra-filename=-bf4d57f3118c8938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51792026-01-27T17:46:12.542Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=54b5776aa61b0f8c -C extra-filename=-8a1ca35cbcaa6fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51802026-01-27T17:46:12.740Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51812026-01-27T17:46:12.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=314615ac6d518c18 -C extra-filename=-0f6896c5ff63765a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51822026-01-27T17:46:16.163Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40f6e7ab55ab8b84 -C extra-filename=-69bab6c7943f4caa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51832026-01-27T17:46:16.793Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cec0109798a58d3 -C extra-filename=-1be7a644a00323ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51842026-01-27T17:46:38.711Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
51852026-01-27T17:46:38.711Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f35dd22ddf0fee9 -C extra-filename=-57ce258977d6dcb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51862026-01-27T17:46:39.688Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f1504a4e3728c37 -C extra-filename=-c2bc6a58224a30b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51872026-01-27T17:46:48.331Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb0bec95f8d7a6c5 -C extra-filename=-1210e6ed9f8c7239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
51882026-01-27T17:46:50.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c682507b59c0653b -C extra-filename=-9ce12442ca694730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51892026-01-27T17:46:52.262Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb87aba5e179c356 -C extra-filename=-5a3eabf6893f6b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51902026-01-27T17:46:55.280Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5736394055f175a6 -C extra-filename=-ca59f4d7715735d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51912026-01-27T17:47:41.860Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fb392726b42d66d -C extra-filename=-322b44b39630fc3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51922026-01-27T17:47:41.942Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df35a1bd20dabe4c -C extra-filename=-b2a4a75d761ff28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51932026-01-27T17:47:42.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435594494df0bda6 -C extra-filename=-503b726dacc82352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51942026-01-27T17:47:44.287Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e13a860c8dab9c26 -C extra-filename=-ad707d0946f577ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51952026-01-27T17:47:51.963Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=47098359ba73ec43 -C extra-filename=-f9a88e7fc7f1509e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51962026-01-27T17:47:59.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fcb1a22dc7f0c7a -C extra-filename=-82449dd3ed91f5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51972026-01-27T17:48:27.788Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=707c0bd247e2efc1 -C extra-filename=-1b12e636bc8623c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51982026-01-27T17:48:31.687Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41ab820a711ce0fd -C extra-filename=-f2a2c391529fb0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51992026-01-27T17:48:31.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6efe67701482df6 -C extra-filename=-87c037c0bf9b8f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52002026-01-27T17:48:36.596Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab44b838bb0dee2c -C extra-filename=-729790c51b5adf12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52012026-01-27T17:48:37.132Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52022026-01-27T17:48:37.145Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bb6ec67cce27370 -C extra-filename=-212c8aabe53b7978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52032026-01-27T17:48:47.924Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7305e3936fdf9ded -C extra-filename=-9ed2ff0e4dde1634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52042026-01-27T17:48:56.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf23db7198ef2505 -C extra-filename=-eb32ef9725f14ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52052026-01-27T17:48:58.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=e3cdc5d27a39bd22 -C extra-filename=-6983844640631b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52062026-01-27T17:49:00.507Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4ffe54d9c5096811 -C extra-filename=-110cd3cfa50c2de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52072026-01-27T17:49:02.210Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60306053689c25c4 -C extra-filename=-907e8fca87b3fec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52082026-01-27T17:49:03.797Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dac5e2bf8efed3a7 -C extra-filename=-558cf7f7ba2f9f78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52092026-01-27T17:49:04.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bd768a6f005744f -C extra-filename=-4d149427107ec5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52102026-01-27T17:49:07.353Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e6811cf7c4ffaf2 -C extra-filename=-03e5209cd0d5260e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52112026-01-27T17:49:07.772Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c66b6a1ae5c0cf2 -C extra-filename=-77c831eaaa02703b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52122026-01-27T17:49:08.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=068ed7734b7b6d8d -C extra-filename=-d17926cf30a5683c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52132026-01-27T17:49:16.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=bc322c5cfb774f42 -C extra-filename=-be96cb3345e1b517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52142026-01-27T17:49:18.768Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9f00e8ac78782c4 -C extra-filename=-798b0dd7fb853d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52152026-01-27T17:49:24.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59db5d2ea6b2b5bb -C extra-filename=-b8ca7973d0f03ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52162026-01-27T17:49:25.987Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52172026-01-27T17:49:26.068Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9053021bf7ba44b -C extra-filename=-6baf88cfa2947d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52182026-01-27T17:49:27.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f39a920bdee9c93f -C extra-filename=-906ea8d4d6f9d97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52192026-01-27T17:49:28.338Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b4194568e72cf8d -C extra-filename=-ab1d92e573badc9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52202026-01-27T17:49:29.022Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=de3b09e5942f0cc1 -C extra-filename=-f503e9d70a020cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52212026-01-27T17:49:31.547Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd366455802bbfbd -C extra-filename=-404a4751c950bd92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52222026-01-27T17:49:36.919Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67d6fab6c8b8e36d -C extra-filename=-fad8c8063dc47665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52232026-01-27T17:49:40.793Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=814cd7eff0a4ff2f -C extra-filename=-54ea15d470f8b336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52242026-01-27T17:49:42.897Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8e838c0b62509427 -C extra-filename=-fe8da8c672a8983b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52252026-01-27T17:49:43.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b57047391ed3140 -C extra-filename=-100bd69c35d9ada9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52262026-01-27T17:49:52.321Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e517302e8ff1aa6e -C extra-filename=-f2503f984ab359f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52272026-01-27T17:49:52.760Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a942782a1bc77eb6 -C extra-filename=-d840eb45be2e97a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52282026-01-27T17:49:55.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8065ad57628638d -C extra-filename=-a677d558acfb418c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52292026-01-27T17:50:00.898Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01bbb5b120adc911 -C extra-filename=-0aae6c0296c98b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52302026-01-27T17:50:04.429Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee1fdaca1f731ba -C extra-filename=-bcea085e5aa1e2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52312026-01-27T17:50:06.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ddb337fe2f2f360 -C extra-filename=-f15a343b2f44345b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52322026-01-27T17:50:14.127Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b2c37f6941c9f1a -C extra-filename=-9cad12abca5de156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52332026-01-27T17:50:16.389Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=692499642ea24204 -C extra-filename=-b8d56dd6efd55b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52342026-01-27T17:50:18.175Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=ef29d0d59e098c97 -C extra-filename=-49af1b18f11faf73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
52352026-01-27T17:50:20.409Z 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=083199f2746f2b2b -C extra-filename=-a81e8ab9c5cb2ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52362026-01-27T17:50:23.815Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbec2c071f347246 -C extra-filename=-7fe121d20a9428b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52372026-01-27T17:50:26.747Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e28a16aff6c14d91 -C extra-filename=-6bb0e3c7bb927c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52382026-01-27T17:50:36.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d5f0321d321121d -C extra-filename=-63bb9837fde5e8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52392026-01-27T17:50:38.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4717b43124513c7c -C extra-filename=-1da99a89f6ba07aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52402026-01-27T17:50:40.363Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52412026-01-27T17:50:40.406Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab552a7f591d671 -C extra-filename=-f3a22aa327294126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52422026-01-27T17:50:41.662Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76e3e51dc58f200d -C extra-filename=-6eeaa6d1fbb96809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52432026-01-27T17:50:42.835Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4262091593fa79b -C extra-filename=-61f3d77d4dc22a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52442026-01-27T17:50:43.682Z 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=0f0694c5729ed382 -C extra-filename=-511c1e5808d39dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52452026-01-27T17:50:46.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f070d5e211a37d5 -C extra-filename=-3703f278dca47724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52462026-01-27T17:50:49.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e91339b6ad0bc59f -C extra-filename=-12f636bd2abed63c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52472026-01-27T17:50:50.782Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=928caec886e53270 -C extra-filename=-cf38455cdcf4d430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52482026-01-27T17:50:53.352Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d272a9629fc87db -C extra-filename=-96fda9a33c1a1cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52492026-01-27T17:50:55.901Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fba1cb71c9051f3d -C extra-filename=-6e251d84160af118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52502026-01-27T17:50:59.035Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63314bb972ee92a4 -C extra-filename=-2255fa68758657cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52512026-01-27T17:51:00.207Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1642058587a7805e -C extra-filename=-def4d3479e372781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52522026-01-27T17:51:00.305Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f46d04a8868a5a1e -C extra-filename=-94d0dde6c3b8d681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52532026-01-27T17:51:02.725Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=021eb5a4f4713d7b -C extra-filename=-ac30127ea71ddcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52542026-01-27T17:51:02.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecf0eb1e11aa5c85 -C extra-filename=-2b87f725f2b1441a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52552026-01-27T17:51:05.508Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea0a39faeee412aa -C extra-filename=-48df2bf2b8efd11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52562026-01-27T17:51:07.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=545337c8edd59914 -C extra-filename=-bd11a6132279657b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52572026-01-27T17:51:12.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=6ada62241f1a03d2 -C extra-filename=-84b057b43382f609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52582026-01-27T17:51:16.228Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3eb8fac59ea7a94 -C extra-filename=-5906e44e15e2bcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52592026-01-27T17:51:19.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bfcf173250aa86e -C extra-filename=-c2913a199ed52f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52602026-01-27T17:51:19.806Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=460ec76fefd956ba -C extra-filename=-6ff4970b3b797b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52612026-01-27T17:51:22.432Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52622026-01-27T17:51:22.439Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=130dfdac6b7db6e2 -C extra-filename=-1574290df7637b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52632026-01-27T17:51:24.033Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5faa5702ac0ea14d -C extra-filename=-4b5a3d16dc661b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52642026-01-27T17:51:25.287Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e44e30c4f6463f02 -C extra-filename=-d9e28e6cb757f74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52652026-01-27T17:51:25.854Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16c31df296cecff7 -C extra-filename=-ba270ff9a3347244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52662026-01-27T17:51:25.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=3593cef713417b74 -C extra-filename=-d24544d5b38bdf5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52672026-01-27T17:51:27.594Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7adfc94298c1569 -C extra-filename=-264e44b5ecc21bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52682026-01-27T17:51:29.720Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=dd59ce7a8a3503eb -C extra-filename=-3442bcf0a1bdf2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52692026-01-27T17:51:29.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa4c168caaf62d3 -C extra-filename=-3775a7b8e1852e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52702026-01-27T17:51:33.186Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd65d20cd7214291 -C extra-filename=-b39d4bba7d8829af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52712026-01-27T17:51:35.807Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54ee94cce1d0be43 -C extra-filename=-891d33df42b3841f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52722026-01-27T17:51:36.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f84297552d84155 -C extra-filename=-af1e6fbeb538424c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52732026-01-27T17:51:38.201Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11b64b1ea16ee4bc -C extra-filename=-cda894a041558740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52742026-01-27T17:51:38.465Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feed61a40676d19b -C extra-filename=-b3f58bb06cff50d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52752026-01-27T17:51:40.338Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89a19f31075c294d -C extra-filename=-3fcba64d3cdf65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52762026-01-27T17:51:42.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a7e8bed3a7e846 -C extra-filename=-eda6b222638b0a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52772026-01-27T17:51:44.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34dfb921aa79b076 -C extra-filename=-eb796526fb4690b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52782026-01-27T17:51:44.875Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a476c42a1d9f7ca4 -C extra-filename=-5f98b7ad5354052e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52792026-01-27T17:51:45.224Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81539bcabd912e85 -C extra-filename=-e269bcb42ffd7272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52802026-01-27T17:51:45.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=443667efc92978db -C extra-filename=-8f5aa0be32fac313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52812026-01-27T17:51:46.441Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ee33951a5278cc -C extra-filename=-ed877af173f78b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52822026-01-27T17:51:48.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a77f35a05a180433 -C extra-filename=-9196aa79adf7002e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52832026-01-27T17:51:48.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa93200f263511c2 -C extra-filename=-fad43a5db2ed117b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52842026-01-27T17:51:48.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=876ffa02538b018c -C extra-filename=-bba64e0406a2eba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52852026-01-27T17:51:50.961Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ba2a7e40abe498d -C extra-filename=-6f50dbe47915621c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52862026-01-27T17:51:51.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24885269ef8f52ae -C extra-filename=-aef9dead1fb4c0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52872026-01-27T17:51:51.581Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca5104a15fa9ead -C extra-filename=-dbb0b61e60af0fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52882026-01-27T17:51:53.229Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28ba1111e122501 -C extra-filename=-ac4bfeed19656a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52892026-01-27T17:51:53.539Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9743fed83e09f58c -C extra-filename=-72d24e39aab66847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52902026-01-27T17:51:54.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7688d7b78d383c0 -C extra-filename=-f0f92f7ec4f07d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52912026-01-27T17:51:55.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c30c17fe65189f3 -C extra-filename=-af644c4a3217f409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52922026-01-27T17:51:55.538Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9f5de049e2f4ed -C extra-filename=-a969ce93f676a4f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
52932026-01-27T17:51:56.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c064de8e9fc9883 -C extra-filename=-8637e27ead9d60b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52942026-01-27T17:51:59.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ad76d03e1884f15 -C extra-filename=-2cbfecffb4952c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52952026-01-27T17:52:00.119Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c92d9ddfa1c565c -C extra-filename=-8171f0511b334261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52962026-01-27T17:52:01.784Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc6f39237b5bc976 -C extra-filename=-6fe52a96de24389a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52972026-01-27T17:52:02.472Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=33e05c9a29497d10 -C extra-filename=-b7781482caa6df4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52982026-01-27T17:52:02.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f881df9aaa39802b -C extra-filename=-72bce9246b9f56cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52992026-01-27T17:52:04.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f7614daebac4123 -C extra-filename=-2f495019affd05e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53002026-01-27T17:52:05.374Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=303b71bdc1b4d607 -C extra-filename=-9d0575bb5ad40d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53012026-01-27T17:52:06.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b99f3e3b9022dc4 -C extra-filename=-022d65ec5662a026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53022026-01-27T17:52:07.716Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28657bd46a6cfafa -C extra-filename=-af86ca06cec6e7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53032026-01-27T17:52:08.119Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4eba4b3acdb7b1a -C extra-filename=-145d0bea6cb4cca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53042026-01-27T17:52:08.247Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=5a74dc4e250b6899 -C extra-filename=-a4f8563003251fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53052026-01-27T17:52:08.639Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92de9cedef90d30c -C extra-filename=-2c3b56a1a44449d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53062026-01-27T17:52:10.007Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f42155831ce52d7d -C extra-filename=-90526447465c2a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53072026-01-27T17:52:10.117Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04c9c89f8b029bf9 -C extra-filename=-f7c44644e41dd674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53082026-01-27T17:52:10.779Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86cb99775139d363 -C extra-filename=-0a17d333d160d3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53092026-01-27T17:52:10.839Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1852b973bf72d4ca -C extra-filename=-215f6c576b835d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53102026-01-27T17:52:11.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6b449e61a324579 -C extra-filename=-b23da46dcca4dfe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53112026-01-27T17:52:12.026Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3f18fffe080edb -C extra-filename=-007e095059ca811b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53122026-01-27T17:52:12.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bb81f2f89f51ddf -C extra-filename=-259ab9ade014957b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53132026-01-27T17:52:13.446Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e20ddb74d02442b -C extra-filename=-d65965186eb13255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53142026-01-27T17:52:13.988Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42440ccc8069f574 -C extra-filename=-8e3b1b5331d09677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53152026-01-27T17:52:14.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e5b259004fdc93 -C extra-filename=-3af6ec3140ba417c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53162026-01-27T17:52:15.654Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d379fea053b5b93 -C extra-filename=-0115db31fbbd2bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53172026-01-27T17:52:15.952Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=754101b76684443d -C extra-filename=-4fb1bb118a48898a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53182026-01-27T17:52:16.798Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78f5a4f290e3ddc9 -C extra-filename=-c411c2bc9df90c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53192026-01-27T17:52:16.896Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b55021ace3d0740 -C extra-filename=-e2851b2bd346cd5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53202026-01-27T17:52:17.523Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04382b36f1a57dd9 -C extra-filename=-8da3124294ffc58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53212026-01-27T17:52:17.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a430f6a895523402 -C extra-filename=-52d4696b13441e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53222026-01-27T17:52:17.752Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e0d427dc8cee2f -C extra-filename=-c838d35dac64d76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53232026-01-27T17:52:18.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=404b05db45947dfe -C extra-filename=-40b2a061f08daed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53242026-01-27T17:52:18.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4848a1cb3d0fe64 -C extra-filename=-257a3126a15c627f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53252026-01-27T17:52:19.245Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ecca47ff07aae784 -C extra-filename=-d3728b6314a720e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53262026-01-27T17:52:19.292Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2f45942a1e71706 -C extra-filename=-f64d32e4206d1cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53272026-01-27T17:52:19.567Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b158121a91c1024 -C extra-filename=-ff41dec76252e25f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53282026-01-27T17:52:19.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=46ced0e398ae78c1 -C extra-filename=-dc55039acaa13900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53292026-01-27T17:52:20.160Z 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`
53302026-01-27T17:53:28.253Z 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=19e849f2916dc85e -C extra-filename=-14e28066128f01cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53312026-01-27T17:53:28.287Z 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=2e0338d2f7515af2 -C extra-filename=-25b6c1e6f89078bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53322026-01-27T17:53:28.314Z 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=5a9ee327f96c2124 -C extra-filename=-f4382c63cb9825a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53332026-01-27T17:53:28.339Z 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=5cf98aff99296167 -C extra-filename=-73f80aa226ea9097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53342026-01-27T17:53:28.339Z 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=535f8578a82274d5 -C extra-filename=-f460637710368fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53352026-01-27T17:53:28.388Z 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=cfa67d809c3b8a2f -C extra-filename=-bd7de2ab77e498e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53362026-01-27T17:53:28.391Z 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=70a69ed6904aa70d -C extra-filename=-2aa0e4d4ac790473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53372026-01-27T17:53:28.442Z 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=1a96fe69c60b2283 -C extra-filename=-1d3c36544ea60ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53382026-01-27T18:15:11.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43m 53s
53392026-01-27T18:15:38.748Z
53402026-01-27T18:15:38.753Zreal 44:20.799160616
53412026-01-27T18:15:38.753Zuser 2:22:23.248949126
53422026-01-27T18:15:38.753Zsys 25:41.260522211
53432026-01-27T18:15:38.753Ztrap 13.915381564
53442026-01-27T18:15:38.753Ztflt 8.370415560
53452026-01-27T18:15:38.753Zdflt 1:19:14.340587025
53462026-01-27T18:15:38.753Zkflt 2.037946325
53472026-01-27T18:15:38.753Zlock 11:36:20.006236420
53482026-01-27T18:15:38.753Zslp 20:43:33.114909726
53492026-01-27T18:15:38.753Zlat 12:38.280534319
53502026-01-27T18:15:38.753Zstop 18:24.133761059
53512026-01-27T18:15:39.762Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
53522026-01-27T18:15:45.907Z Fresh unicode-ident v1.0.19
53532026-01-27T18:15:45.910Z Fresh cfg-if v1.0.4
53542026-01-27T18:15:45.914Z Fresh autocfg v1.4.0
53552026-01-27T18:15:45.914Z Fresh memchr v2.7.4
53562026-01-27T18:15:45.914Z Fresh proc-macro2 v1.0.101
53572026-01-27T18:15:45.914Z Fresh value-bag v1.12.0
53582026-01-27T18:15:45.914Z Fresh smallvec v1.15.1
53592026-01-27T18:15:45.914Z Fresh version_check v0.9.5
53602026-01-27T18:15:45.914Z Fresh itoa v1.0.11
53612026-01-27T18:15:45.917Z Fresh quote v1.0.40
53622026-01-27T18:15:45.917Z Fresh libc v0.2.180
53632026-01-27T18:15:45.917Z Fresh serde_core v1.0.228
53642026-01-27T18:15:45.917Z Fresh log v0.4.29
53652026-01-27T18:15:45.917Z Fresh scopeguard v1.2.0
53662026-01-27T18:15:45.922Z Fresh syn v2.0.111
53672026-01-27T18:15:45.922Z Fresh getrandom v0.2.15
53682026-01-27T18:15:45.926Z Fresh stable_deref_trait v1.2.0
53692026-01-27T18:15:45.926Z Fresh serde_derive v1.0.228
53702026-01-27T18:15:45.926Z Fresh lock_api v0.4.12
53712026-01-27T18:15:45.926Z Fresh libm v0.2.8
53722026-01-27T18:15:45.926Z Fresh zeroize_derive v1.4.2
53732026-01-27T18:15:45.927Z Fresh synstructure v0.13.1
53742026-01-27T18:15:45.927Z Fresh serde v1.0.228
53752026-01-27T18:15:45.927Z Fresh num-traits v0.2.19
53762026-01-27T18:15:45.927Z Fresh zmij v1.0.15
53772026-01-27T18:15:45.927Z Fresh zeroize v1.8.1
53782026-01-27T18:15:45.927Z Fresh critical-section v1.1.3
53792026-01-27T18:15:45.927Z Fresh zerofrom-derive v0.1.4
53802026-01-27T18:15:45.930Z Fresh bitflags v2.9.4
53812026-01-27T18:15:45.930Z Fresh bytes v1.10.1
53822026-01-27T18:15:45.930Z Fresh serde_json v1.0.149
53832026-01-27T18:15:45.930Z Fresh portable-atomic v1.11.0
53842026-01-27T18:15:45.930Z Fresh zerofrom v0.1.4
53852026-01-27T18:15:45.930Z Fresh yoke-derive v0.7.4
53862026-01-27T18:15:45.930Z Fresh zerovec-derive v0.10.3
53872026-01-27T18:15:45.930Z Fresh getrandom v0.3.4
53882026-01-27T18:15:45.930Z Fresh once_cell v1.21.3
53892026-01-27T18:15:45.930Z Fresh yoke v0.7.4
53902026-01-27T18:15:45.930Z Fresh displaydoc v0.2.5
53912026-01-27T18:15:45.930Z Fresh percent-encoding v2.3.2
53922026-01-27T18:15:45.930Z Fresh litemap v0.7.3
53932026-01-27T18:15:45.930Z Fresh writeable v0.5.5
53942026-01-27T18:15:45.934Z Fresh icu_provider_macros v1.5.0
53952026-01-27T18:15:45.934Z Fresh zerovec v0.10.4
53962026-01-27T18:15:45.934Z Fresh allocator-api2 v0.2.21
53972026-01-27T18:15:45.934Z Fresh icu_locid_transform_data v1.5.0
53982026-01-27T18:15:45.934Z Fresh semver v1.0.27
53992026-01-27T18:15:45.934Z Fresh errno v0.3.12
54002026-01-27T18:15:45.934Z Fresh icu_properties_data v1.5.0
54012026-01-27T18:15:45.934Z Fresh rand_core v0.6.4
54022026-01-27T18:15:45.934Z Fresh icu_normalizer_data v1.5.0
54032026-01-27T18:15:45.934Z Fresh tinystr v0.7.6
54042026-01-27T18:15:45.934Z Fresh icu_collections v1.5.0
54052026-01-27T18:15:45.934Z Fresh utf8_iter v1.0.4
54062026-01-27T18:15:45.934Z Fresh write16 v1.0.0
54072026-01-27T18:15:45.934Z Fresh pin-project-lite v0.2.14
54082026-01-27T18:15:45.934Z Fresh utf16_iter v1.0.5
54092026-01-27T18:15:45.938Z Fresh form_urlencoded v1.2.2
54102026-01-27T18:15:45.938Z Fresh shlex v1.3.0
54112026-01-27T18:15:45.938Z Fresh icu_locid v1.5.0
54122026-01-27T18:15:45.938Z Fresh byteorder v1.5.0
54132026-01-27T18:15:45.938Z Fresh regex-syntax v0.8.5
54142026-01-27T18:15:45.938Z Fresh equivalent v1.0.2
54152026-01-27T18:15:45.938Z Fresh jobserver v0.1.32
54162026-01-27T18:15:45.938Z Fresh heck v0.5.0
54172026-01-27T18:15:45.938Z Fresh subtle v2.6.1
54182026-01-27T18:15:45.942Z Fresh icu_provider v1.5.0
54192026-01-27T18:15:45.942Z Fresh cc v1.2.30
54202026-01-27T18:15:45.942Z Fresh signal-hook-registry v1.4.2
54212026-01-27T18:15:45.942Z Fresh aho-corasick v1.1.3
54222026-01-27T18:15:45.945Z Fresh icu_locid_transform v1.5.0
54232026-01-27T18:15:45.945Z Fresh parking_lot_core v0.9.10
54242026-01-27T18:15:45.945Z Fresh regex-automata v0.4.11
54252026-01-27T18:15:45.945Z Fresh fnv v1.0.7
54262026-01-27T18:15:45.945Z Fresh mio v1.0.2
54272026-01-27T18:15:45.945Z Fresh icu_properties v1.5.1
54282026-01-27T18:15:45.945Z Fresh parking_lot v0.12.3
54292026-01-27T18:15:45.945Z Fresh rustix v0.38.37
54302026-01-27T18:15:45.945Z Fresh typenum v1.17.0
54312026-01-27T18:15:45.945Z Fresh futures-core v0.3.31
54322026-01-27T18:15:45.945Z Fresh thiserror-impl v2.0.17
54332026-01-27T18:15:45.945Z Fresh iana-time-zone v0.1.63
54342026-01-27T18:15:45.945Z Fresh icu_normalizer v1.5.0
54352026-01-27T18:15:45.945Z Fresh generic-array v0.14.7
54362026-01-27T18:15:45.945Z Fresh chrono v0.4.42
54372026-01-27T18:15:45.948Z Fresh hashbrown v0.16.1
54382026-01-27T18:15:45.948Z Fresh regex v1.11.3
54392026-01-27T18:15:45.948Z Fresh tokio-macros v2.6.0
54402026-01-27T18:15:45.948Z Fresh socket2 v0.6.1
54412026-01-27T18:15:45.949Z Fresh idna_adapter v1.2.0
54422026-01-27T18:15:45.949Z Fresh crypto-common v0.1.6
54432026-01-27T18:15:45.949Z Fresh thiserror v2.0.17
54442026-01-27T18:15:45.949Z Fresh either v1.15.0
54452026-01-27T18:15:45.949Z Fresh tokio v1.48.0
54462026-01-27T18:15:45.949Z Fresh indexmap v2.12.1
54472026-01-27T18:15:45.949Z Fresh uuid v1.19.0
54482026-01-27T18:15:45.949Z Fresh spin v0.9.8
54492026-01-27T18:15:45.952Z Fresh idna v1.0.3
54502026-01-27T18:15:45.952Z Fresh zerocopy-derive v0.7.35
54512026-01-27T18:15:45.952Z Fresh thiserror-impl v1.0.69
54522026-01-27T18:15:45.952Z Fresh const-oid v0.9.6
54532026-01-27T18:15:45.952Z Fresh serde_derive_internals v0.29.1
54542026-01-27T18:15:45.952Z Fresh dyn-clone v1.0.20
54552026-01-27T18:15:45.952Z Fresh futures-io v0.3.31
54562026-01-27T18:15:45.952Z Fresh url v2.5.4
54572026-01-27T18:15:45.952Z Fresh zerocopy v0.7.35
54582026-01-27T18:15:45.952Z Fresh schemars_derive v0.8.22
54592026-01-27T18:15:45.952Z Fresh lazy_static v1.5.0
54602026-01-27T18:15:45.955Z Fresh thiserror v1.0.69
54612026-01-27T18:15:45.955Z Fresh block-buffer v0.10.4
54622026-01-27T18:15:45.955Z Fresh pkg-config v0.3.31
54632026-01-27T18:15:45.955Z Fresh strsim v0.11.1
54642026-01-27T18:15:45.958Z Fresh schemars v0.8.22
54652026-01-27T18:15:45.958Z Fresh slab v0.4.9
54662026-01-27T18:15:45.961Z Fresh rustversion v1.0.22
54672026-01-27T18:15:45.961Z Fresh digest v0.10.7
54682026-01-27T18:15:45.961Z Fresh pin-utils v0.1.0
54692026-01-27T18:15:45.961Z Fresh cpufeatures v0.2.14
54702026-01-27T18:15:45.961Z Fresh futures-sink v0.3.31
54712026-01-27T18:15:45.961Z Fresh syn v1.0.109
54722026-01-27T18:15:45.961Z Fresh futures-channel v0.3.31
54732026-01-27T18:15:45.961Z Fresh futures-macro v0.3.31
54742026-01-27T18:15:45.961Z Fresh futures-task v0.3.31
54752026-01-27T18:15:45.961Z Fresh foldhash v0.1.5
54762026-01-27T18:15:45.961Z Fresh ppv-lite86 v0.2.20
54772026-01-27T18:15:45.961Z Fresh adler2 v2.0.0
54782026-01-27T18:15:45.961Z Fresh tracing-core v0.1.32
54792026-01-27T18:15:45.964Z Fresh futures-util v0.3.31
54802026-01-27T18:15:45.964Z Fresh hashbrown v0.15.4
54812026-01-27T18:15:45.964Z Fresh miniz_oxide v0.8.5
54822026-01-27T18:15:45.964Z Fresh tracing-attributes v0.1.27
54832026-01-27T18:15:45.964Z Fresh glob v0.3.2
54842026-01-27T18:15:45.964Z Fresh gimli v0.31.1
54852026-01-27T18:15:45.964Z Fresh http v1.4.0
54862026-01-27T18:15:45.964Z Fresh object v0.36.5
54872026-01-27T18:15:45.964Z Fresh tracing v0.1.40
54882026-01-27T18:15:45.964Z Fresh addr2line v0.24.2
54892026-01-27T18:15:45.965Z Fresh rustc-demangle v0.1.24
54902026-01-27T18:15:45.968Z Fresh minimal-lexical v0.2.1
54912026-01-27T18:15:45.971Z Fresh backtrace v0.3.74
54922026-01-27T18:15:45.971Z Fresh nom v7.1.3
54932026-01-27T18:15:45.971Z Fresh serde_tokenstream v0.2.2
54942026-01-27T18:15:45.971Z Fresh libloading v0.8.5
54952026-01-27T18:15:45.974Z Fresh paste v1.0.15
54962026-01-27T18:15:45.974Z Fresh crossbeam-utils v0.8.21
54972026-01-27T18:15:45.974Z Fresh prettyplease v0.2.36
54982026-01-27T18:15:45.974Z Fresh clang-sys v1.8.1
54992026-01-27T18:15:45.974Z Fresh cexpr v0.6.0
55002026-01-27T18:15:45.974Z Fresh num-conv v0.1.0
55012026-01-27T18:15:45.974Z Fresh home v0.5.9
55022026-01-27T18:15:45.974Z Fresh base64 v0.22.1
55032026-01-27T18:15:45.978Z Fresh powerfmt v0.2.0
55042026-01-27T18:15:45.978Z Fresh time-core v0.1.6
55052026-01-27T18:15:45.978Z Fresh block-padding v0.3.3
55062026-01-27T18:15:45.978Z Fresh base64ct v1.6.0
55072026-01-27T18:15:45.978Z Fresh utf8parse v0.2.2
55082026-01-27T18:15:45.978Z Fresh deranged v0.5.3
55092026-01-27T18:15:45.978Z Fresh time-macros v0.2.24
55102026-01-27T18:15:45.978Z Fresh anyhow v1.0.99
55112026-01-27T18:15:45.978Z Fresh vcpkg v0.2.15
55122026-01-27T18:15:45.978Z Fresh num_threads v0.1.7
55132026-01-27T18:15:45.978Z Fresh inout v0.1.3
55142026-01-27T18:15:45.981Z Fresh ipnet v2.11.0
55152026-01-27T18:15:45.981Z Fresh time v0.3.43
55162026-01-27T18:15:45.981Z Fresh cipher v0.4.4
55172026-01-27T18:15:45.981Z Fresh itertools v0.12.1
55182026-01-27T18:15:45.981Z Fresh zerocopy-derive v0.8.27
55192026-01-27T18:15:45.984Z Fresh which v4.4.2
55202026-01-27T18:15:45.984Z Fresh tokio-util v0.7.15
55212026-01-27T18:15:45.987Z Fresh rustc-hash v1.1.0
55222026-01-27T18:15:45.987Z Fresh anstyle v1.0.11
55232026-01-27T18:15:45.987Z Fresh lazycell v1.3.0
55242026-01-27T18:15:45.987Z Fresh ident_case v1.0.1
55252026-01-27T18:15:45.987Z Fresh atomic-waker v1.1.2
55262026-01-27T18:15:45.990Z Fresh zerocopy v0.8.27
55272026-01-27T18:15:45.990Z Fresh bindgen v0.69.5
55282026-01-27T18:15:45.990Z Fresh sha2 v0.10.9
55292026-01-27T18:15:45.990Z Fresh cmake v0.1.51
55302026-01-27T18:15:45.990Z Fresh fs_extra v1.3.0
55312026-01-27T18:15:45.990Z Fresh untrusted v0.9.0
55322026-01-27T18:15:45.990Z Fresh dunce v1.0.5
55332026-01-27T18:15:45.990Z Fresh fastrand v2.1.1
55342026-01-27T18:15:45.993Z Fresh ring v0.17.14
55352026-01-27T18:15:45.993Z Fresh httparse v1.9.5
55362026-01-27T18:15:45.993Z Fresh anstyle-parse v0.2.5
55372026-01-27T18:15:45.993Z Fresh pem-rfc7468 v0.7.0
55382026-01-27T18:15:45.993Z Fresh hmac v0.12.1
55392026-01-27T18:15:45.993Z Fresh anstyle-query v1.1.1
55402026-01-27T18:15:45.993Z Fresh is_terminal_polyfill v1.70.1
55412026-01-27T18:15:45.997Z Fresh colorchoice v1.0.2
55422026-01-27T18:15:45.997Z Fresh rand_chacha v0.3.1
55432026-01-27T18:15:45.997Z Fresh ryu v1.0.18
55442026-01-27T18:15:45.997Z Fresh terminal_size v0.4.0
55452026-01-27T18:15:45.997Z Fresh der_derive v0.7.3
55462026-01-27T18:15:45.997Z Fresh unicode-segmentation v1.12.0
55472026-01-27T18:15:45.997Z Fresh anstream v0.6.18
55482026-01-27T18:15:45.997Z Fresh rand v0.8.5
55492026-01-27T18:15:45.997Z Fresh flagset v0.4.6
55502026-01-27T18:15:45.997Z Fresh rustls-pki-types v1.10.0
55512026-01-27T18:15:46.002Z Fresh http-body v1.0.1
55522026-01-27T18:15:46.002Z Fresh clap_lex v0.7.4
55532026-01-27T18:15:46.002Z Fresh aws-lc-sys v0.26.0
55542026-01-27T18:15:46.002Z Fresh der v0.7.10
55552026-01-27T18:15:46.002Z Fresh clap_builder v4.5.48
55562026-01-27T18:15:46.002Z Fresh clap_derive v4.5.47
55572026-01-27T18:15:46.002Z Fresh try-lock v0.2.5
55582026-01-27T18:15:46.002Z Fresh httpdate v1.0.3
55592026-01-27T18:15:46.002Z Fresh untrusted v0.7.1
55602026-01-27T18:15:46.002Z Fresh h2 v0.4.6
55612026-01-27T18:15:46.002Z Fresh aws-lc-rs v1.12.4
55622026-01-27T18:15:46.006Z Fresh want v0.3.1
55632026-01-27T18:15:46.006Z Fresh clap v4.5.48
55642026-01-27T18:15:46.006Z Fresh serde_spanned v0.6.9
55652026-01-27T18:15:46.006Z Fresh toml_datetime v0.6.11
55662026-01-27T18:15:46.006Z Fresh tower-service v0.3.3
55672026-01-27T18:15:46.006Z Fresh tower-layer v0.3.3
55682026-01-27T18:15:46.007Z Fresh hyper v1.8.1
55692026-01-27T18:15:46.007Z Fresh rustls-webpki v0.102.8
55702026-01-27T18:15:46.007Z Fresh async-trait v0.1.89
55712026-01-27T18:15:46.007Z Fresh spki v0.7.3
55722026-01-27T18:15:46.007Z Fresh pbkdf2 v0.12.2
55732026-01-27T18:15:46.007Z Fresh camino v1.2.1
55742026-01-27T18:15:46.007Z Fresh aes v0.8.4
55752026-01-27T18:15:46.007Z Fresh rand_core v0.9.3
55762026-01-27T18:15:46.007Z Fresh erased-serde v0.3.31
55772026-01-27T18:15:46.010Z Fresh mime v0.3.17
55782026-01-27T18:15:46.010Z Fresh ucd-trie v0.1.7
55792026-01-27T18:15:46.010Z Fresh slog v2.8.2
55802026-01-27T18:15:46.010Z Fresh hyper-util v0.1.19
55812026-01-27T18:15:46.010Z Fresh cbc v0.1.2
55822026-01-27T18:15:46.013Z Fresh salsa20 v0.10.2
55832026-01-27T18:15:46.013Z Fresh rustc_version v0.4.1
55842026-01-27T18:15:46.013Z Fresh http-body-util v0.1.3
55852026-01-27T18:15:46.013Z Fresh pest v2.8.2
55862026-01-27T18:15:46.013Z Fresh scrypt v0.11.0
55872026-01-27T18:15:46.013Z Fresh rustix v1.1.3
55882026-01-27T18:15:46.013Z Fresh plain v0.2.3
55892026-01-27T18:15:46.013Z Fresh rand_chacha v0.9.0
55902026-01-27T18:15:46.013Z Fresh foreign-types-shared v0.1.1
55912026-01-27T18:15:46.013Z Fresh openssl-probe v0.1.5
55922026-01-27T18:15:46.018Z Fresh pest_meta v2.8.2
55932026-01-27T18:15:46.018Z Fresh pkcs5 v0.7.1
55942026-01-27T18:15:46.018Z Fresh foreign-types v0.3.2
55952026-01-27T18:15:46.018Z Fresh tempfile v3.24.0
55962026-01-27T18:15:46.018Z Fresh rand v0.9.2
55972026-01-27T18:15:46.018Z Fresh openssl-sys v0.9.109
55982026-01-27T18:15:46.018Z Fresh serde_urlencoded v0.7.1
55992026-01-27T18:15:46.018Z Fresh pest_generator v2.8.2
56002026-01-27T18:15:46.018Z Fresh pkcs8 v0.10.2
56012026-01-27T18:15:46.018Z Fresh openssl-macros v0.1.1
56022026-01-27T18:15:46.018Z Fresh encoding_rs v0.8.34
56032026-01-27T18:15:46.021Z Fresh pretty-hex v0.4.1
56042026-01-27T18:15:46.021Z Fresh openapiv3 v2.2.0
56052026-01-27T18:15:46.021Z Fresh hex v0.4.3
56062026-01-27T18:15:46.021Z Fresh pest_derive v2.8.2
56072026-01-27T18:15:46.021Z Fresh openssl v0.10.73
56082026-01-27T18:15:46.021Z Fresh ipnetwork v0.21.1
56092026-01-27T18:15:46.024Z Fresh litrs v0.4.1
56102026-01-27T18:15:46.024Z Fresh sync_wrapper v1.0.1
56112026-01-27T18:15:46.024Z Fresh rustls v0.23.19
56122026-01-27T18:15:46.024Z Fresh document-features v0.2.11
56132026-01-27T18:15:46.027Z Fresh psl-types v2.0.11
56142026-01-27T18:15:46.027Z Fresh winnow v0.7.13
56152026-01-27T18:15:46.027Z Fresh tower v0.5.2
56162026-01-27T18:15:46.028Z Fresh rustls-native-certs v0.8.1
56172026-01-27T18:15:46.028Z Fresh tokio-rustls v0.26.0
56182026-01-27T18:15:46.028Z Fresh native-tls v0.2.12
56192026-01-27T18:15:46.028Z Fresh cookie v0.18.1
56202026-01-27T18:15:46.028Z Fresh publicsuffix v2.3.0
56212026-01-27T18:15:46.028Z Fresh webpki-roots v1.0.1
56222026-01-27T18:15:46.028Z Fresh iri-string v0.7.8
56232026-01-27T18:15:46.028Z Fresh signature v2.2.0
56242026-01-27T18:15:46.028Z Fresh sha1 v0.10.6
56252026-01-27T18:15:46.028Z Fresh tokio-native-tls v0.3.1
56262026-01-27T18:15:46.028Z Fresh tower-http v0.6.6
56272026-01-27T18:15:46.028Z Fresh hyper-rustls v0.27.7
56282026-01-27T18:15:46.028Z Fresh cookie_store v0.21.1
56292026-01-27T18:15:46.028Z Fresh data-encoding v2.9.0
56302026-01-27T18:15:46.028Z Fresh winnow v0.5.40
56312026-01-27T18:15:46.028Z Fresh darling_core v0.21.0
56322026-01-27T18:15:46.028Z Fresh darling_core v0.20.10
56332026-01-27T18:15:46.028Z Fresh hyper-tls v0.6.0
56342026-01-27T18:15:46.028Z Fresh toml_edit v0.19.15
56352026-01-27T18:15:46.031Z Fresh strum_macros v0.26.4
56362026-01-27T18:15:46.031Z Fresh tinyvec_macros v0.1.1
56372026-01-27T18:15:46.031Z Fresh quick-error v1.2.3
56382026-01-27T18:15:46.031Z Fresh darling_macro v0.21.0
56392026-01-27T18:15:46.031Z Fresh darling_macro v0.20.10
56402026-01-27T18:15:46.031Z Fresh num-integer v0.1.46
56412026-01-27T18:15:46.031Z Fresh reqwest v0.12.24
56422026-01-27T18:15:46.031Z Fresh tinyvec v1.8.0
56432026-01-27T18:15:46.031Z Fresh strum v0.26.3
56442026-01-27T18:15:46.031Z Fresh scroll_derive v0.12.0
56452026-01-27T18:15:46.031Z Fresh darling v0.21.0
56462026-01-27T18:15:46.031Z Fresh darling v0.20.10
56472026-01-27T18:15:46.031Z Fresh oxnet v0.1.4
56482026-01-27T18:15:46.034Z Fresh scroll v0.12.0
56492026-01-27T18:15:46.034Z Fresh bit-vec v0.8.0
56502026-01-27T18:15:46.034Z Fresh static_assertions v1.1.0
56512026-01-27T18:15:46.034Z Fresh hubpack_derive v0.1.1
56522026-01-27T18:15:46.034Z Fresh wait-timeout v0.2.0
56532026-01-27T18:15:46.034Z Fresh crc32fast v1.4.2
56542026-01-27T18:15:46.034Z Fresh bit-set v0.8.0
56552026-01-27T18:15:46.035Z Fresh goblin v0.8.2
56562026-01-27T18:15:46.035Z Fresh base16ct v0.2.0
56572026-01-27T18:15:46.035Z Fresh hubpack v0.1.2
56582026-01-27T18:15:46.035Z Fresh ahash v0.8.12
56592026-01-27T18:15:46.038Z Fresh num-iter v0.1.45
56602026-01-27T18:15:46.038Z Fresh dtrace-parser v0.2.0
56612026-01-27T18:15:46.038Z Fresh sec1 v0.7.3
56622026-01-27T18:15:46.038Z Fresh dof v0.3.0
56632026-01-27T18:15:46.038Z Fresh bstr v1.10.0
56642026-01-27T18:15:46.038Z Fresh ff v0.13.0
56652026-01-27T18:15:46.038Z Fresh scroll_derive v0.13.1
56662026-01-27T18:15:46.038Z Fresh thread-id v4.2.2
56672026-01-27T18:15:46.038Z Fresh toml_write v0.1.2
56682026-01-27T18:15:46.041Z Fresh group v0.13.0
56692026-01-27T18:15:46.041Z Fresh toml_edit v0.22.27
56702026-01-27T18:15:46.041Z Fresh scroll v0.13.0
56712026-01-27T18:15:46.041Z Fresh usdt-impl v0.5.0
56722026-01-27T18:15:46.041Z Fresh rusty-fork v0.3.0
56732026-01-27T18:15:46.041Z Fresh rand_xorshift v0.4.0
56742026-01-27T18:15:46.041Z Fresh heck v0.4.1
56752026-01-27T18:15:46.041Z Fresh hkdf v0.12.4
56762026-01-27T18:15:46.041Z Fresh crossbeam-epoch v0.9.18
56772026-01-27T18:15:46.041Z Fresh itertools v0.13.0
56782026-01-27T18:15:46.042Z Fresh crypto-bigint v0.5.5
56792026-01-27T18:15:46.042Z Fresh zlib-rs v0.5.1
56802026-01-27T18:15:46.042Z Fresh unarray v0.1.4
56812026-01-27T18:15:46.042Z Fresh num-bigint-dig v0.8.6
56822026-01-27T18:15:46.042Z Fresh goblin v0.10.2
56832026-01-27T18:15:46.046Z Fresh proptest v1.7.0
56842026-01-27T18:15:46.046Z Fresh elliptic-curve v0.13.8
56852026-01-27T18:15:46.046Z Fresh libz-rs-sys v0.5.1
56862026-01-27T18:15:46.046Z Fresh pkcs1 v0.7.5
56872026-01-27T18:15:46.046Z Fresh dof v0.4.0
56882026-01-27T18:15:46.046Z Fresh dtrace-parser v0.3.0
56892026-01-27T18:15:46.046Z Fresh rsa v0.9.8
56902026-01-27T18:15:46.046Z Fresh flate2 v1.1.2
56912026-01-27T18:15:46.049Z Fresh x509-cert v0.2.5
56922026-01-27T18:15:46.049Z Fresh thread-id v5.0.0
56932026-01-27T18:15:46.049Z Fresh bitflags v1.3.2
56942026-01-27T18:15:46.049Z Fresh usdt-impl v0.6.0
56952026-01-27T18:15:46.049Z Fresh bzip2-sys v0.1.13+1.0.8
56962026-01-27T18:15:46.049Z Fresh newtype-uuid v1.3.2
56972026-01-27T18:15:46.049Z Fresh derive_builder_core v0.20.2
56982026-01-27T18:15:46.049Z Fresh rfc6979 v0.4.0
56992026-01-27T18:15:46.049Z Fresh daft-derive v0.1.4
57002026-01-27T18:15:46.049Z Fresh curve25519-dalek-derive v0.1.1
57012026-01-27T18:15:46.049Z Fresh memmap2 v0.9.8
57022026-01-27T18:15:46.049Z Fresh siphasher v0.3.11
57032026-01-27T18:15:46.049Z Fresh curve25519-dalek v4.1.3
57042026-01-27T18:15:46.052Z Fresh ecdsa v0.16.9
57052026-01-27T18:15:46.052Z Fresh derive_builder_macro v0.20.2
57062026-01-27T18:15:46.052Z Fresh daft v0.1.4
57072026-01-27T18:15:46.052Z Fresh toml v0.7.8
57082026-01-27T18:15:46.052Z Fresh phf_shared v0.11.2
57092026-01-27T18:15:46.052Z Fresh env_filter v0.1.2
57102026-01-27T18:15:46.055Z Fresh cfg_aliases v0.2.1
57112026-01-27T18:15:46.055Z Fresh derive_builder v0.20.2
57122026-01-27T18:15:46.055Z Fresh usdt-attr-macro v0.6.0
57132026-01-27T18:15:46.055Z Fresh signal-hook v0.3.18
57142026-01-27T18:15:46.056Z Fresh env_logger v0.11.8
57152026-01-27T18:15:46.061Z Fresh usdt-macro v0.6.0
57162026-01-27T18:15:46.061Z Fresh serde_with_macros v3.16.1
57172026-01-27T18:15:46.061Z Fresh unicode-normalization v0.1.24
57182026-01-27T18:15:46.061Z Fresh ed25519 v2.2.3
57192026-01-27T18:15:46.061Z Fresh enum-as-inner v0.6.1
57202026-01-27T18:15:46.061Z Fresh managed v0.8.0
57212026-01-27T18:15:46.061Z Fresh keccak v0.1.5
57222026-01-27T18:15:46.061Z Fresh serde_with v3.16.1
57232026-01-27T18:15:46.061Z Fresh memoffset v0.9.1
57242026-01-27T18:15:46.061Z Fresh usdt v0.6.0
57252026-01-27T18:15:46.064Z Fresh sha3 v0.10.8
57262026-01-27T18:15:46.064Z Fresh ed25519-dalek v2.1.1
57272026-01-27T18:15:46.064Z Fresh itertools v0.10.5
57282026-01-27T18:15:46.064Z Fresh cargo-platform v0.1.8
57292026-01-27T18:15:46.064Z Fresh ref-cast-impl v1.0.25
57302026-01-27T18:15:46.064Z Fresh precomputed-hash v0.1.1
57312026-01-27T18:15:46.065Z Fresh new_debug_unreachable v1.0.6
57322026-01-27T18:15:46.065Z Fresh rustc-hash v2.1.1
57332026-01-27T18:15:46.065Z Fresh fixedbitset v0.4.2
57342026-01-27T18:15:46.065Z Fresh vergen-lib v0.1.6
57352026-01-27T18:15:46.065Z Fresh cargo_metadata v0.19.2
57362026-01-27T18:15:46.065Z Fresh string_cache v0.8.9
57372026-01-27T18:15:46.065Z Fresh petgraph v0.6.5
57382026-01-27T18:15:46.065Z Fresh ref-cast v1.0.25
57392026-01-27T18:15:46.065Z Fresh zstd-sys v2.0.14+zstd.1.5.7
57402026-01-27T18:15:46.065Z Fresh signal-hook-mio v0.2.4
57412026-01-27T18:15:46.065Z Fresh bzip2 v0.4.4
57422026-01-27T18:15:46.065Z Fresh vergen v9.0.6
57432026-01-27T18:15:46.065Z Fresh zstd-safe v7.2.3
57442026-01-27T18:15:46.068Z Fresh zip v0.6.6
57452026-01-27T18:15:46.068Z Fresh bumpalo v3.16.0
57462026-01-27T18:15:46.068Z Fresh lockfree-object-pool v0.1.6
57472026-01-27T18:15:46.068Z Fresh lalrpop-util v0.19.12
57482026-01-27T18:15:46.068Z Fresh simd-adler32 v0.3.7
57492026-01-27T18:15:46.068Z Fresh crossterm v0.28.1
57502026-01-27T18:15:46.068Z Fresh zopfli v0.8.1
57512026-01-27T18:15:46.068Z Fresh zstd v0.13.3
57522026-01-27T18:15:46.071Z Fresh bzip2 v0.5.2
57532026-01-27T18:15:46.071Z Fresh similar v2.7.0
57542026-01-27T18:15:46.071Z Fresh hash32 v0.2.1
57552026-01-27T18:15:46.071Z Fresh serde-big-array v0.5.1
57562026-01-27T18:15:46.071Z Fresh socket2 v0.5.10
57572026-01-27T18:15:46.071Z Fresh winnow v0.6.26
57582026-01-27T18:15:46.075Z Fresh unicode-properties v0.1.3
57592026-01-27T18:15:46.078Z Fresh jiff v0.2.15
57602026-01-27T18:15:46.078Z Fresh predicates-core v1.0.8
57612026-01-27T18:15:46.078Z Fresh unicode-bidi v0.3.17
57622026-01-27T18:15:46.078Z Fresh zip v4.2.0
57632026-01-27T18:15:46.078Z Fresh heapless v0.7.17
57642026-01-27T18:15:46.078Z Fresh hickory-proto v0.25.2
57652026-01-27T18:15:46.078Z Fresh stringprep v0.1.5
57662026-01-27T18:15:46.078Z Fresh tokio-stream v0.1.17
57672026-01-27T18:15:46.078Z Fresh md-5 v0.10.6
57682026-01-27T18:15:46.081Z Fresh strum_macros v0.27.2
57692026-01-27T18:15:46.081Z Fresh float-cmp v0.10.0
57702026-01-27T18:15:46.081Z Fresh difflib v0.4.0
57712026-01-27T18:15:46.081Z Fresh normalize-line-endings v0.3.0
57722026-01-27T18:15:46.081Z Fresh foldhash v0.2.0
57732026-01-27T18:15:46.081Z Fresh fallible-iterator v0.2.0
57742026-01-27T18:15:46.081Z Fresh strum v0.27.2
57752026-01-27T18:15:46.081Z Fresh iddqd v0.3.16
57762026-01-27T18:15:46.081Z Fresh predicates v3.1.3
57772026-01-27T18:15:46.081Z Fresh nix v0.29.0
57782026-01-27T18:15:46.084Z Fresh fs-err v3.1.1
57792026-01-27T18:15:46.084Z Fresh smoltcp v0.9.1
57802026-01-27T18:15:46.084Z Fresh buf-list v1.0.3
57812026-01-27T18:15:46.084Z Fresh postgres-protocol v0.6.8
57822026-01-27T18:15:46.084Z Fresh serde_repr v0.1.19
57832026-01-27T18:15:46.084Z Fresh peg-runtime v0.8.5
57842026-01-27T18:15:46.085Z Fresh fixedbitset v0.5.7
57852026-01-27T18:15:46.085Z Fresh phf v0.11.2
57862026-01-27T18:15:46.085Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57872026-01-27T18:15:46.085Z Fresh whoami v1.5.2
57882026-01-27T18:15:46.085Z Fresh futures-executor v0.3.31
57892026-01-27T18:15:46.085Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57902026-01-27T18:15:46.085Z Fresh petgraph v0.8.2
57912026-01-27T18:15:46.085Z Fresh postgres-types v0.2.9
57922026-01-27T18:15:46.085Z Fresh futures v0.3.31
57932026-01-27T18:15:46.085Z Fresh is-terminal v0.4.13
57942026-01-27T18:15:46.085Z Fresh regress v0.10.4
57952026-01-27T18:15:46.085Z Fresh crossbeam-channel v0.5.15
57962026-01-27T18:15:46.085Z Fresh thread_local v1.1.8
57972026-01-27T18:15:46.088Z Fresh tokio-postgres v0.7.13
57982026-01-27T18:15:46.088Z Fresh term v1.1.0
57992026-01-27T18:15:46.088Z Fresh take_mut v0.2.2
58002026-01-27T18:15:46.088Z Fresh unsafe-libyaml v0.2.11
58012026-01-27T18:15:46.088Z Fresh typify-impl v0.4.3
58022026-01-27T18:15:46.088Z Fresh match_cfg v0.1.0
58032026-01-27T18:15:46.088Z Fresh debug-ignore v1.0.5
58042026-01-27T18:15:46.088Z Fresh slog-term v2.9.2
58052026-01-27T18:15:46.088Z Fresh serde_yaml v0.9.34+deprecated
58062026-01-27T18:15:46.088Z Fresh hostname v0.3.1
58072026-01-27T18:15:46.088Z Fresh typify-macro v0.4.3
58082026-01-27T18:15:46.088Z Fresh newtype-uuid-macros v0.1.0
58092026-01-27T18:15:46.093Z Fresh unicode-width v0.1.14
58102026-01-27T18:15:46.093Z Fresh slog-async v2.8.0
58112026-01-27T18:15:46.093Z Fresh typify v0.4.3
58122026-01-27T18:15:46.093Z Fresh structmeta-derive v0.3.0
58132026-01-27T18:15:46.093Z Fresh toml_parser v1.0.4
58142026-01-27T18:15:46.093Z Fresh serde_path_to_error v0.1.20
58152026-01-27T18:15:46.093Z Fresh structmeta v0.3.0
58162026-01-27T18:15:46.093Z Fresh toml_datetime v0.7.3
58172026-01-27T18:15:46.093Z Fresh serde_spanned v1.0.3
58182026-01-27T18:15:46.096Z Fresh toml_writer v1.0.4
58192026-01-27T18:15:46.096Z Fresh slog-json v2.6.1
58202026-01-27T18:15:46.096Z Fresh rustls v0.22.4
58212026-01-27T18:15:46.096Z Fresh toml v0.9.8
58222026-01-27T18:15:46.096Z Fresh async-stream-impl v0.3.6
58232026-01-27T18:15:46.096Z Fresh slog-bunyan v2.5.0
58242026-01-27T18:15:46.096Z Fresh rustls-pemfile v2.2.0
58252026-01-27T18:15:46.096Z Fresh waitgroup v0.1.2
58262026-01-27T18:15:46.096Z Fresh tokio-rustls v0.25.0
58272026-01-27T18:15:46.103Z Fresh async-stream v0.3.6
58282026-01-27T18:15:46.103Z Fresh multer v3.1.0
58292026-01-27T18:15:46.103Z Fresh dropshot_endpoint v0.16.6
58302026-01-27T18:15:46.103Z Fresh hostname v0.4.2
58312026-01-27T18:15:46.103Z Fresh progenitor-client v0.10.0
58322026-01-27T18:15:46.103Z Fresh derive-ex v0.1.8
58332026-01-27T18:15:46.103Z Fresh dropshot v0.16.6
58342026-01-27T18:15:46.103Z Fresh test-strategy v0.4.3
58352026-01-27T18:15:46.107Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58362026-01-27T18:15:46.107Z Fresh itertools v0.14.0
58372026-01-27T18:15:46.107Z Fresh macaddr v1.0.1
58382026-01-27T18:15:46.107Z Fresh tabwriter v1.4.0
58392026-01-27T18:15:46.107Z Fresh instant v0.1.13
58402026-01-27T18:15:46.107Z Fresh progenitor-impl v0.11.2
58412026-01-27T18:15:46.107Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
58422026-01-27T18:15:46.107Z Fresh progenitor-macro v0.11.2
58432026-01-27T18:15:46.108Z Fresh parse-display-derive v0.10.0
58442026-01-27T18:15:46.108Z Fresh progenitor-client v0.11.2
58452026-01-27T18:15:46.108Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58462026-01-27T18:15:46.108Z Fresh backoff v0.4.0
58472026-01-27T18:15:46.108Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58482026-01-27T18:15:46.108Z Fresh colored v3.0.0
58492026-01-27T18:15:46.108Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58502026-01-27T18:15:46.108Z Fresh progenitor v0.11.2
58512026-01-27T18:15:46.108Z Fresh parse-display v0.10.0
58522026-01-27T18:15:46.108Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
58532026-01-27T18:15:46.108Z Fresh camino-tempfile v1.4.1
58542026-01-27T18:15:46.108Z Fresh toml v0.8.23
58552026-01-27T18:15:46.108Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58562026-01-27T18:15:46.108Z Fresh crossbeam-deque v0.8.5
58572026-01-27T18:15:46.108Z Fresh unicode-width v0.2.0
58582026-01-27T18:15:46.108Z Fresh proc-macro-crate v1.3.1
58592026-01-27T18:15:46.111Z Fresh num_enum_derive v0.5.11
58602026-01-27T18:15:46.111Z Fresh proc-macro-error-attr v1.0.4
58612026-01-27T18:15:46.111Z Fresh rayon-core v1.12.1
58622026-01-27T18:15:46.111Z Fresh crucible-workspace-hack v0.1.0
58632026-01-27T18:15:46.111Z Fresh num_enum v0.5.11
58642026-01-27T18:15:46.111Z Fresh ingot-macros v0.1.1
58652026-01-27T18:15:46.111Z Fresh proc-macro-error v1.0.4
58662026-01-27T18:15:46.111Z Fresh rayon v1.10.0
58672026-01-27T18:15:46.111Z Fresh hash32 v0.3.1
58682026-01-27T18:15:46.114Z Fresh ingot-types v0.1.2
58692026-01-27T18:15:46.114Z Fresh nix v0.30.1
58702026-01-27T18:15:46.114Z Fresh heapless v0.8.0
58712026-01-27T18:15:46.114Z Fresh foreign-types-macros v0.2.3
58722026-01-27T18:15:46.114Z Fresh foreign-types-shared v0.3.1
58732026-01-27T18:15:46.114Z Fresh cobs v0.2.3
58742026-01-27T18:15:46.114Z Fresh ingot v0.1.1
58752026-01-27T18:15:46.114Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58762026-01-27T18:15:46.118Z Fresh smoltcp v0.11.0
58772026-01-27T18:15:46.118Z Fresh foreign-types v0.5.0
58782026-01-27T18:15:46.118Z Fresh postcard v1.0.10
58792026-01-27T18:15:46.118Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58802026-01-27T18:15:46.118Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58812026-01-27T18:15:46.118Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58822026-01-27T18:15:46.121Z Fresh cstr-argument v0.1.2
58832026-01-27T18:15:46.121Z Fresh pretty-hex v0.2.1
58842026-01-27T18:15:46.121Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58852026-01-27T18:15:46.121Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58862026-01-27T18:15:46.121Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58872026-01-27T18:15:46.121Z Fresh colored v2.2.0
58882026-01-27T18:15:46.124Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58892026-01-27T18:15:46.124Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58902026-01-27T18:15:46.124Z Fresh sigpipe v0.1.3
58912026-01-27T18:15:46.124Z Fresh convert_case v0.4.0
58922026-01-27T18:15:46.124Z Fresh zone_cfg_derive v0.3.0
58932026-01-27T18:15:46.127Z Fresh derive_more v0.99.20
58942026-01-27T18:15:46.127Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
58952026-01-27T18:15:46.127Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58962026-01-27T18:15:46.127Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58972026-01-27T18:15:46.127Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
58982026-01-27T18:15:46.127Z Fresh smf v0.2.3
58992026-01-27T18:15:46.127Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
59002026-01-27T18:15:46.127Z Fresh num-derive v0.4.2
59012026-01-27T18:15:46.130Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59022026-01-27T18:15:46.130Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59032026-01-27T18:15:46.130Z Fresh zone v0.3.1
59042026-01-27T18:15:46.130Z Fresh progenitor-impl v0.10.0
59052026-01-27T18:15:46.130Z Fresh indent_write v2.2.0
59062026-01-27T18:15:46.130Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
59072026-01-27T18:15:46.130Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59082026-01-27T18:15:46.130Z Fresh progenitor-macro v0.10.0
59092026-01-27T18:15:46.130Z Fresh usdt-attr-macro v0.5.0
59102026-01-27T18:15:46.130Z Fresh usdt-macro v0.5.0
59112026-01-27T18:15:46.130Z Fresh secrecy v0.10.3
59122026-01-27T18:15:46.130Z Fresh memmap v0.7.0
59132026-01-27T18:15:46.134Z Fresh progenitor v0.10.0
59142026-01-27T18:15:46.134Z Fresh half v2.4.1
59152026-01-27T18:15:46.134Z Fresh ciborium-io v0.2.2
59162026-01-27T18:15:46.134Z Fresh usdt v0.5.0
59172026-01-27T18:15:46.134Z Fresh num-rational v0.4.2
59182026-01-27T18:15:46.134Z Fresh num-complex v0.4.6
59192026-01-27T18:15:46.134Z Fresh float-ord v0.3.2
59202026-01-27T18:15:46.134Z Fresh ciborium-ll v0.2.2
59212026-01-27T18:15:46.134Z Fresh num v0.4.3
59222026-01-27T18:15:46.134Z Fresh swrite v0.1.0
59232026-01-27T18:15:46.134Z Fresh universal-hash v0.5.1
59242026-01-27T18:15:46.134Z Fresh opaque-debug v0.3.1
59252026-01-27T18:15:46.134Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
59262026-01-27T18:15:46.134Z Fresh aead v0.5.2
59272026-01-27T18:15:46.134Z Fresh ciborium v0.2.2
59282026-01-27T18:15:46.134Z Fresh poly1305 v0.8.0
59292026-01-27T18:15:46.134Z Fresh chacha20 v0.9.1
59302026-01-27T18:15:46.134Z Fresh console v0.15.10
59312026-01-27T18:15:46.134Z Fresh password-hash v0.5.0
59322026-01-27T18:15:46.134Z Fresh blake2 v0.10.6
59332026-01-27T18:15:46.137Z Fresh argon2 v0.5.3
59342026-01-27T18:15:46.137Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59352026-01-27T18:15:46.137Z Fresh thiserror-impl-no-std v2.0.2
59362026-01-27T18:15:46.137Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59372026-01-27T18:15:46.137Z Fresh derive-where v1.5.0
59382026-01-27T18:15:46.137Z Fresh atomicwrites v0.4.4
59392026-01-27T18:15:46.137Z Fresh thiserror-no-std v2.0.2
59402026-01-27T18:15:46.137Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59412026-01-27T18:15:46.137Z Fresh chacha20poly1305 v0.10.1
59422026-01-27T18:15:46.137Z Fresh newline-converter v0.3.0
59432026-01-27T18:15:46.137Z Fresh bytecount v0.6.8
59442026-01-27T18:15:46.141Z Fresh vsss-rs v3.3.4
59452026-01-27T18:15:46.141Z Fresh expectorate v1.2.0
59462026-01-27T18:15:46.141Z Fresh tokio-dtrace v0.1.0
59472026-01-27T18:15:46.141Z Fresh libsw-core v0.3.1
59482026-01-27T18:15:46.141Z Fresh linear-map v1.2.0
59492026-01-27T18:15:46.141Z Fresh gethostname v0.5.0
59502026-01-27T18:15:46.141Z Fresh oxide-tokio-rt v0.1.2
59512026-01-27T18:15:46.141Z Fresh owo-colors v4.2.2
59522026-01-27T18:15:46.144Z Fresh libsw v3.5.0
59532026-01-27T18:15:46.144Z Fresh same-file v1.0.6
59542026-01-27T18:15:46.144Z Fresh unicode-xid v0.2.6
59552026-01-27T18:15:46.144Z Fresh cancel-safe-futures v0.1.5
59562026-01-27T18:15:46.144Z Fresh walkdir v2.5.0
59572026-01-27T18:15:46.144Z Fresh async-recursion v1.1.1
59582026-01-27T18:15:46.146Z Fresh resolv-conf v0.7.0
59592026-01-27T18:15:46.147Z Fresh convert_case v0.7.1
59602026-01-27T18:15:46.147Z Fresh smawk v0.3.2
59612026-01-27T18:15:46.147Z Fresh unicode-linebreak v0.1.5
59622026-01-27T18:15:46.147Z Fresh derive_more-impl v2.0.1
59632026-01-27T18:15:46.150Z Fresh globset v0.4.15
59642026-01-27T18:15:46.150Z Fresh vte_generate_state_changes v0.1.2
59652026-01-27T18:15:46.150Z Fresh termtree v0.5.1
59662026-01-27T18:15:46.150Z Fresh derive_more v2.0.1
59672026-01-27T18:15:46.150Z Fresh slog-dtrace v0.3.0
59682026-01-27T18:15:46.150Z Fresh vte v0.11.1
59692026-01-27T18:15:46.150Z Fresh fd-lock v4.0.2
59702026-01-27T18:15:46.150Z Fresh linked-hash-map v0.5.6
59712026-01-27T18:15:46.150Z Fresh hickory-proto v0.24.4
59722026-01-27T18:15:46.150Z Fresh crossterm v0.29.0
59732026-01-27T18:15:46.150Z Fresh strip-ansi-escapes v0.2.0
59742026-01-27T18:15:46.153Z Fresh lru-cache v0.1.2
59752026-01-27T18:15:46.153Z Fresh nibble_vec v0.1.0
59762026-01-27T18:15:46.153Z Fresh display-error-chain v0.2.2
59772026-01-27T18:15:46.153Z Fresh endian-type v0.1.2
59782026-01-27T18:15:46.153Z Fresh nu-ansi-term v0.50.1
59792026-01-27T18:15:46.153Z Fresh reedline v0.40.0
59802026-01-27T18:15:46.153Z Fresh radix_trie v0.2.1
59812026-01-27T18:15:46.153Z Fresh pin-project-internal v1.1.6
59822026-01-27T18:15:46.153Z Fresh hickory-resolver v0.24.4
59832026-01-27T18:15:46.156Z Fresh textwrap v0.16.2
59842026-01-27T18:15:46.156Z Fresh pin-project v1.1.6
59852026-01-27T18:15:46.156Z Fresh pem v3.0.5
59862026-01-27T18:15:46.156Z Fresh qorb v0.4.1
59872026-01-27T18:15:46.156Z Fresh snafu-derive v0.8.5
59882026-01-27T18:15:46.156Z Fresh csv-core v0.1.11
59892026-01-27T18:15:46.156Z Fresh cfg_aliases v0.1.1
59902026-01-27T18:15:46.156Z Fresh humantime v2.2.0
59912026-01-27T18:15:46.159Z Fresh csv v1.3.1
59922026-01-27T18:15:46.159Z Fresh snafu v0.8.5
59932026-01-27T18:15:46.159Z Fresh olpc-cjson v0.1.4
59942026-01-27T18:15:46.159Z Fresh serde_plain v1.0.2
59952026-01-27T18:15:46.159Z Fresh typed-path v0.9.3
59962026-01-27T18:15:46.159Z Fresh siphasher v1.0.1
59972026-01-27T18:15:46.159Z Fresh phf_shared v0.12.1
59982026-01-27T18:15:46.159Z Fresh tough v0.20.0
59992026-01-27T18:15:46.159Z Fresh papergrid v0.11.0
60002026-01-27T18:15:46.159Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60012026-01-27T18:15:46.159Z Fresh tabled_derive v0.7.0
60022026-01-27T18:15:46.159Z Fresh semver v0.1.20
60032026-01-27T18:15:46.162Z Fresh base64 v0.21.7
60042026-01-27T18:15:46.162Z Fresh highway v1.3.0
60052026-01-27T18:15:46.162Z Fresh nix v0.28.0
60062026-01-27T18:15:46.162Z Fresh tabled v0.15.0
60072026-01-27T18:15:46.162Z Fresh rustc_version v0.1.7
60082026-01-27T18:15:46.162Z Fresh phf v0.12.1
60092026-01-27T18:15:46.165Z Fresh const_format_proc_macros v0.2.34
60102026-01-27T18:15:46.165Z Fresh peg-macros v0.8.5
60112026-01-27T18:15:46.165Z Fresh sqlparser_derive v0.2.2
60122026-01-27T18:15:46.165Z Fresh unicode_categories v0.1.1
60132026-01-27T18:15:46.168Z Fresh sqlparser v0.45.0
60142026-01-27T18:15:46.168Z Fresh chrono-tz v0.10.4
60152026-01-27T18:15:46.168Z Fresh const_format v0.2.34
60162026-01-27T18:15:46.168Z Fresh sqlformat v0.3.5
60172026-01-27T18:15:46.168Z Fresh peg v0.8.5
60182026-01-27T18:15:46.168Z Fresh rustyline v14.0.0
60192026-01-27T18:15:46.169Z Fresh bcs v0.1.6
60202026-01-27T18:15:46.171Z Fresh utf-8 v0.7.6
60212026-01-27T18:15:46.171Z Fresh arc-swap v1.7.1
60222026-01-27T18:15:46.171Z Fresh xattr v1.3.1
60232026-01-27T18:15:46.172Z Fresh filetime v0.2.26
60242026-01-27T18:15:46.172Z Fresh newtype_derive v0.1.6
60252026-01-27T18:15:46.172Z Fresh slog-scope v4.4.0
60262026-01-27T18:15:46.172Z Fresh tungstenite v0.21.0
60272026-01-27T18:15:46.172Z Fresh tar v0.4.44
60282026-01-27T18:15:46.172Z Fresh typify-impl v0.2.0
60292026-01-27T18:15:46.172Z Fresh subprocess v0.2.9
60302026-01-27T18:15:46.172Z Fresh headers-core v0.3.0
60312026-01-27T18:15:46.172Z Fresh steno v0.4.1
60322026-01-27T18:15:46.172Z Fresh slog-stdlog v4.1.1
60332026-01-27T18:15:46.175Z Fresh tokio-tungstenite v0.21.0
60342026-01-27T18:15:46.175Z Fresh typify-macro v0.2.0
60352026-01-27T18:15:46.175Z Fresh headers v0.4.1
60362026-01-27T18:15:46.175Z Fresh progenitor-client v0.8.0
60372026-01-27T18:15:46.175Z Fresh heck v0.3.3
60382026-01-27T18:15:46.175Z Fresh slog-envlogger v2.2.0
60392026-01-27T18:15:46.175Z Fresh typify v0.2.0
60402026-01-27T18:15:46.175Z Fresh zone_cfg_derive v0.1.2
60412026-01-27T18:15:46.175Z Fresh lzma-sys v0.1.20
60422026-01-27T18:15:46.175Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60432026-01-27T18:15:46.175Z Fresh yasna v0.5.2
60442026-01-27T18:15:46.175Z Fresh base64 v0.13.1
60452026-01-27T18:15:46.175Z Fresh progenitor-impl v0.8.0
60462026-01-27T18:15:46.178Z Fresh number_prefix v0.4.0
60472026-01-27T18:15:46.178Z Fresh xz2 v0.1.7
60482026-01-27T18:15:46.178Z Fresh ron v0.7.1
60492026-01-27T18:15:46.178Z Fresh rcgen v0.12.1
60502026-01-27T18:15:46.178Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60512026-01-27T18:15:46.178Z Fresh zone v0.1.8
60522026-01-27T18:15:46.178Z Fresh progenitor-macro v0.8.0
60532026-01-27T18:15:46.178Z Fresh indicatif v0.17.11
60542026-01-27T18:15:46.178Z Fresh dropshot-api-manager-types v0.2.4
60552026-01-27T18:15:46.178Z Fresh tagptr v0.2.0
60562026-01-27T18:15:46.181Z Fresh bitfield-struct v0.6.2
60572026-01-27T18:15:46.181Z Fresh progenitor v0.8.0
60582026-01-27T18:15:46.181Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60592026-01-27T18:15:46.181Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60602026-01-27T18:15:46.184Z Fresh tap v1.0.1
60612026-01-27T18:15:46.184Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60622026-01-27T18:15:46.184Z Fresh moka v0.12.10
60632026-01-27T18:15:46.184Z Fresh libefi-sys v0.1.0
60642026-01-27T18:15:46.184Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60652026-01-27T18:15:46.187Z Fresh wyz v0.5.1
60662026-01-27T18:15:46.187Z Fresh zerocopy-derive v0.6.6
60672026-01-27T18:15:46.187Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
60682026-01-27T18:15:46.187Z Fresh hickory-resolver v0.25.2
60692026-01-27T18:15:46.187Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60702026-01-27T18:15:46.187Z Fresh radium v0.7.0
60712026-01-27T18:15:46.187Z Fresh crc-catalog v2.4.0
60722026-01-27T18:15:46.187Z Fresh funty v2.0.0
60732026-01-27T18:15:46.187Z Fresh maybe-uninit v2.0.0
60742026-01-27T18:15:46.190Z Fresh bitvec v1.0.1
60752026-01-27T18:15:46.190Z Fresh crc v3.2.1
60762026-01-27T18:15:46.190Z Fresh zerocopy v0.6.6
60772026-01-27T18:15:46.190Z Fresh packed_struct_codegen v0.10.1
60782026-01-27T18:15:46.190Z Fresh bitfield-macros v0.19.2
60792026-01-27T18:15:46.190Z Fresh nodrop v0.1.14
60802026-01-27T18:15:46.190Z Fresh packed_struct v0.10.1
60812026-01-27T18:15:46.191Z Fresh smallvec v0.6.14
60822026-01-27T18:15:46.191Z Fresh hashbrown v0.12.3
60832026-01-27T18:15:46.191Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
60842026-01-27T18:15:46.194Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
60852026-01-27T18:15:46.194Z Fresh bitfield v0.19.2
60862026-01-27T18:15:46.194Z Fresh array-init v0.0.4
60872026-01-27T18:15:46.194Z Fresh ron v0.8.1
60882026-01-27T18:15:46.194Z Fresh hashbrown v0.13.2
60892026-01-27T18:15:46.194Z Fresh crc-any v2.5.0
60902026-01-27T18:15:46.194Z Fresh xshell-macros v0.2.7
60912026-01-27T18:15:46.194Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60922026-01-27T18:15:46.194Z Fresh serde-hex v0.1.0
60932026-01-27T18:15:46.194Z Fresh indexmap v1.9.3
60942026-01-27T18:15:46.194Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60952026-01-27T18:15:46.194Z Fresh xshell v0.2.7
60962026-01-27T18:15:46.194Z Fresh path-slash v0.1.5
60972026-01-27T18:15:46.194Z Fresh object v0.30.4
60982026-01-27T18:15:46.197Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60992026-01-27T18:15:46.197Z Fresh half v1.8.3
61002026-01-27T18:15:46.197Z Fresh proc-macro-error-attr2 v2.0.0
61012026-01-27T18:15:46.197Z Fresh maplit v1.0.2
61022026-01-27T18:15:46.197Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61032026-01-27T18:15:46.197Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61042026-01-27T18:15:46.197Z Fresh serde_cbor v0.11.2
61052026-01-27T18:15:46.197Z Fresh proc-macro-error2 v2.0.1
61062026-01-27T18:15:46.197Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61072026-01-27T18:15:46.197Z Fresh num-derive v0.3.3
61082026-01-27T18:15:46.197Z Fresh libscf-sys v1.1.0
61092026-01-27T18:15:46.197Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61102026-01-27T18:15:46.200Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61112026-01-27T18:15:46.201Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61122026-01-27T18:15:46.201Z Fresh tabled_derive v0.11.0
61132026-01-27T18:15:46.201Z Fresh papergrid v0.17.0
61142026-01-27T18:15:46.201Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61152026-01-27T18:15:46.201Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61162026-01-27T18:15:46.201Z Fresh testing_table v0.3.0
61172026-01-27T18:15:46.201Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61182026-01-27T18:15:46.201Z Fresh fxhash v0.2.1
61192026-01-27T18:15:46.204Z Fresh unicase v2.8.1
61202026-01-27T18:15:46.205Z Fresh tabled v0.20.0
61212026-01-27T18:15:46.205Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61222026-01-27T18:15:46.208Z Fresh crc8 v0.1.1
61232026-01-27T18:15:46.208Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61242026-01-27T18:15:46.208Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61252026-01-27T18:15:46.208Z Fresh diff v0.1.13
61262026-01-27T18:15:46.208Z Fresh dsl_auto_type v0.1.2
61272026-01-27T18:15:46.208Z Fresh kstat-rs v0.2.4
61282026-01-27T18:15:46.208Z Fresh scheduled-thread-pool v0.2.7
61292026-01-27T18:15:46.208Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61302026-01-27T18:15:46.208Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61312026-01-27T18:15:46.208Z Fresh diesel_table_macro_syntax v0.2.0
61322026-01-27T18:15:46.208Z Fresh r2d2 v0.8.10
61332026-01-27T18:15:46.211Z Fresh diesel_derives v2.2.3
61342026-01-27T18:15:46.211Z Fresh vergen-gitcl v1.0.8
61352026-01-27T18:15:46.211Z Fresh dirs-sys-next v0.1.2
61362026-01-27T18:15:46.211Z Fresh diesel v2.2.12
61372026-01-27T18:15:46.211Z Fresh dirs-next v2.0.0
61382026-01-27T18:15:46.211Z Fresh parking_lot_core v0.8.6
61392026-01-27T18:15:46.214Z Fresh crunchy v0.2.2
61402026-01-27T18:15:46.214Z Fresh parking_lot v0.11.2
61412026-01-27T18:15:46.214Z Fresh term v0.7.0
61422026-01-27T18:15:46.214Z Fresh prefix-trie v0.7.0
61432026-01-27T18:15:46.214Z Fresh nanorand v0.7.0
61442026-01-27T18:15:46.214Z Fresh bit-vec v0.6.3
61452026-01-27T18:15:46.214Z Fresh sled v0.34.7
61462026-01-27T18:15:46.214Z Fresh flume v0.11.1
61472026-01-27T18:15:46.214Z Fresh hickory-server v0.25.2
61482026-01-27T18:15:46.218Z Fresh bit-set v0.5.3
61492026-01-27T18:15:46.218Z Fresh tiny-keccak v2.0.2
61502026-01-27T18:15:46.218Z Fresh ascii-canvas v3.0.0
61512026-01-27T18:15:46.218Z Fresh hickory-client v0.25.2
61522026-01-27T18:15:46.218Z Fresh ena v0.14.3
61532026-01-27T18:15:46.218Z Fresh regex-syntax v0.6.29
61542026-01-27T18:15:46.221Z Fresh lalrpop v0.19.12
61552026-01-27T18:15:46.221Z Fresh primeorder v0.13.6
61562026-01-27T18:15:46.221Z Fresh strum_macros v0.24.3
61572026-01-27T18:15:46.221Z Fresh indoc v1.0.9
61582026-01-27T18:15:46.221Z Fresh bindgen v0.71.1
61592026-01-27T18:15:46.224Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
61602026-01-27T18:15:46.224Z Fresh oso-derive v0.27.3
61612026-01-27T18:15:46.229Z Fresh libxml v0.3.3
61622026-01-27T18:15:46.229Z Fresh impl-trait-for-tuples v0.2.2
61632026-01-27T18:15:46.229Z Fresh quick-xml v0.37.2
61642026-01-27T18:15:46.229Z Fresh polar-core v0.27.3
61652026-01-27T18:15:46.229Z Fresh salty v0.3.0
61662026-01-27T18:15:46.229Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61672026-01-27T18:15:46.229Z Fresh trait-variant v0.1.2
61682026-01-27T18:15:46.229Z Fresh samael v0.0.19
61692026-01-27T18:15:46.232Z Fresh oso v0.27.3
61702026-01-27T18:15:46.232Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
61712026-01-27T18:15:46.232Z Fresh p384 v0.13.1
61722026-01-27T18:15:46.232Z Fresh predicates-tree v1.0.12
61732026-01-27T18:15:46.232Z Fresh assert_matches v1.5.0
61742026-01-27T18:15:46.232Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
61752026-01-27T18:15:46.236Z Fresh parse-size v1.1.0
61762026-01-27T18:15:46.238Z Fresh fs-err v2.11.0
61772026-01-27T18:15:46.239Z Fresh bb8 v0.8.5
61782026-01-27T18:15:46.239Z Fresh http-range v0.1.5
61792026-01-27T18:15:46.239Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61802026-01-27T18:15:46.239Z Fresh async-bb8-diesel v0.2.1
61812026-01-27T18:15:46.239Z Fresh diesel-dtrace v0.4.2
61822026-01-27T18:15:46.239Z Fresh ignore v0.4.23
61832026-01-27T18:15:46.242Z Fresh atty v0.2.14
61842026-01-27T18:15:46.243Z Fresh globwalk v0.9.1
61852026-01-27T18:15:46.243Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
61862026-01-27T18:15:46.243Z Fresh mime_guess v2.0.5
61872026-01-27T18:15:46.243Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61882026-01-27T18:15:46.243Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61892026-01-27T18:15:46.243Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61902026-01-27T18:15:46.243Z Fresh corncobs v0.1.4
61912026-01-27T18:15:46.243Z Fresh nonempty v0.12.0
61922026-01-27T18:15:46.246Z Fresh camino-tempfile-ext v0.3.2
61932026-01-27T18:15:46.246Z Fresh hyper-staticfile v0.10.1
61942026-01-27T18:15:46.246Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61952026-01-27T18:15:46.246Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61962026-01-27T18:15:46.246Z Fresh signal-hook-tokio v0.3.1
61972026-01-27T18:15:46.246Z Fresh secrecy v0.8.0
61982026-01-27T18:15:46.246Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
61992026-01-27T18:15:46.249Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
62002026-01-27T18:15:46.249Z Fresh tungstenite v0.23.0
62012026-01-27T18:15:46.249Z Fresh void v1.0.2
62022026-01-27T18:15:46.249Z Fresh tokio-tungstenite v0.23.1
62032026-01-27T18:15:46.249Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62042026-01-27T18:15:46.253Z Fresh nix v0.27.1
62052026-01-27T18:15:46.253Z Fresh serde_bytes v0.11.19
62062026-01-27T18:15:46.253Z Fresh lzss v0.8.2
62072026-01-27T18:15:46.253Z Fresh rand_seeder v0.4.0
62082026-01-27T18:15:46.254Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62092026-01-27T18:15:46.254Z Fresh yansi v1.0.1
62102026-01-27T18:15:46.254Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62112026-01-27T18:15:46.254Z Fresh pretty_assertions v1.4.1
62122026-01-27T18:15:46.254Z Fresh is_ci v1.2.0
62132026-01-27T18:15:46.254Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62142026-01-27T18:15:46.259Z Fresh tabled_derive v0.10.0
62152026-01-27T18:15:46.259Z Fresh papergrid v0.14.0
62162026-01-27T18:15:46.262Z Fresh typeid v1.0.3
62172026-01-27T18:15:46.262Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62182026-01-27T18:15:46.262Z Fresh concurrent-queue v2.5.0
62192026-01-27T18:15:46.267Z Fresh parking v2.2.1
62202026-01-27T18:15:46.267Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62212026-01-27T18:15:46.267Z Fresh erased-serde v0.4.6
62222026-01-27T18:15:46.267Z Fresh tabled v0.18.0
62232026-01-27T18:15:46.267Z Fresh castaway v0.2.3
62242026-01-27T18:15:46.267Z Fresh ordered-float v2.10.1
62252026-01-27T18:15:46.267Z Fresh indoc v2.0.6
62262026-01-27T18:15:46.267Z Fresh serde-untagged v0.1.7
62272026-01-27T18:15:46.267Z Fresh compact_str v0.8.0
62282026-01-27T18:15:46.267Z Fresh serde-value v0.7.0
62292026-01-27T18:15:46.267Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62302026-01-27T18:15:46.270Z Fresh libz-sys v1.1.20
62312026-01-27T18:15:46.270Z Fresh unicode-truncate v1.1.0
62322026-01-27T18:15:46.270Z Fresh lru v0.12.5
62332026-01-27T18:15:46.270Z Fresh instability v0.3.2
62342026-01-27T18:15:46.270Z Fresh cassowary v0.3.0
62352026-01-27T18:15:46.270Z Fresh libgit2-sys v0.18.2+1.9.1
62362026-01-27T18:15:46.270Z Fresh cargo-util-schemas v0.8.2
62372026-01-27T18:15:46.270Z Fresh event-listener v5.3.1
62382026-01-27T18:15:46.270Z Fresh console v0.16.0
62392026-01-27T18:15:46.273Z Fresh ratatui v0.29.0
62402026-01-27T18:15:46.273Z Fresh cargo-platform v0.2.0
62412026-01-27T18:15:46.273Z Fresh unit-prefix v0.5.1
62422026-01-27T18:15:46.273Z Fresh event-listener-strategy v0.5.2
62432026-01-27T18:15:46.273Z Fresh git2 v0.20.2
62442026-01-27T18:15:46.273Z Fresh cargo_metadata v0.21.0
62452026-01-27T18:15:46.273Z Fresh indicatif v0.18.0
62462026-01-27T18:15:46.273Z Fresh supports-color v3.0.2
62472026-01-27T18:15:46.276Z Fresh vergen-git2 v1.0.7
62482026-01-27T18:15:46.279Z Fresh futures-lite v2.3.0
62492026-01-27T18:15:46.279Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62502026-01-27T18:15:46.283Z Fresh sct v0.7.1
62512026-01-27T18:15:46.283Z Fresh rustls-webpki v0.101.7
62522026-01-27T18:15:46.286Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62532026-01-27T18:15:46.286Z Fresh rustls v0.21.12
62542026-01-27T18:15:46.286Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62552026-01-27T18:15:46.286Z Fresh async-lock v3.4.0
62562026-01-27T18:15:46.286Z Fresh tokio-rustls v0.24.1
62572026-01-27T18:15:46.289Z Fresh rustls-pemfile v1.0.4
62582026-01-27T18:15:46.289Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62592026-01-27T18:15:46.289Z Fresh twox-hash v2.1.0
62602026-01-27T18:15:46.289Z Fresh polling v3.7.3
62612026-01-27T18:15:46.289Z Fresh hex-literal v0.4.1
62622026-01-27T18:15:46.292Z Fresh shell-words v1.1.0
62632026-01-27T18:15:46.292Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62642026-01-27T18:15:46.292Z Fresh async-io v2.3.4
62652026-01-27T18:15:46.292Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62662026-01-27T18:15:46.296Z Fresh fatfs v0.3.6
62672026-01-27T18:15:46.296Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62682026-01-27T18:15:46.296Z Fresh seq-macro v0.3.6
62692026-01-27T18:15:46.296Z Fresh async-task v4.7.1
62702026-01-27T18:15:46.296Z Fresh async-channel v2.3.1
62712026-01-27T18:15:46.296Z Fresh piper v0.2.4
62722026-01-27T18:15:46.296Z Fresh plotters-backend v0.3.7
62732026-01-27T18:15:46.296Z Fresh async-executor v1.13.1
62742026-01-27T18:15:46.299Z Fresh async-signal v0.2.10
62752026-01-27T18:15:46.299Z Fresh sapling-renderdag v0.1.0
62762026-01-27T18:15:46.299Z Fresh rtoolbox v0.0.2
62772026-01-27T18:15:46.299Z Fresh petname v2.0.2
62782026-01-27T18:15:46.299Z Fresh plotters-svg v0.3.7
62792026-01-27T18:15:46.299Z Fresh blocking v1.6.1
62802026-01-27T18:15:46.299Z Fresh futures-timer v3.0.3
62812026-01-27T18:15:46.299Z Fresh sync-ptr v0.1.4
62822026-01-27T18:15:46.299Z Fresh event-listener v2.5.3
62832026-01-27T18:15:46.302Z Fresh cast v0.3.0
62842026-01-27T18:15:46.302Z Fresh async-process v2.3.0
62852026-01-27T18:15:46.302Z Fresh async-global-executor v2.4.1
62862026-01-27T18:15:46.302Z Fresh plotters v0.3.7
62872026-01-27T18:15:46.302Z Fresh async-channel v1.9.0
62882026-01-27T18:15:46.302Z Fresh criterion-plot v0.6.0
62892026-01-27T18:15:46.302Z Fresh rpassword v7.4.0
62902026-01-27T18:15:46.302Z Fresh tui-tree-widget v0.23.1
62912026-01-27T18:15:46.306Z Fresh async-attributes v1.1.2
62922026-01-27T18:15:46.306Z Fresh tinytemplate v1.2.1
62932026-01-27T18:15:46.306Z Fresh kv-log-macro v1.0.7
62942026-01-27T18:15:46.306Z Fresh anes v0.1.6
62952026-01-27T18:15:46.306Z Fresh oorandom v11.1.4
62962026-01-27T18:15:46.306Z Fresh async-std v1.13.0
62972026-01-27T18:15:46.306Z Fresh criterion v0.7.0
62982026-01-27T18:15:46.309Z Fresh polyval v0.6.2
62992026-01-27T18:15:46.309Z Fresh ctr v0.9.2
63002026-01-27T18:15:46.309Z Fresh async-object-pool v0.1.5
63012026-01-27T18:15:46.309Z Fresh ghash v0.5.1
63022026-01-27T18:15:46.309Z Fresh serde_regex v1.1.0
63032026-01-27T18:15:46.309Z Fresh assert-json-diff v2.0.2
63042026-01-27T18:15:46.312Z Fresh path-tree v0.8.1
63052026-01-27T18:15:46.312Z Fresh stringmetrics v2.2.2
63062026-01-27T18:15:46.315Z Fresh target-lexicon v0.13.2
63072026-01-27T18:15:46.315Z Fresh httpmock v0.8.0-alpha.1
63082026-01-27T18:15:46.315Z Fresh aes-gcm v0.10.3
63092026-01-27T18:15:46.315Z Fresh ssh-encoding v0.2.0
63102026-01-27T18:15:46.315Z Fresh blowfish v0.9.1
63112026-01-27T18:15:46.320Z Fresh arrayref v0.3.9
63122026-01-27T18:15:46.320Z Fresh constant_time_eq v0.3.1
63132026-01-27T18:15:46.320Z Fresh arrayvec v0.7.6
63142026-01-27T18:15:46.320Z Fresh bcrypt-pbkdf v0.10.0
63152026-01-27T18:15:46.320Z Fresh guppy-workspace-hack v0.1.0
63162026-01-27T18:15:46.320Z Fresh cfg-expr v0.20.1
63172026-01-27T18:15:46.320Z Fresh ssh-cipher v0.2.0
63182026-01-27T18:15:46.320Z Fresh supports-color v2.1.0
63192026-01-27T18:15:46.320Z Fresh textwrap v0.15.2
63202026-01-27T18:15:46.320Z Fresh supports-unicode v2.1.0
63212026-01-27T18:15:46.320Z Fresh supports-hyperlinks v2.1.0
63222026-01-27T18:15:46.320Z Fresh hashbrown v0.14.5
63232026-01-27T18:15:46.320Z Fresh password-hash v0.4.2
63242026-01-27T18:15:46.320Z Fresh backtrace-ext v0.2.1
63252026-01-27T18:15:46.321Z Fresh miette-derive v5.10.0
63262026-01-27T18:15:46.321Z Fresh terminal_size v0.1.17
63272026-01-27T18:15:46.321Z Fresh owo-colors v3.5.0
63282026-01-27T18:15:46.321Z Fresh pbkdf2 v0.11.0
63292026-01-27T18:15:46.321Z Fresh target-spec v3.5.0
63302026-01-27T18:15:46.321Z Fresh chumsky v0.9.3
63312026-01-27T18:15:46.321Z Fresh ssh-key v0.6.6
63322026-01-27T18:15:46.321Z Fresh miette v5.10.0
63332026-01-27T18:15:46.321Z Fresh p256 v0.13.2
63342026-01-27T18:15:46.321Z Fresh p521 v0.13.3
63352026-01-27T18:15:46.324Z Fresh knuffel-derive v3.2.0
63362026-01-27T18:15:46.324Z Fresh pathdiff v0.2.3
63372026-01-27T18:15:46.324Z Fresh russh-cryptovec v0.7.3
63382026-01-27T18:15:46.324Z Fresh nested v0.1.1
63392026-01-27T18:15:46.324Z Fresh md5 v0.7.0
63402026-01-27T18:15:46.324Z Fresh knuffel v3.2.0
63412026-01-27T18:15:46.327Z Fresh russh-keys v0.45.0
63422026-01-27T18:15:46.327Z Fresh guppy v0.17.20
63432026-01-27T18:15:46.327Z Fresh httptest v0.16.3
63442026-01-27T18:15:46.327Z Fresh num-bigint v0.4.6
63452026-01-27T18:15:46.327Z Fresh des v0.8.1
63462026-01-27T18:15:46.327Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63472026-01-27T18:15:46.330Z Fresh blake3 v1.5.4
63482026-01-27T18:15:46.330Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63492026-01-27T18:15:46.330Z Fresh russh v0.45.0
63502026-01-27T18:15:46.330Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63512026-01-27T18:15:46.330Z Fresh escape8259 v0.5.3
63522026-01-27T18:15:46.330Z Fresh internet-checksum v0.2.1
63532026-01-27T18:15:46.330Z Fresh topological-sort v0.2.2
63542026-01-27T18:15:46.330Z Fresh doc-comment v0.3.3
63552026-01-27T18:15:46.330Z Fresh libtest-mimic v0.8.1
63562026-01-27T18:15:46.333Z Fresh omicron-zone-package v0.12.2
63572026-01-27T18:15:46.333Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63582026-01-27T18:15:46.334Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63592026-01-27T18:15:46.504Z Compiling similar-asserts v1.7.0
63602026-01-27T18:15:46.507Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b917d3a5c923b9a -C extra-filename=-b271442cbe3cf692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
63612026-01-27T18:15:46.524Z Fresh proc-macro-crate v3.2.0
63622026-01-27T18:15:46.528Z Fresh fancy-regex v0.14.0
63632026-01-27T18:15:46.528Z 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`
63642026-01-27T18:15:46.528Z Fresh relative-path v1.9.3
63652026-01-27T18:15:46.528Z Fresh rstest_macros v0.25.0
63662026-01-27T18:15:46.528Z Fresh datatest-stable v0.3.2
63672026-01-27T18:15:46.528Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63682026-01-27T18:15:46.528Z Fresh assert_cmd v2.0.17
63692026-01-27T18:15:46.528Z Fresh target-triple v0.1.3
63702026-01-27T18:15:46.528Z Fresh support-bundle-viewer v0.1.2
63712026-01-27T18:15:46.529Z Fresh multimap v0.10.1
63722026-01-27T18:15:46.529Z Fresh uzers v0.12.1
63732026-01-27T18:15:46.529Z Fresh termcolor v1.4.1
63742026-01-27T18:15:46.529Z Fresh rstest v0.25.0
63752026-01-27T18:15:46.529Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
63762026-01-27T18:15:46.529Z Fresh trybuild v1.0.106
63772026-01-27T18:15:46.529Z Fresh blake2b_simd v1.0.2
63782026-01-27T18:15:46.532Z Fresh partial-io v0.5.4
63792026-01-27T18:15:46.532Z Fresh drift v0.1.2
63802026-01-27T18:15:46.532Z Fresh rand_distr v0.5.1
63812026-01-27T18:15:46.532Z Fresh approx v0.5.1
63822026-01-27T18:15:46.532Z Fresh rust-argon2 v2.1.0
63832026-01-27T18:15:46.532Z Fresh dropshot-api-manager v0.2.4
63842026-01-27T18:15:46.532Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
63852026-01-27T18:15:46.535Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
63862026-01-27T18:15:46.535Z Fresh cargo_toml v0.21.0
63872026-01-27T18:15:46.538Z Fresh termios v0.3.3
63882026-01-27T18:15:46.538Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
63892026-01-27T18:15:46.538Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
63902026-01-27T18:15:46.538Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
63912026-01-27T18:15:46.538Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
63922026-01-27T18:15:46.538Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
63932026-01-27T18:15:46.541Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
63942026-01-27T18:15:46.541Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
63952026-01-27T18:15:46.541Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
63962026-01-27T18:15:46.541Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63972026-01-27T18:15:46.541Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
63982026-01-27T18:15:46.545Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
63992026-01-27T18:15:46.545Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64002026-01-27T18:15:46.545Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64012026-01-27T18:15:46.545Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64022026-01-27T18:15:46.548Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64032026-01-27T18:15:46.551Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64042026-01-27T18:15:46.551Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64052026-01-27T18:15:46.555Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64062026-01-27T18:15:46.555Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64072026-01-27T18:15:46.555Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64082026-01-27T18:15:46.555Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64092026-01-27T18:15:46.555Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64102026-01-27T18:15:46.555Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64112026-01-27T18:15:46.558Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64122026-01-27T18:15:46.558Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64132026-01-27T18:15:46.558Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64142026-01-27T18:15:46.558Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64152026-01-27T18:15:46.561Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64162026-01-27T18:15:46.561Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64172026-01-27T18:15:46.561Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64182026-01-27T18:15:46.564Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64192026-01-27T18:15:46.564Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64202026-01-27T18:15:46.564Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64212026-01-27T18:15:46.564Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64222026-01-27T18:15:46.564Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64232026-01-27T18:15:46.564Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64242026-01-27T18:15:46.564Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64252026-01-27T18:15:46.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64262026-01-27T18:15:46.564Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64272026-01-27T18:15:46.567Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64282026-01-27T18:15:46.572Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=108318f8aa8dab03 -C extra-filename=-3d1949e218e1feb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64292026-01-27T18:15:46.584Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93cf65ac47e74e24 -C extra-filename=-56aec08e8177a9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64302026-01-27T18:15:46.587Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64312026-01-27T18:15:46.602Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64322026-01-27T18:15:46.605Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64332026-01-27T18:15:46.605Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64342026-01-27T18:15:46.605Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64352026-01-27T18:15:46.605Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64362026-01-27T18:15:46.605Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64372026-01-27T18:15:46.608Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64382026-01-27T18:15:46.608Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64392026-01-27T18:15:46.608Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64402026-01-27T18:15:46.608Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64412026-01-27T18:15:46.704Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64422026-01-27T18:15:46.704Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64432026-01-27T18:15:46.704Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64442026-01-27T18:15:46.704Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64452026-01-27T18:15:46.704Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64462026-01-27T18:15:46.704Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64472026-01-27T18:15:46.704Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64482026-01-27T18:15:46.704Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64492026-01-27T18:15:46.704Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64502026-01-27T18:15:46.704Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64512026-01-27T18:15:46.704Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64522026-01-27T18:15:46.704Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
64532026-01-27T18:15:46.705Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64542026-01-27T18:15:46.705Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
64552026-01-27T18:15:46.705Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
64562026-01-27T18:15:46.705Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
64572026-01-27T18:15:46.705Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
64582026-01-27T18:15:46.705Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64592026-01-27T18:15:46.705Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
64602026-01-27T18:15:46.705Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64612026-01-27T18:15:46.705Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64622026-01-27T18:15:46.705Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
64632026-01-27T18:15:46.705Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64642026-01-27T18:15:46.705Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64652026-01-27T18:15:46.705Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64662026-01-27T18:15:46.705Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64672026-01-27T18:15:46.705Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64682026-01-27T18:15:46.705Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
64692026-01-27T18:15:46.705Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64702026-01-27T18:15:46.705Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64712026-01-27T18:15:46.705Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
64722026-01-27T18:15:46.705Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
64732026-01-27T18:15:46.705Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
64742026-01-27T18:15:46.705Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
64752026-01-27T18:15:46.705Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64762026-01-27T18:15:46.705Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64772026-01-27T18:15:46.705Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64782026-01-27T18:15:46.705Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64792026-01-27T18:15:46.705Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
64802026-01-27T18:15:46.705Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
64812026-01-27T18:15:46.705Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
64822026-01-27T18:15:46.705Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64832026-01-27T18:15:46.705Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
64842026-01-27T18:15:46.705Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
64852026-01-27T18:15:46.705Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64862026-01-27T18:15:46.705Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64872026-01-27T18:15:46.705Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64882026-01-27T18:15:46.705Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
64892026-01-27T18:15:46.705Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
64902026-01-27T18:15:46.705Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
64912026-01-27T18:15:46.705Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
64922026-01-27T18:15:46.706Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64932026-01-27T18:15:46.706Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64942026-01-27T18:15:46.706Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64952026-01-27T18:15:46.706Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64962026-01-27T18:15:46.706Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64972026-01-27T18:15:46.706Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
64982026-01-27T18:15:46.706Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64992026-01-27T18:15:46.706Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65002026-01-27T18:15:46.706Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65012026-01-27T18:15:46.706Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65022026-01-27T18:15:46.706Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65032026-01-27T18:15:46.706Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65042026-01-27T18:15:46.706Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65052026-01-27T18:15:46.706Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65062026-01-27T18:15:46.706Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65072026-01-27T18:15:46.706Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65082026-01-27T18:15:46.706Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65092026-01-27T18:15:46.706Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65102026-01-27T18:15:46.706Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65112026-01-27T18:15:46.706Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65122026-01-27T18:15:46.706Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65132026-01-27T18:15:46.706Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65142026-01-27T18:15:46.706Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65152026-01-27T18:15:46.706Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65162026-01-27T18:15:46.706Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65172026-01-27T18:15:46.706Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65182026-01-27T18:15:46.706Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65192026-01-27T18:15:46.706Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65202026-01-27T18:15:46.706Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65212026-01-27T18:15:46.706Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65222026-01-27T18:15:46.706Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65232026-01-27T18:15:46.706Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65242026-01-27T18:15:46.706Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65252026-01-27T18:15:46.706Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65262026-01-27T18:15:46.706Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65272026-01-27T18:15:46.706Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65282026-01-27T18:15:46.706Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65292026-01-27T18:15:46.706Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65302026-01-27T18:15:46.706Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65312026-01-27T18:15:46.707Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65322026-01-27T18:15:46.707Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65332026-01-27T18:15:46.707Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
65342026-01-27T18:15:46.707Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65352026-01-27T18:15:46.707Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65362026-01-27T18:15:46.707Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65372026-01-27T18:15:46.707Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65382026-01-27T18:15:46.707Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65392026-01-27T18:15:46.707Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65402026-01-27T18:15:46.707Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65412026-01-27T18:15:46.730Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65422026-01-27T18:15:46.730Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65432026-01-27T18:15:46.730Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65442026-01-27T18:15:46.730Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65452026-01-27T18:15:46.730Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
65462026-01-27T18:15:46.730Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65472026-01-27T18:15:46.730Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65482026-01-27T18:15:46.730Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65492026-01-27T18:15:46.730Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
65502026-01-27T18:15:46.730Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65512026-01-27T18:15:46.730Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65522026-01-27T18:15:46.730Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
65532026-01-27T18:15:46.730Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
65542026-01-27T18:15:46.730Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
65552026-01-27T18:15:46.730Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
65562026-01-27T18:15:46.730Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
65572026-01-27T18:15:46.730Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
65582026-01-27T18:15:49.665Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b28e1746e1b79e10 -C extra-filename=-5f3499e1ad2d1552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65592026-01-27T18:15:49.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04592518af124239 -C extra-filename=-8fbbe6a802938f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65602026-01-27T18:15:49.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f32595b27001c126 -C extra-filename=-be83dc282e3e9b9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65612026-01-27T18:15:49.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ee83c905d4dcf4e -C extra-filename=-f5b71a1cb7e9bc0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65622026-01-27T18:21:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 04s
65632026-01-27T18:21:45.443Z
65642026-01-27T18:21:45.443Zreal 6:05.536008202
65652026-01-27T18:21:45.443Zuser 13:07.317924779
65662026-01-27T18:21:45.443Zsys 1:20.850997348
65672026-01-27T18:21:45.443Ztrap 0.231073111
65682026-01-27T18:21:45.443Ztflt 2.129370320
65692026-01-27T18:21:45.443Zdflt 25.993265963
65702026-01-27T18:21:45.446Zkflt 0.182807684
65712026-01-27T18:21:45.446Zlock 36:15.529327226
65722026-01-27T18:21:45.446Zslp 45:59.896165331
65732026-01-27T18:21:45.446Zlat 2.466432462
65742026-01-27T18:21:45.446Zstop 32.921241861
65752026-01-27T18:21:45.446Z+ banner test
65762026-01-27T18:21:45.460Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2
65772026-01-27T18:21:45.759Z
65782026-01-27T18:21:45.759Z ##### ###### #### #####
65792026-01-27T18:21:45.759Z # # # #
65802026-01-27T18:21:45.759Z # ##### #### #
65812026-01-27T18:21:45.759Z # # # #
65822026-01-27T18:21:45.759Z # # # # #
65832026-01-27T18:21:45.759Z # ###### #### #
65842026-01-27T18:21:45.759Z
65852026-01-27T18:21:47.572Zinfo: experimental features enabled: setup-scripts, benchmarks
65862026-01-27T18:21:49.704Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
65872026-01-27T18:21:49.889Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65882026-01-27T18:21:49.913Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65892026-01-27T18:21:49.945Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65902026-01-27T18:22:06.584Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.98s
65912026-01-27T18:22:17.702Z────────────
65922026-01-27T18:22:17.702Z Nextest run ID b35234d0-667c-423d-a037-1c7e949cb6cc with nextest profile: ci
65932026-01-27T18:22:17.702Z Starting 2695 tests across 224 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
65942026-01-27T18:22:17.705Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
65952026-01-27T18:22:19.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65962026-01-27T18:22:19.200Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65972026-01-27T18:22:19.219Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65982026-01-27T18:22:19.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65992026-01-27T18:22:19.252Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66002026-01-27T18:22:19.255Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66012026-01-27T18:22:19.274Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66022026-01-27T18:22:19.319Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66032026-01-27T18:22:21.578Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66042026-01-27T18:22:22.312Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66052026-01-27T18:22:23.151Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66062026-01-27T18:22:23.427Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66072026-01-27T18:22:24.191Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66082026-01-27T18:22:25.085Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66092026-01-27T18:22:25.085Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66102026-01-27T18:22:26.612Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66112026-01-27T18:22:28.167Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66122026-01-27T18:22:36.895Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66132026-01-27T18:22:38.997Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66142026-01-27T18:22:41.895Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66152026-01-27T18:23:03.162Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66162026-01-27T18:23:05.896Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66172026-01-27T18:23:08.787Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66182026-01-27T18:23:20.099Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
66192026-01-27T18:23:20.258Z Running `target/debug/crdb-seed`
66202026-01-27T18:23:20.319ZJan 27 18:23:19.551 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpvEkuMy
66212026-01-27T18:23:20.319ZJan 27 18:23:19.556 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpwkXmIO,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpvEkuMy/listen-url
66222026-01-27T18:23:20.323ZJan 27 18:23:19.556 INFO cockroach environment: BUILDOMAT_JOB_ID=01KG07N047C2YHG8RV4HY8MVDC 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=lrtq-upgrade GITHUB_REF=refs/heads/lrtq-upgrade GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envOcQRRZ NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=b35234d0-667c-423d-a037-1c7e949cb6cc NEXTEST_RUN_MODE=test PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.91.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
66232026-01-27T18:23:21.585ZJan 27 18:23:20.818 INFO cockroach pid: 12843
66242026-01-27T18:23:21.585ZJan 27 18:23:20.818 INFO cockroach listen URL: postgresql://root@[::1]:47837/omicron?sslmode=disable
66252026-01-27T18:23:21.589ZJan 27 18:23:20.825 INFO cockroach: populating
66262026-01-27T18:23:23.520ZJan 27 18:23:22.756 INFO cockroach: populated
66272026-01-27T18:23:24.724ZJan 27 18:23:23.961 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/5922350df549d2f916954cb828a0b0b0e1fcf36fa7086f4fd7762953a0605a96.tar`
66282026-01-27T18:23:24.729Z SETUP PASS [ 67.021s] crdb-seed: cargo run -p crdb-seed --profile test
66292026-01-27T18:23:24.732Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66302026-01-27T18:23:25.996Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66312026-01-27T18:23:25.996Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66322026-01-27T18:23:27.808Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66332026-01-27T18:23:29.258Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
66342026-01-27T18:23:40.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s
66352026-01-27T18:23:40.757Z Running `target/debug/clickhouse-cluster-dev`
66362026-01-27T18:23:40.813ZJan 27 18:23:40.048 INFO Setting up a ClickHouse cluster
66372026-01-27T18:23:40.816ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
66382026-01-27T18:23:40.819ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
66392026-01-27T18:23:40.823ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
66402026-01-27T18:23:40.823ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
66412026-01-27T18:23:40.823ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
66422026-01-27T18:23:43.220ZJan 27 18:23:42.455 INFO ClickHouse server ready
66432026-01-27T18:23:43.464ZJan 27 18:23:42.700 INFO ClickHouse server ready
66442026-01-27T18:23:44.024ZJan 27 18:23:43.259 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
66452026-01-27T18:23:44.029Z SETUP PASS [ 19.298s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66462026-01-27T18:24:06.978Z PASS [ 22.942s] ( 1/2695) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
66472026-01-27T18:24:07.363Z PASS [ 23.327s] ( 2/2695) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
66482026-01-27T18:24:13.840Z PASS [ 29.804s] ( 3/2695) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
66492026-01-27T18:24:13.841Z PASS [ 29.804s] ( 4/2695) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
66502026-01-27T18:24:41.213Z PASS [ 34.231s] ( 5/2695) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
66512026-01-27T18:24:41.455Z PASS [ 34.090s] ( 6/2695) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
66522026-01-27T18:24:44.042Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66532026-01-27T18:24:44.042Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66542026-01-27T18:24:46.083Z PASS [ 32.240s] ( 7/2695) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
66552026-01-27T18:24:47.484Z PASS [ 33.641s] ( 8/2695) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
66562026-01-27T18:25:07.771Z PASS [ 21.685s] ( 9/2695) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
66572026-01-27T18:25:18.755Z PASS [ 31.268s] ( 10/2695) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
66582026-01-27T18:25:33.039Z PASS [ 51.579s] ( 11/2695) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
66592026-01-27T18:25:35.371Z PASS [ 27.597s] ( 12/2695) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
66602026-01-27T18:25:41.220Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66612026-01-27T18:25:44.048Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66622026-01-27T18:25:44.048Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66632026-01-27T18:25:54.298Z PASS [ 35.542s] ( 13/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
66642026-01-27T18:26:02.434Z PASS [ 81.214s] ( 14/2695) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66652026-01-27T18:26:08.738Z PASS [ 35.697s] ( 15/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
66662026-01-27T18:26:30.879Z PASS [ 22.139s] ( 16/2695) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
66672026-01-27T18:26:32.026Z PASS [ 29.590s] ( 17/2695) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
66682026-01-27T18:26:35.376Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66692026-01-27T18:26:44.054Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66702026-01-27T18:26:44.054Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66712026-01-27T18:26:53.985Z PASS [ 23.104s] ( 18/2695) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
66722026-01-27T18:26:54.019Z PASS [ 0.034s] ( 19/2695) api_identity test::test_identity
66732026-01-27T18:26:54.037Z PASS [ 0.018s] ( 20/2695) api_identity test::test_identity_no_field
66742026-01-27T18:26:54.095Z PASS [ 0.057s] ( 21/2695) authz-macros tests::test_authz_snapshots
66752026-01-27T18:26:54.144Z PASS [ 0.049s] ( 22/2695) bootstore schemes::tests::hello_roundtrip
66762026-01-27T18:26:54.305Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
66772026-01-27T18:26:55.267Z PASS [ 1.123s] ( 23/2695) bootstore schemes::v0::peer::tests::basic_3_nodes
66782026-01-27T18:26:55.327Z PASS [ 0.060s] ( 24/2695) bootstore schemes::v0::peer::tests::network_config
66792026-01-27T18:26:55.355Z PASS [ 0.028s] ( 25/2695) bootstore schemes::v0::share_pkg::tests::create_packages
66802026-01-27T18:26:55.377Z PASS [ 0.022s] ( 26/2695) bootstore trust_quorum::rack_secret::tests::create_and_verify
66812026-01-27T18:26:55.400Z PASS [ 0.022s] ( 27/2695) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
66822026-01-27T18:26:59.113Z PASS [ 3.712s] ( 28/2695) bootstore::v0-fsm-proptest-learner run
66832026-01-27T18:27:04.885Z PASS [ 5.772s] ( 29/2695) bootstore::v0-fsm-proptest-rack-coordinator run
66842026-01-27T18:27:05.303Z PASS [ 0.418s] ( 30/2695) cert-dev::test-cert-dev test_cert_create
66852026-01-27T18:27:05.793Z PASS [ 0.489s] ( 31/2695) clickana chart::tests::gather_chart_data_failure
66862026-01-27T18:27:05.823Z PASS [ 0.030s] ( 32/2695) clickana chart::tests::gather_chart_data_for_disk_usage_success
66872026-01-27T18:27:05.847Z PASS [ 0.024s] ( 33/2695) clickana chart::tests::gather_chart_data_for_memory_tracking_success
66882026-01-27T18:27:05.871Z PASS [ 0.024s] ( 34/2695) clickana chart::tests::gather_chart_data_for_query_count_success
66892026-01-27T18:27:05.894Z PASS [ 0.023s] ( 35/2695) clickana chart::tests::gather_chart_data_for_running_queries_success
66902026-01-27T18:27:05.993Z PASS [ 0.098s] ( 36/2695) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
66912026-01-27T18:27:06.018Z PASS [ 0.025s] ( 37/2695) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
66922026-01-27T18:27:06.043Z PASS [ 0.025s] ( 38/2695) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
66932026-01-27T18:27:06.081Z PASS [ 0.039s] ( 39/2695) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
66942026-01-27T18:27:06.113Z PASS [ 0.032s] ( 40/2695) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
66952026-01-27T18:27:06.136Z PASS [ 0.023s] ( 41/2695) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
66962026-01-27T18:27:06.169Z PASS [ 0.032s] ( 42/2695) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
66972026-01-27T18:27:06.228Z PASS [ 0.059s] ( 43/2695) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
66982026-01-27T18:27:06.258Z PASS [ 0.030s] ( 44/2695) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
66992026-01-27T18:27:06.293Z PASS [ 0.034s] ( 45/2695) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67002026-01-27T18:27:06.321Z PASS [ 0.028s] ( 46/2695) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67012026-01-27T18:27:06.347Z PASS [ 0.026s] ( 47/2695) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67022026-01-27T18:27:06.373Z PASS [ 0.026s] ( 48/2695) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67032026-01-27T18:27:06.398Z PASS [ 0.025s] ( 49/2695) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67042026-01-27T18:27:06.429Z PASS [ 0.031s] ( 50/2695) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67052026-01-27T18:27:06.457Z PASS [ 0.028s] ( 51/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67062026-01-27T18:27:06.484Z PASS [ 0.027s] ( 52/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67072026-01-27T18:27:06.510Z PASS [ 0.026s] ( 53/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67082026-01-27T18:27:06.537Z PASS [ 0.027s] ( 54/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67092026-01-27T18:27:06.562Z PASS [ 0.025s] ( 55/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67102026-01-27T18:27:06.588Z PASS [ 0.026s] ( 56/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67112026-01-27T18:27:06.612Z PASS [ 0.024s] ( 57/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67122026-01-27T18:27:06.637Z PASS [ 0.025s] ( 58/2695) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67132026-01-27T18:27:06.661Z PASS [ 0.024s] ( 59/2695) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67142026-01-27T18:27:06.687Z PASS [ 0.026s] ( 60/2695) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67152026-01-27T18:27:06.714Z PASS [ 0.025s] ( 61/2695) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67162026-01-27T18:27:06.743Z PASS [ 0.030s] ( 62/2695) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67172026-01-27T18:27:06.768Z PASS [ 0.025s] ( 63/2695) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67182026-01-27T18:27:06.794Z PASS [ 0.026s] ( 64/2695) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67192026-01-27T18:27:06.820Z PASS [ 0.026s] ( 65/2695) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67202026-01-27T18:27:06.845Z PASS [ 0.025s] ( 66/2695) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67212026-01-27T18:27:06.869Z PASS [ 0.024s] ( 67/2695) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67222026-01-27T18:27:06.893Z PASS [ 0.024s] ( 68/2695) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67232026-01-27T18:27:06.915Z PASS [ 0.022s] ( 69/2695) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67242026-01-27T18:27:07.013Z PASS [ 0.098s] ( 70/2695) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67252026-01-27T18:27:07.088Z PASS [ 0.074s] ( 71/2695) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67262026-01-27T18:27:07.114Z PASS [ 0.026s] ( 72/2695) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67272026-01-27T18:27:07.133Z PASS [ 0.019s] ( 73/2695) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67282026-01-27T18:27:07.154Z PASS [ 0.021s] ( 74/2695) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67292026-01-27T18:27:07.186Z PASS [ 0.032s] ( 75/2695) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67302026-01-27T18:27:07.206Z PASS [ 0.020s] ( 76/2695) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67312026-01-27T18:27:07.735Z PASS [ 0.529s] ( 77/2695) db-dev::test-db-dev test_db_dev_populate_no_args
67322026-01-27T18:27:07.801Z PASS [ 0.066s] ( 78/2695) db-dev::test-db-dev test_db_dev_wipe_no_args
67332026-01-27T18:27:09.396Z PASS [ 75.092s] ( 79/2695) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67342026-01-27T18:27:14.450Z PASS [ 6.649s] ( 80/2695) db-dev::test-db-dev test_db_killed
67352026-01-27T18:27:14.547Z PASS [ 0.097s] ( 81/2695) db-macros lookup::test::test_lookup_snapshots
67362026-01-27T18:27:14.569Z PASS [ 0.022s] ( 82/2695) db-macros tests::test_derive_metadata_identity_fails_for_enums
67372026-01-27T18:27:14.597Z PASS [ 0.027s] ( 83/2695) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67382026-01-27T18:27:14.618Z PASS [ 0.021s] ( 84/2695) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67392026-01-27T18:27:14.640Z PASS [ 0.022s] ( 85/2695) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67402026-01-27T18:27:14.661Z PASS [ 0.021s] ( 86/2695) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67412026-01-27T18:27:14.689Z PASS [ 0.028s] ( 87/2695) db-macros tests::test_derive_snapshots
67422026-01-27T18:27:14.712Z PASS [ 0.022s] ( 88/2695) db-macros tests::test_derive_with_unknown_field
67432026-01-27T18:27:15.126Z PASS [ 0.412s] ( 89/2695) dns-server storage::test::test_update_basic
67442026-01-27T18:27:15.334Z PASS [ 0.210s] ( 90/2695) dns-server storage::test::test_update_in_progress
67452026-01-27T18:27:15.492Z PASS [ 0.157s] ( 91/2695) dns-server storage::test::test_update_interrupted
67462026-01-27T18:27:15.641Z PASS [ 0.148s] ( 92/2695) dns-server storage::test::test_zone_gets_soa_record
67472026-01-27T18:27:16.337Z PASS [ 0.696s] ( 93/2695) dns-server::basic_test a_crud
67482026-01-27T18:27:16.683Z PASS [ 0.346s] ( 94/2695) dns-server::basic_test aaaa_crud
67492026-01-27T18:27:16.989Z PASS [ 0.306s] ( 95/2695) dns-server::basic_test answers_match_question
67502026-01-27T18:27:17.347Z PASS [ 0.358s] ( 96/2695) dns-server::basic_test empty_record
67512026-01-27T18:27:17.682Z PASS [ 0.336s] ( 97/2695) dns-server::basic_test multi_record_crud
67522026-01-27T18:27:17.931Z PASS [ 0.249s] ( 98/2695) dns-server::basic_test name_contains_zone
67532026-01-27T18:27:18.296Z PASS [ 0.365s] ( 99/2695) dns-server::basic_test nxdomain
67542026-01-27T18:27:18.687Z PASS [ 0.390s] ( 100/2695) dns-server::basic_test servfail
67552026-01-27T18:27:19.013Z PASS [ 0.326s] ( 101/2695) dns-server::basic_test soa
67562026-01-27T18:27:19.382Z PASS [ 0.369s] ( 102/2695) dns-server::basic_test srv_crud
67572026-01-27T18:27:23.268Z PASS [ 3.886s] ( 103/2695) dns-server::commands_test test_dnsadm
67582026-01-27T18:27:24.019Z PASS [ 0.750s] ( 104/2695) dns-server::cross_version_test cross_version_works
67592026-01-27T18:27:24.079Z PASS [ 0.061s] ( 105/2695) ereport-types tests::test_arb_json_deserializes
67602026-01-27T18:27:24.105Z PASS [ 0.026s] ( 106/2695) ereport-types tests::test_ena_from_str
67612026-01-27T18:27:24.123Z PASS [ 0.018s] ( 107/2695) ereport-types tests::test_ena_from_str_roundtrip
67622026-01-27T18:27:24.199Z PASS [ 0.076s] ( 108/2695) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
67632026-01-27T18:27:24.221Z PASS [ 0.022s] ( 109/2695) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
67642026-01-27T18:27:24.245Z PASS [ 0.024s] ( 110/2695) gfss gf256::tests::test_all_multiplication
67652026-01-27T18:27:24.264Z PASS [ 0.018s] ( 111/2695) gfss gf256::tests::test_all_multiplicative_inverses
67662026-01-27T18:27:24.285Z PASS [ 0.021s] ( 112/2695) gfss gf256::tests::test_docs_example
67672026-01-27T18:27:29.184Z PASS [ 19.786s] ( 113/2695) db-dev::test-db-dev test_db_run
67682026-01-27T18:27:30.243Z PASS [ 5.957s] ( 114/2695) gfss polynomial::tests::test_polynomial_eval
67692026-01-27T18:27:30.261Z PASS [ 0.019s] ( 115/2695) gfss shamir::tests::test_share_reconstruction
67702026-01-27T18:27:30.379Z PASS [ 0.117s] ( 116/2695) illumos-utils destructor::test::test_delayed_delete
67712026-01-27T18:27:30.754Z PASS [ 1.570s] ( 117/2695) gfss shamir::tests::split_and_combine
67722026-01-27T18:27:30.787Z PASS [ 0.033s] ( 118/2695) illumos-utils destructor::test::test_destructor_bad_close
67732026-01-27T18:27:30.826Z PASS [ 0.039s] ( 119/2695) illumos-utils link::test::test_allocate
67742026-01-27T18:27:30.855Z PASS [ 0.029s] ( 120/2695) illumos-utils link::test::test_allocate_within_scopes
67752026-01-27T18:27:30.911Z PASS [ 0.056s] ( 121/2695) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
67762026-01-27T18:27:30.943Z PASS [ 0.030s] ( 122/2695) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
67772026-01-27T18:27:30.971Z PASS [ 0.030s] ( 123/2695) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
67782026-01-27T18:27:31.001Z PASS [ 0.027s] ( 124/2695) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
67792026-01-27T18:27:31.022Z PASS [ 0.025s] ( 125/2695) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
67802026-01-27T18:27:31.093Z PASS [ 0.071s] ( 126/2695) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
67812026-01-27T18:27:31.118Z PASS [ 0.025s] ( 127/2695) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
67822026-01-27T18:27:31.137Z PASS [ 0.758s] ( 128/2695) illumos-utils destructor::test::test_delayed_delete_with_error
67832026-01-27T18:27:31.162Z PASS [ 0.044s] ( 129/2695) illumos-utils running_zone::tests::test_is_oxide_smf_service
67842026-01-27T18:27:31.172Z PASS [ 0.036s] ( 130/2695) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
67852026-01-27T18:27:31.191Z PASS [ 0.029s] ( 131/2695) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
67862026-01-27T18:27:31.199Z PASS [ 0.027s] ( 132/2695) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
67872026-01-27T18:27:31.218Z PASS [ 0.027s] ( 133/2695) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
67882026-01-27T18:27:31.229Z PASS [ 0.029s] ( 134/2695) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
67892026-01-27T18:27:31.243Z PASS [ 0.025s] ( 135/2695) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
67902026-01-27T18:27:31.252Z PASS [ 0.023s] ( 136/2695) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
67912026-01-27T18:27:31.336Z PASS [ 0.093s] ( 137/2695) illumos-utils zfs::test::directory_mutability
67922026-01-27T18:27:31.346Z PASS [ 0.094s] ( 138/2695) illumos-utils zfs::test::get_values_of_rpool
67932026-01-27T18:27:31.370Z PASS [ 0.034s] ( 139/2695) illumos-utils zfs::test::parse_dataset_bad_avail
67942026-01-27T18:27:31.378Z PASS [ 0.032s] ( 140/2695) illumos-utils zfs::test::parse_dataset_bad_quota
67952026-01-27T18:27:31.396Z PASS [ 0.026s] ( 141/2695) illumos-utils zfs::test::parse_dataset_bad_reservation
67962026-01-27T18:27:31.409Z PASS [ 0.031s] ( 142/2695) illumos-utils zfs::test::parse_dataset_bad_usage
67972026-01-27T18:27:31.429Z PASS [ 0.033s] ( 143/2695) illumos-utils zfs::test::parse_dataset_bad_uuid
67982026-01-27T18:27:31.435Z PASS [ 0.026s] ( 144/2695) illumos-utils zfs::test::parse_dataset_missing_fields
67992026-01-27T18:27:31.455Z PASS [ 0.025s] ( 145/2695) illumos-utils zfs::test::parse_dataset_props
68002026-01-27T18:27:31.462Z PASS [ 0.027s] ( 146/2695) illumos-utils zfs::test::parse_dataset_props_with_optionals
68012026-01-27T18:27:31.478Z PASS [ 0.023s] ( 147/2695) illumos-utils zfs::test::parse_dataset_too_many_columns
68022026-01-27T18:27:31.487Z PASS [ 0.025s] ( 148/2695) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68032026-01-27T18:27:31.502Z PASS [ 0.024s] ( 149/2695) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68042026-01-27T18:27:31.512Z PASS [ 0.024s] ( 150/2695) illumos-utils zfs::test::parse_quota_ignored_if_default
68052026-01-27T18:27:31.525Z PASS [ 0.023s] ( 151/2695) illumos-utils zfs::test::parse_reservation_ignored_if_default
68062026-01-27T18:27:31.534Z PASS [ 0.023s] ( 152/2695) illumos-utils zfs::test::parse_sorts_and_dedups
68072026-01-27T18:27:31.559Z PASS [ 0.034s] ( 153/2695) illumos-utils zone::tests::delete_nonexistent_address
68082026-01-27T18:27:31.562Z PASS [ 0.024s] ( 154/2695) illumos-utils zone::tests::test_parse_ip_network
68092026-01-27T18:27:31.585Z PASS [ 0.026s] ( 155/2695) illumos-utils zpool::test::test_parse_zpool
68102026-01-27T18:27:31.585Z PASS [ 0.026s] ( 156/2695) illumos-utils zpool::test::test_parse_zpool_missing_column
68112026-01-27T18:27:32.034Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
68122026-01-27T18:27:33.078Z PASS [ 1.492s] ( 157/2695) installinator write::tests::proptest_write_artifact
68132026-01-27T18:27:33.275Z PASS [ 0.198s] ( 158/2695) installinator-common block_size_writer::tests::proptest_block_writer
68142026-01-27T18:27:33.997Z PASS [ 0.721s] ( 159/2695) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68152026-01-27T18:27:34.250Z PASS [ 0.253s] ( 160/2695) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68162026-01-27T18:27:34.513Z PASS [ 0.263s] ( 161/2695) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68172026-01-27T18:27:34.582Z PASS [ 2.996s] ( 162/2695) installinator mock_peers::tests::proptest_fetch_artifact
68182026-01-27T18:27:34.932Z PASS [ 0.349s] ( 163/2695) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68192026-01-27T18:27:34.954Z PASS [ 0.441s] ( 164/2695) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68202026-01-27T18:27:35.195Z PASS [ 0.264s] ( 165/2695) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68212026-01-27T18:27:35.223Z PASS [ 0.269s] ( 166/2695) internal-dns-resolver resolver::test::update_record
68222026-01-27T18:27:35.236Z PASS [ 0.041s] ( 167/2695) internal-dns-types config::test::display_hosts
68232026-01-27T18:27:35.246Z PASS [ 0.023s] ( 168/2695) internal-dns-types config::test::display_srv_service
68242026-01-27T18:27:35.284Z PASS [ 0.047s] ( 169/2695) internal-dns-types config::test::test_builder_errors
68252026-01-27T18:27:35.314Z PASS [ 0.068s] ( 170/2695) internal-dns-types config::test::test_builder_output
68262026-01-27T18:27:35.321Z PASS [ 0.037s] ( 171/2695) internal-dns-types diff::test::diff_different
68272026-01-27T18:27:35.336Z PASS [ 0.021s] ( 172/2695) internal-dns-types diff::test::diff_equivalent
68282026-01-27T18:27:35.343Z PASS [ 0.022s] ( 173/2695) internal-dns-types diff::test::diff_invalid
68292026-01-27T18:27:35.361Z PASS [ 0.026s] ( 174/2695) ipcc tests::deserialize_fixed_value
68302026-01-27T18:27:35.369Z PASS [ 0.026s] ( 175/2695) ipcc tests::installinator_image_id_round_trip
68312026-01-27T18:27:35.379Z PASS [ 0.018s] ( 176/2695) ipcc tests::serialized_size
68322026-01-27T18:27:35.382Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68332026-01-27T18:27:35.440Z PASS [ 0.071s] ( 177/2695) key-manager tests::different_disks_produce_different_keys
68342026-01-27T18:27:35.440Z PASS [ 0.060s] ( 178/2695) key-manager tests::different_ikm_produces_different_keys
68352026-01-27T18:27:35.463Z PASS [ 0.024s] ( 179/2695) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68362026-01-27T18:27:35.464Z PASS [ 0.024s] ( 180/2695) key-manager tests::disk_encryption_key_epoch_0
68372026-01-27T18:27:35.642Z PASS [ 0.178s] ( 181/2695) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68382026-01-27T18:27:35.645Z PASS [ 0.178s] ( 182/2695) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68392026-01-27T18:27:35.673Z PASS [ 0.031s] ( 183/2695) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68402026-01-27T18:27:35.676Z PASS [ 0.035s] ( 184/2695) nexus-auth authn::external::session_cookie::test::test_get_token
68412026-01-27T18:27:35.702Z PASS [ 0.029s] ( 185/2695) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68422026-01-27T18:27:35.706Z PASS [ 0.030s] ( 186/2695) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68432026-01-27T18:27:35.733Z PASS [ 0.031s] ( 187/2695) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68442026-01-27T18:27:35.739Z PASS [ 0.033s] ( 188/2695) nexus-auth authn::external::session_cookie::test::test_other_cookie
68452026-01-27T18:27:35.759Z PASS [ 0.026s] ( 189/2695) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68462026-01-27T18:27:35.770Z PASS [ 0.030s] ( 190/2695) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68472026-01-27T18:27:35.808Z PASS [ 0.028s] ( 191/2695) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68482026-01-27T18:27:35.811Z PASS [ 0.039s] ( 192/2695) nexus-auth authn::external::spoof::test::test_make_header_value
68492026-01-27T18:27:35.816Z PASS [ 0.029s] ( 193/2695) nexus-auth authn::external::spoof::test::test_make_header_value_raw
68502026-01-27T18:27:35.848Z PASS [ 0.032s] ( 194/2695) nexus-auth authn::external::spoof::test::test_spoof_header_missing
68512026-01-27T18:27:35.866Z PASS [ 0.057s] ( 195/2695) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
68522026-01-27T18:27:35.879Z PASS [ 0.031s] ( 196/2695) nexus-auth authn::external::spoof::test::test_spoof_header_valid
68532026-01-27T18:27:35.899Z PASS [ 0.032s] ( 197/2695) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
68542026-01-27T18:27:35.920Z PASS [ 0.041s] ( 198/2695) nexus-auth authn::external::test::test_authn_sequence
68552026-01-27T18:27:35.927Z PASS [ 0.028s] ( 199/2695) nexus-auth authn::external::token::test::test_make_header_value
68562026-01-27T18:27:35.948Z PASS [ 0.028s] ( 200/2695) nexus-auth authn::external::token::test::test_token_header_bad_utf8
68572026-01-27T18:27:35.955Z PASS [ 0.028s] ( 201/2695) nexus-auth authn::external::token::test::test_token_header_missing
68582026-01-27T18:27:35.974Z PASS [ 0.025s] ( 202/2695) nexus-auth authn::external::token::test::test_token_header_valid
68592026-01-27T18:27:36.010Z PASS [ 0.055s] ( 203/2695) nexus-auth authn::test::test_internal_users
68602026-01-27T18:27:36.050Z PASS [ 0.040s] ( 204/2695) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
68612026-01-27T18:27:36.140Z PASS [ 0.090s] ( 205/2695) nexus-auth context::test::test_background_context
68622026-01-27T18:27:36.144Z PASS [ 0.167s] ( 206/2695) nexus-auth authz::context::test::test_unregistered_resource
68632026-01-27T18:27:36.219Z PASS [ 0.077s] ( 207/2695) nexus-auth context::test::test_test_context
68642026-01-27T18:27:36.229Z PASS [ 0.089s] ( 208/2695) nexus-auth context::test::test_child_context
68652026-01-27T18:27:36.290Z PASS [ 0.061s] ( 209/2695) nexus-config nexus_config::test::test_config_bad_toml
68662026-01-27T18:27:36.327Z PASS [ 0.035s] ( 210/2695) nexus-config nexus_config::test::test_config_empty
68672026-01-27T18:27:36.353Z PASS [ 0.027s] ( 211/2695) nexus-config nexus_config::test::test_config_nonexistent
68682026-01-27T18:27:36.385Z PASS [ 0.166s] ( 212/2695) nexus-config nexus_config::test::test_bad_authn_schemes
68692026-01-27T18:27:36.422Z PASS [ 0.037s] ( 213/2695) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
68702026-01-27T18:27:36.437Z PASS [ 0.083s] ( 214/2695) nexus-config nexus_config::test::test_deployment_config_schema
68712026-01-27T18:27:36.494Z PASS [ 0.057s] ( 215/2695) nexus-config nexus_config::test::test_valid
68722026-01-27T18:27:36.497Z PASS [ 0.075s] ( 216/2695) nexus-config nexus_config::test::test_repo_configs_are_valid
68732026-01-27T18:27:36.518Z PASS [ 0.024s] ( 217/2695) nexus-config postgres_config::test::test_bad_url
68742026-01-27T18:27:36.525Z PASS [ 0.027s] ( 218/2695) nexus-config postgres_config::test::test_example_url
68752026-01-27T18:27:36.550Z PASS [ 0.026s] ( 219/2695) nexus-db-fixed-data test::test_allowlist_id_is_valid
68762026-01-27T18:27:36.558Z PASS [ 0.040s] ( 220/2695) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
68772026-01-27T18:27:36.573Z PASS [ 0.022s] ( 221/2695) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
68782026-01-27T18:27:36.593Z PASS [ 0.035s] ( 222/2695) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
68792026-01-27T18:27:36.636Z PASS [ 0.042s] ( 223/2695) nexus-db-model alert_class::tests::test_from_str_roundtrips
68802026-01-27T18:27:36.664Z PASS [ 0.028s] ( 224/2695) nexus-db-model alert_class::tests::test_is_test
68812026-01-27T18:27:36.701Z PASS [ 0.037s] ( 225/2695) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
68822026-01-27T18:27:36.742Z PASS [ 0.041s] ( 226/2695) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
68832026-01-27T18:27:36.821Z PASS [ 0.079s] ( 227/2695) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
68842026-01-27T18:27:36.848Z PASS [ 0.027s] ( 228/2695) nexus-db-model bytecount::test::test_bytecount_i64_conversions
68852026-01-27T18:27:36.897Z PASS [ 0.047s] ( 229/2695) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
68862026-01-27T18:27:36.945Z PASS [ 0.049s] ( 230/2695) nexus-db-model device_auth::test::test_generate_user_code
68872026-01-27T18:27:36.970Z PASS [ 0.025s] ( 231/2695) nexus-db-model instance_state::tests::test_from_str_roundtrips
68882026-01-27T18:27:37.010Z PASS [ 0.039s] ( 232/2695) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
68892026-01-27T18:27:37.042Z PASS [ 0.032s] ( 233/2695) nexus-db-model role_assignment::tests::test_role_assignment_from_database
68902026-01-27T18:27:37.115Z PASS [ 0.073s] ( 234/2695) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
68912026-01-27T18:27:37.150Z PASS [ 0.034s] ( 235/2695) nexus-db-model schema_versions::test::test_known_versions
68922026-01-27T18:27:37.183Z PASS [ 0.033s] ( 236/2695) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
68932026-01-27T18:27:37.225Z PASS [ 0.042s] ( 237/2695) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
68942026-01-27T18:27:37.255Z PASS [ 0.029s] ( 238/2695) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
68952026-01-27T18:27:37.280Z PASS [ 0.025s] ( 239/2695) nexus-db-model schema_versions::test::test_verify
68962026-01-27T18:27:37.307Z PASS [ 0.027s] ( 240/2695) nexus-db-model semver_version::test::test_to_from_sortable_string
68972026-01-27T18:27:37.341Z PASS [ 0.034s] ( 241/2695) nexus-db-model tests::test_ip_subnet_check_requestable_address
68982026-01-27T18:27:37.371Z PASS [ 0.029s] ( 242/2695) nexus-db-model tests::test_ipv6_net_random_subnet
68992026-01-27T18:27:37.410Z PASS [ 0.039s] ( 243/2695) nexus-db-model tests::test_roles_database_strings
69002026-01-27T18:27:37.438Z PASS [ 0.028s] ( 244/2695) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
69012026-01-27T18:27:37.475Z PASS [ 0.037s] ( 245/2695) nexus-db-model typed_uuid::tests::test_compare_consistency
69022026-01-27T18:27:37.499Z PASS [ 0.024s] ( 246/2695) nexus-db-model typed_uuid::tests::test_hash_equality
69032026-01-27T18:27:37.521Z PASS [ 0.022s] ( 247/2695) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
69042026-01-27T18:27:37.545Z PASS [ 0.023s] ( 248/2695) nexus-db-model vmm_state::tests::test_from_str_roundtrips
69052026-01-27T18:27:42.126Z PASS [ 5.553s] ( 249/2695) nexus-db-lookup::integration lookup::test_lookup
69062026-01-27T18:27:44.059Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69072026-01-27T18:27:44.059Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69082026-01-27T18:27:44.271Z PASS [ 6.726s] ( 250/2695) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
69092026-01-27T18:27:45.286Z PASS [ 3.160s] ( 251/2695) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
69102026-01-27T18:27:47.153Z PASS [ 2.881s] ( 252/2695) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
69112026-01-27T18:27:48.234Z PASS [ 2.947s] ( 253/2695) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
69122026-01-27T18:27:50.267Z PASS [ 3.114s] ( 254/2695) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
69132026-01-27T18:27:51.854Z PASS [ 3.610s] ( 255/2695) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
69142026-01-27T18:27:54.257Z PASS [ 3.990s] ( 256/2695) nexus-db-queries db::collection_attach::test::test_attach_once
69152026-01-27T18:27:55.341Z PASS [ 3.496s] ( 257/2695) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
69162026-01-27T18:27:57.392Z PASS [ 3.133s] ( 258/2695) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
69172026-01-27T18:27:58.332Z PASS [ 2.990s] ( 259/2695) nexus-db-queries db::collection_attach::test::test_attach_with_filters
69182026-01-27T18:27:58.377Z PASS [ 0.045s] ( 260/2695) nexus-db-queries db::collection_attach::test::test_verify_query
69192026-01-27T18:28:00.355Z PASS [ 2.963s] ( 261/2695) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
69202026-01-27T18:28:01.503Z PASS [ 3.126s] ( 262/2695) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
69212026-01-27T18:28:03.515Z PASS [ 3.160s] ( 263/2695) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
69222026-01-27T18:28:04.492Z PASS [ 2.989s] ( 264/2695) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
69232026-01-27T18:28:06.752Z PASS [ 3.236s] ( 265/2695) nexus-db-queries db::collection_detach::test::test_detach_once
69242026-01-27T18:28:07.727Z PASS [ 3.234s] ( 266/2695) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
69252026-01-27T18:28:07.774Z PASS [ 0.044s] ( 267/2695) nexus-db-queries db::collection_detach::test::test_verify_query
69262026-01-27T18:28:09.655Z PASS [ 2.902s] ( 268/2695) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
69272026-01-27T18:28:10.645Z PASS [ 2.873s] ( 269/2695) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
69282026-01-27T18:28:12.575Z PASS [ 2.920s] ( 270/2695) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
69292026-01-27T18:28:13.737Z PASS [ 3.092s] ( 271/2695) nexus-db-queries db::collection_detach_many::test::test_detach_many
69302026-01-27T18:28:15.524Z PASS [ 2.949s] ( 272/2695) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
69312026-01-27T18:28:17.056Z PASS [ 3.319s] ( 273/2695) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
69322026-01-27T18:28:18.912Z PASS [ 3.388s] ( 274/2695) nexus-db-queries db::collection_detach_many::test::test_detach_once
69332026-01-27T18:28:20.095Z PASS [ 3.038s] ( 275/2695) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
69342026-01-27T18:28:20.136Z PASS [ 0.041s] ( 276/2695) nexus-db-queries db::collection_detach_many::test::test_verify_query
69352026-01-27T18:28:21.771Z PASS [ 2.859s] ( 277/2695) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
69362026-01-27T18:28:22.965Z PASS [ 2.828s] ( 278/2695) nexus-db-queries db::collection_insert::test::test_collection_not_present
69372026-01-27T18:28:23.014Z PASS [ 0.049s] ( 279/2695) nexus-db-queries db::collection_insert::test::test_verify_query
69382026-01-27T18:28:23.053Z PASS [ 0.039s] ( 280/2695) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
69392026-01-27T18:28:23.099Z PASS [ 0.045s] ( 281/2695) nexus-db-queries db::column_walker::test::test_walk_columns
69402026-01-27T18:28:23.143Z PASS [ 0.044s] ( 282/2695) nexus-db-queries db::column_walker::test::test_walk_table
69412026-01-27T18:28:24.589Z PASS [ 2.817s] ( 283/2695) nexus-db-queries db::collection_insert::test::test_collection_present
69422026-01-27T18:28:29.207Z PASS [ 6.064s] ( 284/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
69432026-01-27T18:28:30.374Z PASS [ 5.785s] ( 285/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
69442026-01-27T18:28:32.040Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
69452026-01-27T18:28:35.386Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69462026-01-27T18:28:35.948Z PASS [ 5.574s] ( 286/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
69472026-01-27T18:28:37.172Z PASS [ 7.964s] ( 287/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
69482026-01-27T18:28:41.700Z PASS [ 5.751s] ( 288/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
69492026-01-27T18:28:43.960Z PASS [ 6.787s] ( 289/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
69502026-01-27T18:28:44.066Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69512026-01-27T18:28:44.066Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69522026-01-27T18:28:47.387Z PASS [ 5.678s] ( 290/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
69532026-01-27T18:28:50.282Z PASS [ 6.322s] ( 291/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
69542026-01-27T18:28:53.676Z PASS [ 6.296s] ( 292/2695) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
69552026-01-27T18:28:56.931Z PASS [ 6.649s] ( 293/2695) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
69562026-01-27T18:28:59.335Z PASS [ 5.658s] ( 294/2695) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
69572026-01-27T18:29:02.515Z PASS [ 5.583s] ( 295/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
69582026-01-27T18:29:05.195Z PASS [ 5.860s] ( 296/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
69592026-01-27T18:29:10.621Z PASS [ 5.426s] ( 297/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
69602026-01-27T18:29:10.699Z PASS [ 8.184s] ( 298/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
69612026-01-27T18:29:16.603Z PASS [ 5.980s] ( 299/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
69622026-01-27T18:29:17.614Z PASS [ 6.913s] ( 300/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
69632026-01-27T18:29:22.343Z PASS [ 5.739s] ( 301/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
69642026-01-27T18:29:24.042Z PASS [ 6.428s] ( 302/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
69652026-01-27T18:29:28.177Z PASS [ 5.834s] ( 303/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
69662026-01-27T18:29:29.444Z PASS [ 5.401s] ( 304/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
69672026-01-27T18:29:32.045Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
69682026-01-27T18:29:33.401Z PASS [ 5.223s] ( 305/2695) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
69692026-01-27T18:29:35.393Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69702026-01-27T18:29:37.316Z PASS [ 7.871s] ( 306/2695) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
69712026-01-27T18:29:40.436Z PASS [ 3.120s] ( 307/2695) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
69722026-01-27T18:29:41.566Z PASS [ 8.164s] ( 308/2695) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
69732026-01-27T18:29:44.070Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69742026-01-27T18:29:44.070Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69752026-01-27T18:29:45.825Z PASS [ 5.388s] ( 309/2695) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
69762026-01-27T18:29:46.847Z PASS [ 5.280s] ( 310/2695) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
69772026-01-27T18:29:51.799Z PASS [ 5.973s] ( 311/2695) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
69782026-01-27T18:29:53.239Z PASS [ 6.391s] ( 312/2695) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
69792026-01-27T18:29:56.999Z PASS [ 5.199s] ( 313/2695) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
69802026-01-27T18:29:58.281Z PASS [ 5.040s] ( 314/2695) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
69812026-01-27T18:30:02.273Z PASS [ 5.273s] ( 315/2695) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
69822026-01-27T18:30:03.440Z PASS [ 5.158s] ( 316/2695) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
69832026-01-27T18:30:06.931Z PASS [ 4.659s] ( 317/2695) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
69842026-01-27T18:30:08.677Z PASS [ 5.238s] ( 318/2695) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
69852026-01-27T18:30:09.553Z PASS [ 2.621s] ( 319/2695) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
69862026-01-27T18:30:12.556Z PASS [ 3.879s] ( 320/2695) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
69872026-01-27T18:30:12.715Z PASS [ 3.162s] ( 321/2695) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
69882026-01-27T18:30:15.476Z PASS [ 2.919s] ( 322/2695) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
69892026-01-27T18:30:15.688Z PASS [ 2.973s] ( 323/2695) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
69902026-01-27T18:30:18.480Z PASS [ 3.004s] ( 324/2695) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
69912026-01-27T18:30:18.774Z PASS [ 3.085s] ( 325/2695) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
69922026-01-27T18:30:21.737Z PASS [ 3.257s] ( 326/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
69932026-01-27T18:30:22.200Z PASS [ 3.425s] ( 327/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
69942026-01-27T18:30:24.741Z PASS [ 3.003s] ( 328/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
69952026-01-27T18:30:25.227Z PASS [ 3.027s] ( 329/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
69962026-01-27T18:30:26.898Z PASS [ 291.506s] ( 330/2695) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69972026-01-27T18:30:27.755Z PASS [ 3.013s] ( 331/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
69982026-01-27T18:30:28.253Z PASS [ 3.026s] ( 332/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
69992026-01-27T18:30:30.411Z PASS [ 3.513s] ( 333/2695) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
70002026-01-27T18:30:31.539Z PASS [ 3.285s] ( 334/2695) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
70012026-01-27T18:30:32.050Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
70022026-01-27T18:30:33.096Z PASS [ 5.342s] ( 335/2695) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
70032026-01-27T18:30:33.178Z PASS [ 2.766s] ( 336/2695) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
70042026-01-27T18:30:33.903Z PASS [ 2.364s] ( 337/2695) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
70052026-01-27T18:30:39.457Z PASS [ 6.361s] ( 338/2695) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
70062026-01-27T18:30:39.470Z PASS [ 6.292s] ( 339/2695) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
70072026-01-27T18:30:39.695Z PASS [ 0.237s] ( 340/2695) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
70082026-01-27T18:30:40.368Z PASS [ 6.463s] ( 341/2695) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
70092026-01-27T18:30:41.892Z PASS [ 2.421s] ( 342/2695) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
70102026-01-27T18:30:44.076Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70112026-01-27T18:30:44.076Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70122026-01-27T18:30:45.622Z PASS [ 5.254s] ( 343/2695) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
70132026-01-27T18:30:46.305Z PASS [ 6.610s] ( 344/2695) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
70142026-01-27T18:30:48.121Z PASS [ 6.228s] ( 345/2695) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
70152026-01-27T18:30:51.347Z PASS [ 5.724s] ( 346/2695) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
70162026-01-27T18:30:53.846Z PASS [ 5.724s] ( 347/2695) nexus-db-queries db::datastore::deployment::tests::test_set_target
70172026-01-27T18:30:54.465Z PASS [ 8.160s] ( 348/2695) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
70182026-01-27T18:30:54.515Z PASS [ 0.049s] ( 349/2695) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
70192026-01-27T18:30:56.556Z PASS [ 5.209s] ( 350/2695) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
70202026-01-27T18:30:58.374Z PASS [ 4.528s] ( 351/2695) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
70212026-01-27T18:30:58.893Z PASS [ 4.377s] ( 352/2695) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
70222026-01-27T18:31:01.625Z PASS [ 5.069s] ( 353/2695) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
70232026-01-27T18:31:04.088Z PASS [ 5.194s] ( 354/2695) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
70242026-01-27T18:31:04.752Z PASS [ 6.376s] ( 355/2695) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
70252026-01-27T18:31:06.921Z PASS [ 5.295s] ( 356/2695) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
70262026-01-27T18:31:07.349Z PASS [ 2.597s] ( 357/2695) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
70272026-01-27T18:31:08.910Z PASS [ 4.822s] ( 358/2695) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
70282026-01-27T18:31:09.495Z PASS [ 2.574s] ( 359/2695) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
70292026-01-27T18:31:09.840Z PASS [ 2.491s] ( 360/2695) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
70302026-01-27T18:31:11.448Z PASS [ 2.538s] ( 361/2695) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
70312026-01-27T18:31:12.067Z PASS [ 2.572s] ( 362/2695) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
70322026-01-27T18:31:12.187Z PASS [ 2.346s] ( 363/2695) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
70332026-01-27T18:31:14.340Z PASS [ 2.891s] ( 364/2695) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
70342026-01-27T18:31:15.271Z PASS [ 3.203s] ( 365/2695) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
70352026-01-27T18:31:17.210Z PASS [ 5.022s] ( 366/2695) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
70362026-01-27T18:31:20.701Z PASS [ 5.430s] ( 367/2695) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
70372026-01-27T18:31:20.790Z PASS [ 6.450s] ( 368/2695) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
70382026-01-27T18:31:22.866Z PASS [ 5.655s] ( 369/2695) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
70392026-01-27T18:31:25.440Z PASS [ 4.737s] ( 370/2695) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
70402026-01-27T18:31:26.202Z PASS [ 5.411s] ( 371/2695) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
70412026-01-27T18:31:28.144Z PASS [ 5.279s] ( 372/2695) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
70422026-01-27T18:31:30.291Z PASS [ 4.852s] ( 373/2695) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
70432026-01-27T18:31:30.940Z PASS [ 4.738s] ( 374/2695) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
70442026-01-27T18:31:32.056Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
70452026-01-27T18:31:32.968Z PASS [ 4.823s] ( 375/2695) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
70462026-01-27T18:31:35.747Z PASS [ 5.455s] ( 376/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
70472026-01-27T18:31:36.271Z PASS [ 5.331s] ( 377/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
70482026-01-27T18:31:38.972Z PASS [ 6.003s] ( 378/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
70492026-01-27T18:31:41.222Z PASS [ 5.475s] ( 379/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
70502026-01-27T18:31:41.447Z PASS [ 5.176s] ( 380/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
70512026-01-27T18:31:43.597Z PASS [ 4.624s] ( 381/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
70522026-01-27T18:31:44.083Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70532026-01-27T18:31:44.083Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70542026-01-27T18:31:45.862Z PASS [ 4.639s] ( 382/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
70552026-01-27T18:31:46.331Z PASS [ 4.883s] ( 383/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
70562026-01-27T18:31:48.563Z PASS [ 4.965s] ( 384/2695) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
70572026-01-27T18:31:51.292Z PASS [ 5.429s] ( 385/2695) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
70582026-01-27T18:31:51.977Z PASS [ 5.646s] ( 386/2695) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
70592026-01-27T18:31:54.573Z PASS [ 5.966s] ( 387/2695) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
70602026-01-27T18:31:54.660Z PASS [ 322.609s] ( 388/2695) oximeter-db client::tests::test_replicated
70612026-01-27T18:31:54.760Z PASS [ 0.097s] ( 389/2695) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
70622026-01-27T18:31:54.793Z PASS [ 0.033s] ( 390/2695) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
70632026-01-27T18:31:54.820Z PASS [ 0.026s] ( 391/2695) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
70642026-01-27T18:31:54.846Z PASS [ 0.026s] ( 392/2695) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
70652026-01-27T18:31:54.871Z PASS [ 0.025s] ( 393/2695) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
70662026-01-27T18:31:55.429Z PASS [ 0.558s] ( 394/2695) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
70672026-01-27T18:31:55.605Z PASS [ 0.176s] ( 395/2695) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
70682026-01-27T18:31:55.784Z PASS [ 0.179s] ( 396/2695) omicron-clickhouse-admin::integration_test test_lgif_parsing
70692026-01-27T18:31:55.955Z PASS [ 0.171s] ( 397/2695) omicron-clickhouse-admin::integration_test test_raft_config_parsing
70702026-01-27T18:31:56.122Z PASS [ 0.166s] ( 398/2695) omicron-clickhouse-admin::integration_test test_teardown
70712026-01-27T18:31:56.220Z PASS [ 0.098s] ( 399/2695) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
70722026-01-27T18:31:56.509Z PASS [ 5.217s] ( 400/2695) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
70732026-01-27T18:31:57.162Z PASS [ 5.185s] ( 401/2695) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
70742026-01-27T18:31:59.159Z PASS [ 4.630s] ( 402/2695) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
70752026-01-27T18:32:01.060Z PASS [ 4.550s] ( 403/2695) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
70762026-01-27T18:32:01.885Z PASS [ 4.722s] ( 404/2695) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
70772026-01-27T18:32:02.100Z PASS [ 0.215s] ( 405/2695) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
70782026-01-27T18:32:02.331Z PASS [ 0.230s] ( 406/2695) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
70792026-01-27T18:32:02.587Z PASS [ 0.256s] ( 407/2695) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
70802026-01-27T18:32:03.547Z PASS [ 4.388s] ( 408/2695) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
70812026-01-27T18:32:05.324Z PASS [ 2.737s] ( 409/2695) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
70822026-01-27T18:32:05.644Z PASS [ 4.583s] ( 410/2695) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
70832026-01-27T18:32:06.016Z PASS [ 2.468s] ( 411/2695) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
70842026-01-27T18:32:07.773Z PASS [ 2.449s] ( 412/2695) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
70852026-01-27T18:32:08.206Z PASS [ 2.562s] ( 413/2695) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
70862026-01-27T18:32:12.085Z PASS [ 6.069s] ( 414/2695) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
70872026-01-27T18:32:12.677Z PASS [ 4.903s] ( 415/2695) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
70882026-01-27T18:32:12.939Z PASS [ 4.732s] ( 416/2695) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
70892026-01-27T18:32:16.874Z PASS [ 4.789s] ( 417/2695) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
70902026-01-27T18:32:17.496Z PASS [ 4.818s] ( 418/2695) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
70912026-01-27T18:32:17.843Z PASS [ 4.903s] ( 419/2695) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
70922026-01-27T18:32:22.064Z PASS [ 5.189s] ( 420/2695) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
70932026-01-27T18:32:22.631Z PASS [ 5.135s] ( 421/2695) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
70942026-01-27T18:32:25.502Z PASS [ 7.659s] ( 422/2695) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
70952026-01-27T18:32:27.344Z PASS [ 5.279s] ( 423/2695) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
70962026-01-27T18:32:27.897Z PASS [ 5.266s] ( 424/2695) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
70972026-01-27T18:32:30.712Z PASS [ 5.210s] ( 425/2695) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
70982026-01-27T18:32:32.727Z PASS [ 5.383s] ( 426/2695) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
70992026-01-27T18:32:32.860Z PASS [ 4.962s] ( 427/2695) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
71002026-01-27T18:32:35.766Z PASS [ 5.053s] ( 428/2695) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
71012026-01-27T18:32:37.702Z PASS [ 4.974s] ( 429/2695) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
71022026-01-27T18:32:37.756Z PASS [ 4.896s] ( 430/2695) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
71032026-01-27T18:32:40.916Z PASS [ 5.149s] ( 431/2695) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
71042026-01-27T18:32:42.321Z PASS [ 4.564s] ( 432/2695) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
71052026-01-27T18:32:43.738Z PASS [ 6.036s] ( 433/2695) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
71062026-01-27T18:32:44.087Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71072026-01-27T18:32:44.087Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71082026-01-27T18:32:46.456Z PASS [ 5.540s] ( 434/2695) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
71092026-01-27T18:32:49.082Z PASS [ 5.343s] ( 435/2695) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
71102026-01-27T18:32:50.037Z PASS [ 7.715s] ( 436/2695) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
71112026-01-27T18:32:51.732Z PASS [ 5.275s] ( 437/2695) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
71122026-01-27T18:32:53.297Z PASS [ 3.259s] ( 438/2695) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
71132026-01-27T18:32:54.634Z PASS [ 2.902s] ( 439/2695) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
71142026-01-27T18:32:54.768Z PASS [ 5.685s] ( 440/2695) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
71152026-01-27T18:32:56.035Z PASS [ 2.738s] ( 441/2695) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
71162026-01-27T18:32:56.226Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
71172026-01-27T18:32:57.512Z PASS [ 2.878s] ( 442/2695) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
71182026-01-27T18:32:59.622Z PASS [ 4.853s] ( 443/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
71192026-01-27T18:33:01.060Z PASS [ 5.024s] ( 444/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
71202026-01-27T18:33:02.189Z PASS [ 4.677s] ( 445/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
71212026-01-27T18:33:04.364Z PASS [ 4.742s] ( 446/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
71222026-01-27T18:33:04.486Z PASS [ 68.259s] ( 447/2695) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
71232026-01-27T18:33:05.601Z PASS [ 4.541s] ( 448/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
71242026-01-27T18:33:06.787Z PASS [ 4.597s] ( 449/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
71252026-01-27T18:33:07.044Z PASS [ 0.256s] ( 450/2695) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
71262026-01-27T18:33:07.290Z PASS [ 0.247s] ( 451/2695) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
71272026-01-27T18:33:07.391Z PASS [ 2.851s] ( 452/2695) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
71282026-01-27T18:33:07.568Z PASS [ 0.277s] ( 453/2695) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
71292026-01-27T18:33:08.822Z PASS [ 4.458s] ( 454/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
71302026-01-27T18:33:10.029Z PASS [ 4.427s] ( 455/2695) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
71312026-01-27T18:33:12.770Z PASS [ 5.202s] ( 456/2695) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
71322026-01-27T18:33:13.659Z PASS [ 4.836s] ( 457/2695) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
71332026-01-27T18:33:15.247Z PASS [ 5.218s] ( 458/2695) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
71342026-01-27T18:33:17.833Z PASS [ 5.062s] ( 459/2695) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
71352026-01-27T18:33:18.740Z PASS [ 5.080s] ( 460/2695) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
71362026-01-27T18:33:19.366Z PASS [ 12.030s] ( 461/2695) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
71372026-01-27T18:33:20.019Z PASS [ 4.771s] ( 462/2695) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
71382026-01-27T18:33:22.631Z PASS [ 4.798s] ( 463/2695) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
71392026-01-27T18:33:23.468Z PASS [ 4.727s] ( 464/2695) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
71402026-01-27T18:33:24.727Z PASS [ 4.708s] ( 465/2695) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
71412026-01-27T18:33:27.429Z PASS [ 4.797s] ( 466/2695) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
71422026-01-27T18:33:28.119Z PASS [ 4.650s] ( 467/2695) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
71432026-01-27T18:33:29.769Z PASS [ 5.041s] ( 468/2695) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
71442026-01-27T18:33:32.486Z PASS [ 5.057s] ( 469/2695) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
71452026-01-27T18:33:33.480Z PASS [ 5.360s] ( 470/2695) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
71462026-01-27T18:33:35.251Z PASS [ 5.482s] ( 471/2695) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
71472026-01-27T18:33:37.498Z PASS [ 5.012s] ( 472/2695) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
71482026-01-27T18:33:38.289Z PASS [ 4.809s] ( 473/2695) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
71492026-01-27T18:33:39.264Z PASS [ 19.896s] ( 474/2695) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
71502026-01-27T18:33:40.328Z PASS [ 5.076s] ( 475/2695) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
71512026-01-27T18:33:42.467Z PASS [ 4.968s] ( 476/2695) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
71522026-01-27T18:33:43.254Z PASS [ 4.964s] ( 477/2695) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
71532026-01-27T18:33:43.842Z PASS [ 4.578s] ( 478/2695) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
71542026-01-27T18:33:44.093Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71552026-01-27T18:33:44.093Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71562026-01-27T18:33:45.344Z PASS [ 5.015s] ( 479/2695) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
71572026-01-27T18:33:47.346Z PASS [ 4.879s] ( 480/2695) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
71582026-01-27T18:33:48.356Z PASS [ 5.102s] ( 481/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
71592026-01-27T18:33:49.562Z PASS [ 5.719s] ( 482/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
71602026-01-27T18:33:50.475Z PASS [ 5.130s] ( 483/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
71612026-01-27T18:33:52.906Z PASS [ 5.559s] ( 484/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
71622026-01-27T18:33:54.118Z PASS [ 5.761s] ( 485/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
71632026-01-27T18:33:55.312Z PASS [ 5.748s] ( 486/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_pool_exhaustion
71642026-01-27T18:33:56.212Z PASS [ 5.737s] ( 487/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
71652026-01-27T18:33:57.897Z PASS [ 4.991s] ( 488/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
71662026-01-27T18:33:59.528Z PASS [ 5.410s] ( 489/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
71672026-01-27T18:34:00.214Z PASS [ 4.902s] ( 490/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
71682026-01-27T18:34:01.346Z PASS [ 5.133s] ( 491/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
71692026-01-27T18:34:03.350Z PASS [ 5.451s] ( 492/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
71702026-01-27T18:34:05.307Z PASS [ 5.778s] ( 493/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_state_transitions_datastore
71712026-01-27T18:34:05.386Z PASS [ 5.172s] ( 494/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_delete_create_cycle
71722026-01-27T18:34:06.292Z PASS [ 4.945s] ( 495/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
71732026-01-27T18:34:08.336Z PASS [ 4.986s] ( 496/2695) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
71742026-01-27T18:34:10.984Z PASS [ 5.676s] ( 497/2695) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
71752026-01-27T18:34:11.318Z PASS [ 5.931s] ( 498/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
71762026-01-27T18:34:11.948Z PASS [ 5.656s] ( 499/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_clears_sources_on_reactivation
71772026-01-27T18:34:14.326Z PASS [ 5.990s] ( 500/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
71782026-01-27T18:34:15.438Z PASS [ 4.453s] ( 501/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
71792026-01-27T18:34:17.098Z PASS [ 5.780s] ( 502/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
71802026-01-27T18:34:17.564Z PASS [ 5.615s] ( 503/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
71812026-01-27T18:34:20.315Z PASS [ 5.988s] ( 504/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
71822026-01-27T18:34:21.109Z PASS [ 5.670s] ( 505/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_preserves_sources_on_reactivation
71832026-01-27T18:34:22.991Z PASS [ 5.892s] ( 506/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_from_left
71842026-01-27T18:34:23.621Z PASS [ 6.056s] ( 507/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_replaces_sources
71852026-01-27T18:34:26.088Z PASS [ 5.773s] ( 508/2695) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
71862026-01-27T18:34:27.170Z PASS [ 6.061s] ( 509/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
71872026-01-27T18:34:29.023Z PASS [ 6.031s] ( 510/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
71882026-01-27T18:34:29.344Z PASS [ 5.722s] ( 511/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
71892026-01-27T18:34:31.727Z PASS [ 5.639s] ( 512/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
71902026-01-27T18:34:33.086Z PASS [ 5.915s] ( 513/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
71912026-01-27T18:34:34.940Z PASS [ 5.916s] ( 514/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
71922026-01-27T18:34:35.588Z PASS [ 6.244s] ( 515/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
71932026-01-27T18:34:37.624Z PASS [ 5.897s] ( 516/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
71942026-01-27T18:34:39.311Z PASS [ 6.224s] ( 517/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
71952026-01-27T18:34:40.866Z PASS [ 5.926s] ( 518/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
71962026-01-27T18:34:41.456Z PASS [ 5.868s] ( 519/2695) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
71972026-01-27T18:34:43.272Z PASS [ 5.647s] ( 520/2695) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
71982026-01-27T18:34:43.678Z PASS [ 4.366s] ( 521/2695) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
71992026-01-27T18:34:44.099Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72002026-01-27T18:34:44.099Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72012026-01-27T18:34:46.091Z PASS [ 5.224s] ( 522/2695) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
72022026-01-27T18:34:47.711Z PASS [ 6.254s] ( 523/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
72032026-01-27T18:34:49.359Z PASS [ 6.087s] ( 524/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
72042026-01-27T18:34:49.686Z PASS [ 6.008s] ( 525/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
72052026-01-27T18:34:52.637Z PASS [ 6.545s] ( 526/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
72062026-01-27T18:34:53.862Z PASS [ 6.149s] ( 527/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
72072026-01-27T18:34:55.477Z PASS [ 6.117s] ( 528/2695) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
72082026-01-27T18:34:55.518Z PASS [ 5.832s] ( 529/2695) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
72092026-01-27T18:34:57.073Z PASS [ 4.436s] ( 530/2695) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
72102026-01-27T18:34:58.339Z PASS [ 4.478s] ( 531/2695) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
72112026-01-27T18:34:59.927Z PASS [ 4.450s] ( 532/2695) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
72122026-01-27T18:35:00.649Z PASS [ 5.130s] ( 533/2695) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
72132026-01-27T18:35:01.657Z PASS [ 4.583s] ( 534/2695) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
72142026-01-27T18:35:03.852Z PASS [ 5.512s] ( 535/2695) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
72152026-01-27T18:35:05.341Z PASS [ 4.692s] ( 536/2695) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
72162026-01-27T18:35:08.492Z PASS [ 4.640s] ( 537/2695) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
72172026-01-27T18:35:10.085Z PASS [ 4.744s] ( 538/2695) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
72182026-01-27T18:35:11.376Z PASS [ 11.447s] ( 539/2695) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
72192026-01-27T18:35:13.431Z PASS [ 4.938s] ( 540/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
72202026-01-27T18:35:15.122Z PASS [ 5.035s] ( 541/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
72212026-01-27T18:35:16.998Z PASS [ 5.622s] ( 542/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
72222026-01-27T18:35:18.671Z PASS [ 5.239s] ( 543/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
72232026-01-27T18:35:19.734Z PASS [ 18.075s] ( 544/2695) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
72242026-01-27T18:35:20.661Z PASS [ 5.540s] ( 545/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
72252026-01-27T18:35:22.221Z PASS [ 5.223s] ( 546/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
72262026-01-27T18:35:24.355Z PASS [ 5.683s] ( 547/2695) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
72272026-01-27T18:35:26.029Z PASS [ 5.367s] ( 548/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
72282026-01-27T18:35:26.540Z PASS [ 6.804s] ( 549/2695) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
72292026-01-27T18:35:27.192Z PASS [ 4.970s] ( 550/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
72302026-01-27T18:35:29.498Z PASS [ 5.143s] ( 551/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
72312026-01-27T18:35:31.547Z PASS [ 5.518s] ( 552/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
72322026-01-27T18:35:32.250Z PASS [ 5.710s] ( 553/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
72332026-01-27T18:35:32.288Z PASS [ 0.038s] ( 554/2695) nexus-db-queries db::datastore::region::test::test_extent_count
72342026-01-27T18:35:32.963Z PASS [ 5.771s] ( 555/2695) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
72352026-01-27T18:35:34.128Z PASS [ 4.630s] ( 556/2695) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
72362026-01-27T18:35:36.091Z PASS [ 4.544s] ( 557/2695) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
72372026-01-27T18:35:36.879Z PASS [ 4.589s] ( 558/2695) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
72382026-01-27T18:35:37.607Z PASS [ 4.643s] ( 559/2695) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
72392026-01-27T18:35:38.729Z PASS [ 4.601s] ( 560/2695) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
72402026-01-27T18:35:40.881Z PASS [ 4.789s] ( 561/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
72412026-01-27T18:35:41.339Z PASS [ 4.461s] ( 562/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
72422026-01-27T18:35:42.161Z PASS [ 4.554s] ( 563/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
72432026-01-27T18:35:43.380Z PASS [ 4.650s] ( 564/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
72442026-01-27T18:35:44.104Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72452026-01-27T18:35:44.104Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72462026-01-27T18:35:45.329Z PASS [ 4.448s] ( 565/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
72472026-01-27T18:35:45.797Z PASS [ 4.457s] ( 566/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
72482026-01-27T18:35:46.991Z PASS [ 4.830s] ( 567/2695) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
72492026-01-27T18:35:48.023Z PASS [ 4.643s] ( 568/2695) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
72502026-01-27T18:35:50.033Z PASS [ 4.704s] ( 569/2695) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
72512026-01-27T18:35:50.329Z PASS [ 4.532s] ( 570/2695) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
72522026-01-27T18:35:52.225Z PASS [ 5.234s] ( 571/2695) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
72532026-01-27T18:35:52.820Z PASS [ 4.796s] ( 572/2695) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
72542026-01-27T18:35:55.016Z PASS [ 4.982s] ( 573/2695) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
72552026-01-27T18:35:55.098Z PASS [ 4.765s] ( 574/2695) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
72562026-01-27T18:35:56.835Z PASS [ 4.608s] ( 575/2695) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
72572026-01-27T18:35:58.047Z PASS [ 5.227s] ( 576/2695) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
72582026-01-27T18:36:00.268Z PASS [ 5.252s] ( 577/2695) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
72592026-01-27T18:36:00.449Z PASS [ 5.354s] ( 578/2695) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
72602026-01-27T18:36:02.023Z PASS [ 5.189s] ( 579/2695) nexus-db-queries db::datastore::sled::test::affinity_multi_group
72612026-01-27T18:36:03.322Z PASS [ 5.274s] ( 580/2695) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
72622026-01-27T18:36:05.535Z PASS [ 5.266s] ( 581/2695) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
72632026-01-27T18:36:05.614Z PASS [ 5.165s] ( 582/2695) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
72642026-01-27T18:36:07.270Z PASS [ 5.246s] ( 583/2695) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
72652026-01-27T18:36:08.672Z PASS [ 5.349s] ( 584/2695) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
72662026-01-27T18:36:10.850Z PASS [ 5.234s] ( 585/2695) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
72672026-01-27T18:36:10.864Z PASS [ 5.328s] ( 586/2695) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
72682026-01-27T18:36:12.602Z PASS [ 5.331s] ( 587/2695) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
72692026-01-27T18:36:13.873Z PASS [ 5.201s] ( 588/2695) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
72702026-01-27T18:36:16.812Z PASS [ 5.961s] ( 589/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation
72712026-01-27T18:36:17.815Z PASS [ 6.950s] ( 590/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
72722026-01-27T18:36:19.074Z PASS [ 6.471s] ( 591/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
72732026-01-27T18:36:20.439Z PASS [ 6.565s] ( 592/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
72742026-01-27T18:36:22.772Z PASS [ 5.960s] ( 593/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
72752026-01-27T18:36:24.154Z PASS [ 6.338s] ( 594/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
72762026-01-27T18:36:25.371Z PASS [ 6.296s] ( 595/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
72772026-01-27T18:36:26.613Z PASS [ 6.173s] ( 596/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
72782026-01-27T18:36:28.566Z PASS [ 5.793s] ( 597/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
72792026-01-27T18:36:30.426Z PASS [ 6.271s] ( 598/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
72802026-01-27T18:36:31.346Z PASS [ 5.975s] ( 599/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
72812026-01-27T18:36:35.630Z PASS [ 7.063s] ( 600/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
72822026-01-27T18:36:36.560Z PASS [ 6.134s] ( 601/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
72832026-01-27T18:36:37.660Z PASS [ 6.313s] ( 602/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
72842026-01-27T18:36:42.017Z PASS [ 5.456s] ( 603/2695) nexus-db-queries db::datastore::sled::test::sled_list_batch
72852026-01-27T18:36:42.337Z PASS [ 6.706s] ( 604/2695) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
72862026-01-27T18:36:42.980Z PASS [ 5.320s] ( 605/2695) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
72872026-01-27T18:36:44.110Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72882026-01-27T18:36:44.110Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72892026-01-27T18:36:47.336Z PASS [ 5.317s] ( 606/2695) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
72902026-01-27T18:36:47.487Z PASS [ 5.149s] ( 607/2695) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
72912026-01-27T18:36:47.977Z PASS [ 4.996s] ( 608/2695) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
72922026-01-27T18:36:52.770Z PASS [ 5.283s] ( 609/2695) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
72932026-01-27T18:36:53.349Z PASS [ 6.014s] ( 610/2695) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
72942026-01-27T18:36:56.270Z PASS [ 8.293s] ( 611/2695) nexus-db-queries db::datastore::sled::test::test_sled_transitions
72952026-01-27T18:36:57.898Z PASS [ 5.127s] ( 612/2695) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
72962026-01-27T18:36:58.302Z PASS [ 4.952s] ( 613/2695) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
72972026-01-27T18:37:01.334Z PASS [ 5.063s] ( 614/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
72982026-01-27T18:37:04.627Z PASS [ 6.729s] ( 615/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
72992026-01-27T18:37:04.802Z PASS [ 6.500s] ( 616/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
73002026-01-27T18:37:08.073Z PASS [ 6.738s] ( 617/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
73012026-01-27T18:37:09.963Z PASS [ 5.161s] ( 618/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
73022026-01-27T18:37:11.194Z PASS [ 6.566s] ( 619/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
73032026-01-27T18:37:13.174Z PASS [ 5.101s] ( 620/2695) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
73042026-01-27T18:37:15.094Z PASS [ 5.130s] ( 621/2695) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
73052026-01-27T18:37:16.028Z PASS [ 4.833s] ( 622/2695) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
73062026-01-27T18:37:17.936Z PASS [ 4.761s] ( 623/2695) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
73072026-01-27T18:37:19.853Z PASS [ 4.759s] ( 624/2695) nexus-db-queries db::datastore::target_release::test::target_release_datastore
73082026-01-27T18:37:20.976Z PASS [ 4.948s] ( 625/2695) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
73092026-01-27T18:37:22.903Z PASS [ 4.967s] ( 626/2695) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
73102026-01-27T18:37:24.551Z PASS [ 4.697s] ( 627/2695) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
73112026-01-27T18:37:25.686Z PASS [ 4.709s] ( 628/2695) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
73122026-01-27T18:37:26.619Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73132026-01-27T18:37:27.481Z PASS [ 4.578s] ( 629/2695) nexus-db-queries db::datastore::test::test_project_creation
73142026-01-27T18:37:29.200Z PASS [ 4.649s] ( 630/2695) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
73152026-01-27T18:37:30.914Z PASS [ 5.227s] ( 631/2695) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
73162026-01-27T18:37:34.613Z PASS [ 5.413s] ( 632/2695) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
73172026-01-27T18:37:36.969Z PASS [ 6.054s] ( 633/2695) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
73182026-01-27T18:37:38.283Z PASS [ 10.800s] ( 634/2695) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
73192026-01-27T18:37:39.767Z PASS [ 5.153s] ( 635/2695) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
73202026-01-27T18:37:44.117Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73212026-01-27T18:37:44.117Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73222026-01-27T18:37:46.660Z PASS [ 9.689s] ( 636/2695) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
73232026-01-27T18:37:48.489Z PASS [ 10.199s] ( 637/2695) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
73242026-01-27T18:37:52.185Z PASS [ 12.417s] ( 638/2695) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
73252026-01-27T18:37:53.352Z PASS [ 4.869s] ( 639/2695) nexus-db-queries db::datastore::test::test_session_methods
73262026-01-27T18:37:57.139Z PASS [ 4.954s] ( 640/2695) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
73272026-01-27T18:37:58.002Z PASS [ 4.650s] ( 641/2695) nexus-db-queries db::datastore::test::test_ssh_keys
73282026-01-27T18:37:58.412Z PASS [ 11.752s] ( 642/2695) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
73292026-01-27T18:38:01.651Z PASS [ 4.511s] ( 643/2695) nexus-db-queries db::datastore::test::test_table_scan
73302026-01-27T18:38:03.706Z PASS [ 5.293s] ( 644/2695) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
73312026-01-27T18:38:03.706Z PASS [ 5.703s] ( 645/2695) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
73322026-01-27T18:38:06.507Z PASS [ 4.855s] ( 646/2695) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
73332026-01-27T18:38:08.891Z PASS [ 5.184s] ( 647/2695) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
73342026-01-27T18:38:09.860Z PASS [ 6.154s] ( 648/2695) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
73352026-01-27T18:38:13.614Z PASS [ 106.994s] ( 649/2695) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73362026-01-27T18:38:14.639Z PASS [ 5.748s] ( 650/2695) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
73372026-01-27T18:38:14.885Z PASS [ 5.024s] ( 651/2695) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
73382026-01-27T18:38:18.472Z PASS [ 4.857s] ( 652/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
73392026-01-27T18:38:19.710Z PASS [ 4.823s] ( 653/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
73402026-01-27T18:38:19.749Z PASS [ 5.109s] ( 654/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
73412026-01-27T18:38:23.590Z PASS [ 5.116s] ( 655/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
73422026-01-27T18:38:24.609Z PASS [ 4.860s] ( 656/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
73432026-01-27T18:38:24.647Z PASS [ 880.546s] ( 657/2695) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73442026-01-27T18:38:25.557Z PASS [ 5.848s] ( 658/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
73452026-01-27T18:38:28.457Z PASS [ 4.867s] ( 659/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
73462026-01-27T18:38:29.028Z PASS [ 4.379s] ( 660/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
73472026-01-27T18:38:29.723Z PASS [ 5.113s] ( 661/2695) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
73482026-01-27T18:38:29.849Z PASS [ 885.747s] ( 662/2695) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73492026-01-27T18:38:30.663Z PASS [ 5.105s] ( 663/2695) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
73502026-01-27T18:38:33.205Z PASS [ 4.722s] ( 664/2695) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
73512026-01-27T18:38:33.465Z PASS [ 26.956s] ( 665/2695) nexus-db-queries db::datastore::update::test::test_list_unpruned
73522026-01-27T18:38:33.655Z PASS [ 4.627s] ( 666/2695) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
73532026-01-27T18:38:34.323Z PASS [ 4.474s] ( 667/2695) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
73542026-01-27T18:38:34.502Z PASS [ 4.726s] ( 668/2695) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
73552026-01-27T18:38:38.751Z PASS [ 4.542s] ( 669/2695) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
73562026-01-27T18:38:38.829Z PASS [ 4.421s] ( 670/2695) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
73572026-01-27T18:38:38.829Z PASS [ 0.040s] ( 671/2695) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
73582026-01-27T18:38:38.829Z PASS [ 0.044s] ( 672/2695) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
73592026-01-27T18:38:38.830Z PASS [ 4.629s] ( 673/2695) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
73602026-01-27T18:38:38.830Z PASS [ 4.832s] ( 674/2695) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
73612026-01-27T18:38:38.830Z PASS [ 4.327s] ( 675/2695) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
73622026-01-27T18:38:38.854Z PASS [ 4.401s] ( 676/2695) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
73632026-01-27T18:38:42.926Z PASS [ 4.439s] ( 677/2695) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
73642026-01-27T18:38:42.979Z PASS [ 4.328s] ( 678/2695) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
73652026-01-27T18:38:43.144Z PASS [ 4.293s] ( 679/2695) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
73662026-01-27T18:38:44.863Z PASS [ 9.657s] ( 680/2695) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
73672026-01-27T18:38:47.871Z PASS [ 4.944s] ( 681/2695) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
73682026-01-27T18:38:47.872Z PASS [ 10.186s] ( 682/2695) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
73692026-01-27T18:38:47.889Z PASS [ 4.909s] ( 683/2695) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
73702026-01-27T18:38:48.081Z PASS [ 0.209s] ( 684/2695) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
73712026-01-27T18:38:48.656Z PASS [ 10.561s] ( 685/2695) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
73722026-01-27T18:38:50.007Z PASS [ 6.862s] ( 686/2695) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
73732026-01-27T18:38:50.761Z PASS [ 2.872s] ( 687/2695) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
73742026-01-27T18:38:50.784Z PASS [ 5.921s] ( 688/2695) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
73752026-01-27T18:38:51.162Z PASS [ 2.506s] ( 689/2695) nexus-db-queries db::explain::test::test_explain_async
73762026-01-27T18:38:52.479Z PASS [ 2.471s] ( 690/2695) nexus-db-queries db::explain::test::test_explain_full_table_scan
73772026-01-27T18:38:52.755Z PASS [ 4.666s] ( 691/2695) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
73782026-01-27T18:38:53.463Z PASS [ 2.701s] ( 692/2695) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
73792026-01-27T18:38:53.463Z PASS [ 2.677s] ( 693/2695) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
73802026-01-27T18:38:53.968Z PASS [ 2.806s] ( 694/2695) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
73812026-01-27T18:38:54.005Z PASS [ 0.037s] ( 695/2695) nexus-db-queries db::pagination::test::test_paginator
73822026-01-27T18:38:54.067Z PASS [ 6.195s] ( 696/2695) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
73832026-01-27T18:38:55.224Z PASS [ 2.745s] ( 697/2695) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
73842026-01-27T18:38:55.296Z PASS [ 1.290s] ( 698/2695) nexus-db-queries db::pool::test::test_pool_can_be_terminated
73852026-01-27T18:38:55.506Z PASS [ 1.439s] ( 699/2695) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
73862026-01-27T18:38:55.623Z PASS [ 2.873s] ( 700/2695) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
73872026-01-27T18:38:56.180Z PASS [ 2.718s] ( 701/2695) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
73882026-01-27T18:38:56.236Z PASS [ 2.773s] ( 702/2695) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
73892026-01-27T18:38:58.532Z PASS [ 3.026s] ( 703/2695) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
73902026-01-27T18:39:00.211Z PASS [ 4.589s] ( 704/2695) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
73912026-01-27T18:39:00.448Z PASS [ 0.238s] ( 705/2695) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
73922026-01-27T18:39:00.632Z PASS [ 5.336s] ( 706/2695) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
73932026-01-27T18:39:00.686Z PASS [ 0.237s] ( 707/2695) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
73942026-01-27T18:39:00.900Z PASS [ 5.675s] ( 708/2695) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
73952026-01-27T18:39:00.928Z PASS [ 0.296s] ( 709/2695) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
73962026-01-27T18:39:00.963Z PASS [ 0.278s] ( 710/2695) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
73972026-01-27T18:39:01.528Z PASS [ 5.347s] ( 711/2695) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
73982026-01-27T18:39:01.716Z PASS [ 5.480s] ( 712/2695) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
73992026-01-27T18:39:03.219Z PASS [ 4.686s] ( 713/2695) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
74002026-01-27T18:39:05.800Z PASS [ 4.836s] ( 714/2695) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
74012026-01-27T18:39:05.969Z PASS [ 4.441s] ( 715/2695) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
74022026-01-27T18:39:06.494Z PASS [ 5.566s] ( 716/2695) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
74032026-01-27T18:39:06.494Z PASS [ 4.778s] ( 717/2695) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
74042026-01-27T18:39:06.621Z PASS [ 5.721s] ( 718/2695) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
74052026-01-27T18:39:06.824Z PASS [ 0.203s] ( 719/2695) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
74062026-01-27T18:39:07.068Z PASS [ 0.242s] ( 720/2695) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
74072026-01-27T18:39:07.279Z PASS [ 0.212s] ( 721/2695) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
74082026-01-27T18:39:07.506Z PASS [ 0.227s] ( 722/2695) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
74092026-01-27T18:39:07.782Z PASS [ 0.276s] ( 723/2695) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
74102026-01-27T18:39:08.038Z PASS [ 4.817s] ( 724/2695) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
74112026-01-27T18:39:09.157Z PASS [ 2.663s] ( 725/2695) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
74122026-01-27T18:39:10.806Z PASS [ 5.005s] ( 726/2695) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
74132026-01-27T18:39:11.069Z PASS [ 5.100s] ( 727/2695) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
74142026-01-27T18:39:11.595Z PASS [ 5.101s] ( 728/2695) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
74152026-01-27T18:39:12.704Z PASS [ 4.922s] ( 729/2695) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
74162026-01-27T18:39:13.430Z PASS [ 5.393s] ( 730/2695) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
74172026-01-27T18:39:13.466Z PASS [ 0.036s] ( 731/2695) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
74182026-01-27T18:39:14.598Z PASS [ 5.439s] ( 732/2695) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
74192026-01-27T18:39:15.422Z PASS [ 4.615s] ( 733/2695) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
74202026-01-27T18:39:15.713Z PASS [ 4.643s] ( 734/2695) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
74212026-01-27T18:39:15.958Z PASS [ 4.363s] ( 735/2695) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
74222026-01-27T18:39:18.310Z PASS [ 4.843s] ( 736/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
74232026-01-27T18:39:18.533Z PASS [ 5.829s] ( 737/2695) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
74242026-01-27T18:39:19.433Z PASS [ 4.835s] ( 738/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
74252026-01-27T18:39:19.906Z PASS [ 4.482s] ( 739/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
74262026-01-27T18:39:20.062Z PASS [ 4.348s] ( 740/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
74272026-01-27T18:39:20.695Z PASS [ 4.736s] ( 741/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
74282026-01-27T18:39:22.999Z PASS [ 4.689s] ( 742/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
74292026-01-27T18:39:23.126Z PASS [ 4.592s] ( 743/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
74302026-01-27T18:39:24.166Z PASS [ 4.731s] ( 744/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
74312026-01-27T18:39:24.496Z PASS [ 4.591s] ( 745/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
74322026-01-27T18:39:24.544Z PASS [ 0.048s] ( 746/2695) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
74332026-01-27T18:39:24.779Z PASS [ 4.717s] ( 747/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
74342026-01-27T18:39:25.430Z PASS [ 4.734s] ( 748/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
74352026-01-27T18:39:27.473Z PASS [ 2.694s] ( 749/2695) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
74362026-01-27T18:39:27.834Z PASS [ 4.833s] ( 750/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
74372026-01-27T18:39:28.009Z PASS [ 4.883s] ( 751/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
74382026-01-27T18:39:28.045Z PASS [ 0.035s] ( 752/2695) nexus-db-queries db::queries::next_item::tests::test_shift_indices
74392026-01-27T18:39:28.180Z PASS [ 2.750s] ( 753/2695) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
74402026-01-27T18:39:28.380Z PASS [ 0.200s] ( 754/2695) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
74412026-01-27T18:39:28.585Z PASS [ 0.206s] ( 755/2695) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
74422026-01-27T18:39:28.928Z PASS [ 4.763s] ( 756/2695) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
74432026-01-27T18:39:29.408Z PASS [ 4.863s] ( 757/2695) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
74442026-01-27T18:39:29.499Z PASS [ 0.036s] ( 758/2695) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
74452026-01-27T18:39:29.504Z PASS [ 0.035s] ( 759/2695) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
74462026-01-27T18:39:30.154Z PASS [ 2.679s] ( 760/2695) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
74472026-01-27T18:39:30.319Z PASS [ 2.486s] ( 761/2695) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
74482026-01-27T18:39:30.500Z PASS [ 1.020s] ( 762/2695) nexus-db-queries db::queries::region_allocation::test::expectorate_query
74492026-01-27T18:39:30.594Z PASS [ 2.549s] ( 763/2695) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
74502026-01-27T18:39:30.907Z PASS [ 2.320s] ( 764/2695) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
74512026-01-27T18:39:31.430Z PASS [ 2.500s] ( 765/2695) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
74522026-01-27T18:39:33.067Z PASS [ 2.913s] ( 766/2695) nexus-db-queries db::queries::region_allocation::test::explainable
74532026-01-27T18:39:33.315Z PASS [ 0.248s] ( 767/2695) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
74542026-01-27T18:39:35.783Z PASS [ 2.468s] ( 768/2695) nexus-db-queries db::queries::regions_hard_delete::test::explainable
74552026-01-27T18:39:36.026Z PASS [ 0.242s] ( 769/2695) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
74562026-01-27T18:39:36.100Z PASS [ 5.782s] ( 770/2695) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
74572026-01-27T18:39:36.167Z PASS [ 5.666s] ( 771/2695) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
74582026-01-27T18:39:36.219Z PASS [ 5.310s] ( 772/2695) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
74592026-01-27T18:39:36.223Z PASS [ 0.196s] ( 773/2695) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
74602026-01-27T18:39:36.245Z PASS [ 5.651s] ( 774/2695) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
74612026-01-27T18:39:36.412Z PASS [ 0.190s] ( 775/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
74622026-01-27T18:39:36.452Z PASS [ 0.206s] ( 776/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
74632026-01-27T18:39:36.517Z PASS [ 0.415s] ( 777/2695) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
74642026-01-27T18:39:36.650Z PASS [ 0.236s] ( 778/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
74652026-01-27T18:39:36.692Z PASS [ 0.231s] ( 779/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
74662026-01-27T18:39:36.903Z PASS [ 5.474s] ( 780/2695) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
74672026-01-27T18:39:38.919Z PASS [ 2.702s] ( 781/2695) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
74682026-01-27T18:39:38.955Z PASS [ 2.785s] ( 782/2695) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
74692026-01-27T18:39:38.986Z PASS [ 0.034s] ( 783/2695) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
74702026-01-27T18:39:39.011Z PASS [ 0.092s] ( 784/2695) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
74712026-01-27T18:39:39.021Z PASS [ 0.034s] ( 785/2695) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
74722026-01-27T18:39:39.040Z PASS [ 0.029s] ( 786/2695) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
74732026-01-27T18:39:39.051Z PASS [ 0.030s] ( 787/2695) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
74742026-01-27T18:39:39.138Z PASS [ 2.454s] ( 788/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
74752026-01-27T18:39:39.169Z PASS [ 2.652s] ( 789/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
74762026-01-27T18:39:39.183Z PASS [ 2.535s] ( 790/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
74772026-01-27T18:39:39.293Z PASS [ 2.389s] ( 791/2695) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
74782026-01-27T18:39:41.600Z PASS [ 2.559s] ( 792/2695) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
74792026-01-27T18:39:41.771Z PASS [ 2.632s] ( 793/2695) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
74802026-01-27T18:39:41.823Z PASS [ 0.053s] ( 794/2695) nexus-defaults tests::test_random_vpc_ipv6_prefix
74812026-01-27T18:39:41.958Z PASS [ 0.135s] ( 795/2695) nexus-external-api v2025121200::tests::floating_ip_create_converts_correctly
74822026-01-27T18:39:42.005Z PASS [ 2.952s] ( 796/2695) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
74832026-01-27T18:39:42.026Z PASS [ 0.068s] ( 797/2695) nexus-external-api v2026010300::tests::floating_ip_create_invalid_returns_error
74842026-01-27T18:39:42.069Z PASS [ 0.067s] ( 798/2695) nexus-external-api v2026010300::tests::floating_ip_create_valid_converts_correctly
74852026-01-27T18:39:42.074Z PASS [ 0.045s] ( 799/2695) nexus-external-api v2026011501::tests::auto_auto_pool_json_wire_format
74862026-01-27T18:39:42.092Z PASS [ 0.023s] ( 800/2695) nexus-external-api v2026011501::tests::auto_default_json_wire_format
74872026-01-27T18:39:42.099Z PASS [ 0.028s] ( 801/2695) nexus-external-api v2026011501::tests::auto_explicit_pool_json_wire_format
74882026-01-27T18:39:42.120Z PASS [ 0.027s] ( 802/2695) nexus-external-api v2026011501::tests::explicit_json_wire_format
74892026-01-27T18:39:42.141Z PASS [ 0.021s] ( 803/2695) nexus-external-api v2026011600::tests::auto_auto_pool_json_wire_format
74902026-01-27T18:39:42.159Z PASS [ 0.060s] ( 804/2695) nexus-external-api v2026011501::tests::floating_ip_create_converts_correctly
74912026-01-27T18:39:42.163Z PASS [ 0.021s] ( 805/2695) nexus-external-api v2026011600::tests::auto_default_json_wire_format
74922026-01-27T18:39:42.180Z PASS [ 0.021s] ( 806/2695) nexus-external-api v2026011600::tests::auto_explicit_pool_json_wire_format
74932026-01-27T18:39:42.184Z PASS [ 0.020s] ( 807/2695) nexus-external-api v2026011600::tests::explicit_json_wire_format
74942026-01-27T18:39:42.244Z PASS [ 0.063s] ( 808/2695) nexus-external-api v2026011600::tests::floating_ip_create_converts_correctly
74952026-01-27T18:39:42.289Z PASS [ 0.045s] ( 809/2695) nexus-inventory builder::test::test_empty
74962026-01-27T18:39:42.356Z PASS [ 0.067s] ( 810/2695) nexus-inventory builder::test::test_problems
74972026-01-27T18:39:42.616Z PASS [ 0.435s] ( 811/2695) nexus-inventory builder::test::test_basic
74982026-01-27T18:39:43.872Z PASS [ 4.578s] ( 812/2695) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
74992026-01-27T18:39:44.147Z PASS [ 1.791s] ( 813/2695) nexus-inventory collector::test::test_basic
75002026-01-27T18:39:44.150Z PASS [ 1.529s] ( 814/2695) nexus-inventory collector::test::test_multi_mgs
75012026-01-27T18:39:44.492Z PASS [ 0.620s] ( 815/2695) nexus-inventory collector::test::test_multi_mgs_failure
75022026-01-27T18:39:45.350Z PASS [ 1.203s] ( 816/2695) nexus-inventory collector::test::test_sled_agent_failure
75032026-01-27T18:39:46.517Z PASS [ 4.918s] ( 817/2695) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
75042026-01-27T18:39:50.685Z PASS [ 4.167s] ( 818/2695) nexus-mgs-updates driver_update::test::test_rot_basic_failures
75052026-01-27T18:39:51.599Z PASS [ 7.452s] ( 819/2695) nexus-metrics-producer-gc tests::test_prune_expired_producers
75062026-01-27T18:39:51.712Z PASS [ 6.362s] ( 820/2695) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
75072026-01-27T18:39:52.041Z PASS [ 7.549s] ( 821/2695) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
75082026-01-27T18:39:52.234Z PASS [ 1.549s] ( 822/2695) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75092026-01-27T18:39:52.769Z PASS [ 13.599s] ( 823/2695) nexus-db-queries policy_test::test_conferred_roles
75102026-01-27T18:39:53.364Z PASS [ 1.322s] ( 824/2695) nexus-mgs-updates driver_update::test::test_sp_basic_failures
75112026-01-27T18:39:58.174Z PASS [ 4.689s] ( 825/2695) nexus-mgs-updates driver_update::test::test_sp_update_watched
75122026-01-27T18:39:58.782Z PASS [ 7.182s] ( 826/2695) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
75132026-01-27T18:39:58.844Z PASS [ 7.132s] ( 827/2695) nexus-mgs-updates driver_update::test::test_rot_update_basic
75142026-01-27T18:40:00.714Z PASS [ 1.932s] ( 828/2695) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
75152026-01-27T18:40:01.335Z PASS [ 9.101s] ( 829/2695) nexus-mgs-updates driver_update::test::test_sp_update_basic
75162026-01-27T18:40:01.576Z PASS [ 0.240s] ( 830/2695) nexus-mgs-updates test_util::step_through::test::test_basic
75172026-01-27T18:40:02.924Z PASS [ 1.348s] ( 831/2695) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
75182026-01-27T18:40:03.290Z PASS [ 0.365s] ( 832/2695) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
75192026-01-27T18:40:03.335Z PASS [ 0.045s] ( 833/2695) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
75202026-01-27T18:40:03.379Z PASS [ 0.044s] ( 834/2695) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
75212026-01-27T18:40:03.434Z PASS [ 0.054s] ( 835/2695) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
75222026-01-27T18:40:03.486Z PASS [ 0.052s] ( 836/2695) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
75232026-01-27T18:40:03.533Z PASS [ 0.047s] ( 837/2695) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
75242026-01-27T18:40:03.583Z PASS [ 0.049s] ( 838/2695) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75252026-01-27T18:40:03.622Z PASS [ 0.040s] ( 839/2695) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75262026-01-27T18:40:03.668Z PASS [ 0.046s] ( 840/2695) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75272026-01-27T18:40:03.713Z PASS [ 0.044s] ( 841/2695) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
75282026-01-27T18:40:03.758Z PASS [ 0.045s] ( 842/2695) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
75292026-01-27T18:40:03.802Z PASS [ 0.045s] ( 843/2695) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
75302026-01-27T18:40:03.843Z PASS [ 0.041s] ( 844/2695) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
75312026-01-27T18:40:03.893Z PASS [ 0.050s] ( 845/2695) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
75322026-01-27T18:40:03.937Z PASS [ 0.044s] ( 846/2695) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
75332026-01-27T18:40:03.978Z PASS [ 0.041s] ( 847/2695) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
75342026-01-27T18:40:04.019Z PASS [ 0.041s] ( 848/2695) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
75352026-01-27T18:40:04.063Z PASS [ 0.043s] ( 849/2695) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
75362026-01-27T18:40:04.108Z PASS [ 0.041s] ( 850/2695) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
75372026-01-27T18:40:04.146Z PASS [ 0.043s] ( 851/2695) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
75382026-01-27T18:40:04.157Z PASS [ 6.104s] ( 852/2695) nexus-mgs-updates driver_update::test_host_phase_1::basic
75392026-01-27T18:40:04.368Z PASS [ 0.210s] ( 853/2695) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
75402026-01-27T18:40:07.483Z PASS [ 14.713s] ( 854/2695) nexus-mgs-updates driver_update::test::test_sp_update_takeover
75412026-01-27T18:40:10.934Z PASS [ 10.219s] ( 855/2695) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
75422026-01-27T18:40:18.190Z PASS [ 10.706s] ( 856/2695) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
75432026-01-27T18:40:18.230Z PASS [ 7.295s] ( 857/2695) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
75442026-01-27T18:40:18.824Z PASS [ 19.976s] ( 858/2695) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
75452026-01-27T18:40:18.946Z PASS [ 0.123s] ( 859/2695) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
75462026-01-27T18:40:19.044Z PASS [ 0.098s] ( 860/2695) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
75472026-01-27T18:40:19.097Z PASS [ 0.053s] ( 861/2695) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
75482026-01-27T18:40:19.153Z PASS [ 0.056s] ( 862/2695) nexus-reconfigurator-execution dns::test::test_dns_compute_update
75492026-01-27T18:40:25.918Z PASS [ 7.688s] ( 863/2695) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
75502026-01-27T18:40:26.026Z PASS [ 7.831s] ( 864/2695) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
75512026-01-27T18:40:39.189Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75522026-01-27T18:40:52.239Z PASS [ 26.214s] ( 865/2695) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
75532026-01-27T18:40:53.800Z PASS [ 27.880s] ( 866/2695) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
75542026-01-27T18:40:53.885Z PASS [ 0.084s] ( 867/2695) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
75552026-01-27T18:41:04.159Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75562026-01-27T18:41:04.374Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75572026-01-27T18:41:19.160Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75582026-01-27T18:41:20.141Z PASS [ 27.900s] ( 868/2695) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
75592026-01-27T18:41:21.527Z PASS [ 1.386s] ( 869/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
75602026-01-27T18:41:21.567Z PASS [ 0.041s] ( 870/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
75612026-01-27T18:41:21.603Z PASS [ 0.036s] ( 871/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
75622026-01-27T18:41:21.708Z PASS [ 0.104s] ( 872/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
75632026-01-27T18:41:21.763Z PASS [ 0.055s] ( 873/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
75642026-01-27T18:41:21.814Z PASS [ 0.051s] ( 874/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
75652026-01-27T18:41:21.865Z PASS [ 0.051s] ( 875/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
75662026-01-27T18:41:21.927Z PASS [ 0.062s] ( 876/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
75672026-01-27T18:41:22.013Z PASS [ 0.086s] ( 877/2695) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
75682026-01-27T18:41:22.044Z PASS [ 0.031s] ( 878/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
75692026-01-27T18:41:22.077Z PASS [ 0.032s] ( 879/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
75702026-01-27T18:41:22.109Z PASS [ 0.033s] ( 880/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
75712026-01-27T18:41:22.140Z PASS [ 0.030s] ( 881/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
75722026-01-27T18:41:22.170Z PASS [ 0.030s] ( 882/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
75732026-01-27T18:41:22.215Z PASS [ 0.045s] ( 883/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
75742026-01-27T18:41:22.249Z PASS [ 0.034s] ( 884/2695) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
75752026-01-27T18:41:22.281Z PASS [ 0.032s] ( 885/2695) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
75762026-01-27T18:41:22.358Z PASS [ 0.077s] ( 886/2695) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
75772026-01-27T18:41:22.935Z PASS [ 29.046s] ( 887/2695) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
75782026-01-27T18:41:24.354Z PASS [ 1.421s] ( 888/2695) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
75792026-01-27T18:41:25.967Z PASS [ 1.612s] ( 889/2695) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
75802026-01-27T18:41:26.446Z PASS [ 0.479s] ( 890/2695) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
75812026-01-27T18:41:26.879Z PASS [ 0.433s] ( 891/2695) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
75822026-01-27T18:41:26.907Z PASS [ 0.028s] ( 892/2695) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
75832026-01-27T18:41:26.981Z PASS [ 0.074s] ( 893/2695) nexus-reconfigurator-planning example::tests::builder_zone_counts
75842026-01-27T18:41:28.118Z PASS [ 5.759s] ( 894/2695) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
75852026-01-27T18:41:28.146Z PASS [ 0.029s] ( 895/2695) nexus-reconfigurator-planning example::tests::instances_on_examples
75862026-01-27T18:41:28.200Z PASS [ 0.055s] ( 896/2695) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
75872026-01-27T18:41:28.239Z PASS [ 0.038s] ( 897/2695) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
75882026-01-27T18:41:28.289Z PASS [ 0.050s] ( 898/2695) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
75892026-01-27T18:41:28.332Z PASS [ 0.042s] ( 899/2695) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
75902026-01-27T18:41:28.374Z PASS [ 0.043s] ( 900/2695) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
75912026-01-27T18:41:28.414Z PASS [ 0.039s] ( 901/2695) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
75922026-01-27T18:41:28.455Z PASS [ 0.041s] ( 902/2695) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
75932026-01-27T18:41:28.588Z PASS [ 0.132s] ( 903/2695) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
75942026-01-27T18:41:28.647Z PASS [ 0.059s] ( 904/2695) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
75952026-01-27T18:41:28.700Z PASS [ 0.053s] ( 905/2695) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
75962026-01-27T18:41:28.787Z PASS [ 0.087s] ( 906/2695) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
75972026-01-27T18:41:30.102Z PASS [ 1.314s] ( 907/2695) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
75982026-01-27T18:41:30.193Z PASS [ 0.091s] ( 908/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
75992026-01-27T18:41:30.391Z PASS [ 0.198s] ( 909/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76002026-01-27T18:41:30.533Z PASS [ 0.141s] ( 910/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76012026-01-27T18:41:30.780Z PASS [ 0.246s] ( 911/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76022026-01-27T18:41:30.910Z PASS [ 0.130s] ( 912/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76032026-01-27T18:41:31.105Z PASS [ 0.195s] ( 913/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76042026-01-27T18:41:31.208Z PASS [ 0.102s] ( 914/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76052026-01-27T18:41:31.295Z PASS [ 0.085s] ( 915/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76062026-01-27T18:41:31.380Z PASS [ 0.086s] ( 916/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76072026-01-27T18:41:31.816Z PASS [ 0.437s] ( 917/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76082026-01-27T18:41:31.979Z PASS [ 0.163s] ( 918/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
76092026-01-27T18:41:32.134Z PASS [ 0.154s] ( 919/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
76102026-01-27T18:41:32.561Z PASS [ 0.427s] ( 920/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
76112026-01-27T18:41:32.802Z PASS [ 5.820s] ( 921/2695) nexus-reconfigurator-planning example::tests::dns_resolution_works
76122026-01-27T18:41:32.980Z PASS [ 0.419s] ( 922/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
76132026-01-27T18:41:33.080Z PASS [ 0.278s] ( 923/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
76142026-01-27T18:41:33.211Z PASS [ 0.230s] ( 924/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
76152026-01-27T18:41:33.288Z PASS [ 0.208s] ( 925/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
76162026-01-27T18:41:33.381Z PASS [ 0.169s] ( 926/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
76172026-01-27T18:41:33.455Z PASS [ 0.167s] ( 927/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
76182026-01-27T18:41:35.608Z PASS [ 91.454s] ( 928/2695) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
76192026-01-27T18:41:35.630Z PASS [ 2.174s] ( 929/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
76202026-01-27T18:41:36.320Z PASS [ 2.938s] ( 930/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
76212026-01-27T18:41:36.875Z PASS [ 1.268s] ( 931/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76222026-01-27T18:41:36.973Z PASS [ 0.098s] ( 932/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
76232026-01-27T18:41:37.347Z PASS [ 1.717s] ( 933/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
76242026-01-27T18:41:37.936Z PASS [ 1.615s] ( 934/2695) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
76252026-01-27T18:41:39.194Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
76262026-01-27T18:42:04.380Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76272026-01-27T18:42:04.968Z PASS [ 27.993s] ( 935/2695) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
76282026-01-27T18:42:05.026Z PASS [ 0.057s] ( 936/2695) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
76292026-01-27T18:42:05.189Z PASS [ 0.163s] ( 937/2695) nexus-saga-recovery recovery::test::test_execution_basic
76302026-01-27T18:42:05.221Z PASS [ 0.032s] ( 938/2695) nexus-saga-recovery recovery::test::test_plan_basic
76312026-01-27T18:42:05.265Z PASS [ 0.044s] ( 939/2695) nexus-saga-recovery recovery::test::test_read_all_from_channel
76322026-01-27T18:42:05.307Z PASS [ 0.042s] ( 940/2695) nexus-saga-recovery test::test_basic
76332026-01-27T18:42:05.361Z PASS [ 0.054s] ( 941/2695) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
76342026-01-27T18:42:05.425Z PASS [ 0.064s] ( 942/2695) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
76352026-01-27T18:42:05.452Z PASS [ 0.027s] ( 943/2695) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
76362026-01-27T18:42:05.500Z PASS [ 0.048s] ( 944/2695) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
76372026-01-27T18:42:05.531Z PASS [ 0.031s] ( 945/2695) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
76382026-01-27T18:42:05.559Z PASS [ 0.028s] ( 946/2695) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
76392026-01-27T18:42:05.598Z PASS [ 0.039s] ( 947/2695) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
76402026-01-27T18:42:10.251Z PASS [ 125.874s] ( 948/2695) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76412026-01-27T18:42:10.285Z PASS [ 0.034s] ( 949/2695) nexus-types deployment::test::test_serialize_pending_mgs_updates
76422026-01-27T18:42:10.314Z PASS [ 0.029s] ( 950/2695) nexus-types external_api::params::tests::test_address_allocator_auto_default
76432026-01-27T18:42:10.341Z PASS [ 0.027s] ( 951/2695) nexus-types external_api::params::tests::test_address_allocator_auto_with_auto_pool
76442026-01-27T18:42:10.375Z PASS [ 0.032s] ( 952/2695) nexus-types external_api::params::tests::test_address_allocator_auto_with_explicit_pool
76452026-01-27T18:42:10.401Z PASS [ 0.028s] ( 953/2695) nexus-types external_api::params::tests::test_address_allocator_explicit_missing_ip
76462026-01-27T18:42:10.428Z PASS [ 0.027s] ( 954/2695) nexus-types external_api::params::tests::test_address_allocator_explicit_requires_ip
76472026-01-27T18:42:10.455Z PASS [ 0.027s] ( 955/2695) nexus-types external_api::params::tests::test_address_allocator_explicit_with_ip
76482026-01-27T18:42:10.502Z PASS [ 0.047s] ( 956/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields
76492026-01-27T18:42:10.532Z PASS [ 0.030s] ( 957/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
76502026-01-27T18:42:10.565Z PASS [ 0.033s] ( 958/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip
76512026-01-27T18:42:10.597Z PASS [ 0.031s] ( 959/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_mixed_null_and_values
76522026-01-27T18:42:10.625Z PASS [ 0.029s] ( 960/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip
76532026-01-27T18:42:10.666Z PASS [ 0.041s] ( 961/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips
76542026-01-27T18:42:10.697Z PASS [ 0.030s] ( 962/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields
76552026-01-27T18:42:10.728Z PASS [ 0.030s] ( 963/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_empty_source_ips
76562026-01-27T18:42:10.755Z PASS [ 0.029s] ( 964/2695) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields
76572026-01-27T18:42:10.791Z PASS [ 0.036s] ( 965/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips
76582026-01-27T18:42:10.822Z PASS [ 0.029s] ( 966/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
76592026-01-27T18:42:10.853Z PASS [ 0.032s] ( 967/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan
76602026-01-27T18:42:10.881Z PASS [ 0.028s] ( 968/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields
76612026-01-27T18:42:10.908Z PASS [ 0.027s] ( 969/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan
76622026-01-27T18:42:10.939Z PASS [ 0.030s] ( 970/2695) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips
76632026-01-27T18:42:10.968Z PASS [ 0.028s] ( 971/2695) nexus-types external_api::params::tests::test_validate_multicast_ip_v4
76642026-01-27T18:42:10.995Z PASS [ 0.027s] ( 972/2695) nexus-types external_api::params::tests::test_validate_multicast_ip_v6
76652026-01-27T18:42:11.023Z PASS [ 0.028s] ( 973/2695) nexus-types external_api::params::tests::test_validate_source_ip_v4
76662026-01-27T18:42:11.052Z PASS [ 0.028s] ( 974/2695) nexus-types external_api::params::tests::test_validate_source_ip_v6
76672026-01-27T18:42:11.104Z PASS [ 0.035s] ( 975/2695) nexus-types external_api::shared::test::test_policy_parsing
76682026-01-27T18:42:11.163Z PASS [ 0.075s] ( 976/2695) nexus-types external_api::shared::test::test_webhook_subscription_validation
76692026-01-27T18:42:11.190Z PASS [ 0.027s] ( 977/2695) nexus-types external_api::views::test::test_expected_one_of
76702026-01-27T18:42:11.231Z PASS [ 0.040s] ( 978/2695) nexus-types fm::case::tests::test_case_display
76712026-01-27T18:42:11.262Z PASS [ 0.031s] ( 979/2695) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
76722026-01-27T18:42:11.295Z PASS [ 0.032s] ( 980/2695) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
76732026-01-27T18:42:11.335Z PASS [ 0.039s] ( 981/2695) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
76742026-01-27T18:42:11.402Z PASS [ 0.068s] ( 982/2695) nexus-types quiesce::test::test_drained_blueprint
76752026-01-27T18:42:11.433Z PASS [ 0.031s] ( 983/2695) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
76762026-01-27T18:42:11.465Z PASS [ 0.032s] ( 984/2695) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
76772026-01-27T18:42:11.524Z PASS [ 0.059s] ( 985/2695) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
76782026-01-27T18:42:11.556Z PASS [ 0.032s] ( 986/2695) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
76792026-01-27T18:42:11.590Z PASS [ 0.034s] ( 987/2695) nexus-types quiesce::test::test_quiesce_block_on_reassignment
76802026-01-27T18:42:11.622Z PASS [ 0.032s] ( 988/2695) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
76812026-01-27T18:42:11.658Z PASS [ 0.036s] ( 989/2695) nexus-types quiesce::test::test_quiesce_block_on_saga_started
76822026-01-27T18:42:11.690Z PASS [ 0.032s] ( 990/2695) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
76832026-01-27T18:42:11.721Z PASS [ 0.030s] ( 991/2695) nexus-types quiesce::test::test_quiesce_noop
76842026-01-27T18:42:11.752Z PASS [ 0.032s] ( 992/2695) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
76852026-01-27T18:42:12.076Z PASS [ 0.323s] ( 993/2695) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
76862026-01-27T18:42:12.134Z PASS [ 0.058s] ( 994/2695) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
76872026-01-27T18:42:12.198Z PASS [ 0.064s] ( 995/2695) omicron-certificates tests::test_cert_extended_key_usage
76882026-01-27T18:42:12.260Z PASS [ 0.062s] ( 996/2695) omicron-certificates tests::test_common_name_is_validated
76892026-01-27T18:42:12.323Z PASS [ 0.063s] ( 997/2695) omicron-certificates tests::test_subject_alternate_names_are_validated
76902026-01-27T18:42:12.753Z PASS [ 0.429s] ( 998/2695) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
76912026-01-27T18:42:14.988Z PASS [ 37.639s] ( 999/2695) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
76922026-01-27T18:42:16.405Z PASS [ 3.651s] (1000/2695) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
76932026-01-27T18:42:18.752Z PASS [ 2.347s] (1001/2695) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
76942026-01-27T18:42:19.166Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76952026-01-27T18:42:20.156Z PASS [ 42.218s] (1002/2695) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
76962026-01-27T18:42:20.423Z PASS [ 1.671s] (1003/2695) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
76972026-01-27T18:42:20.704Z PASS [ 161.509s] (1004/2695) nexus-db-queries policy_test::test_iam_roles_behavior
76982026-01-27T18:42:20.783Z PASS [ 0.078s] (1005/2695) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
76992026-01-27T18:42:20.855Z PASS [ 0.072s] (1006/2695) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77002026-01-27T18:42:21.196Z PASS [ 0.340s] (1007/2695) omicron-cockroach-metrics tests::test_cluster_client_caching
77012026-01-27T18:42:21.219Z PASS [ 0.024s] (1008/2695) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77022026-01-27T18:42:21.242Z PASS [ 0.022s] (1009/2695) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77032026-01-27T18:42:21.263Z PASS [ 0.022s] (1010/2695) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77042026-01-27T18:42:21.283Z PASS [ 0.019s] (1011/2695) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77052026-01-27T18:42:21.303Z PASS [ 0.020s] (1012/2695) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77062026-01-27T18:42:21.326Z PASS [ 0.023s] (1013/2695) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77072026-01-27T18:42:21.344Z PASS [ 0.018s] (1014/2695) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77082026-01-27T18:42:21.383Z PASS [ 0.039s] (1015/2695) omicron-common address::test::test_dns_subnets
77092026-01-27T18:42:21.410Z PASS [ 0.027s] (1016/2695) omicron-common address::test::test_ip_range_checks_non_decreasing
77102026-01-27T18:42:21.450Z PASS [ 0.040s] (1017/2695) omicron-common address::test::test_ip_range_enum_deserialization
77112026-01-27T18:42:21.475Z PASS [ 0.025s] (1018/2695) omicron-common address::test::test_ip_range_iter
77122026-01-27T18:42:21.497Z PASS [ 0.021s] (1019/2695) omicron-common address::test::test_ip_range_length
77132026-01-27T18:42:21.517Z PASS [ 0.020s] (1020/2695) omicron-common address::test::test_ip_range_try_from
77142026-01-27T18:42:21.552Z PASS [ 0.035s] (1021/2695) omicron-common address::test::test_ipv6_subnet_deserialize
77152026-01-27T18:42:21.571Z PASS [ 0.020s] (1022/2695) omicron-common address::test::test_sled_address
77162026-01-27T18:42:21.596Z PASS [ 0.024s] (1023/2695) omicron-common api::external::error::test::test_bail_unless
77172026-01-27T18:42:21.617Z PASS [ 0.021s] (1024/2695) omicron-common api::external::error::test::test_context
77182026-01-27T18:42:21.659Z PASS [ 0.042s] (1025/2695) omicron-common api::external::http_pagination::test::test_pagination_examples
77192026-01-27T18:42:21.700Z PASS [ 1.276s] (1026/2695) omicron-cockroach-admin context::tests::test_node_id
77202026-01-27T18:42:21.707Z PASS [ 0.048s] (1027/2695) omicron-common api::external::http_pagination::test::test_pagination_schemas
77212026-01-27T18:42:21.743Z PASS [ 0.035s] (1028/2695) omicron-common api::external::http_pagination::test::test_scan_by_name
77222026-01-27T18:42:21.743Z PASS [ 0.043s] (1029/2695) omicron-common api::external::http_pagination::test::test_scan_by_id
77232026-01-27T18:42:21.760Z PASS [ 0.017s] (1030/2695) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77242026-01-27T18:42:21.763Z PASS [ 0.019s] (1031/2695) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77252026-01-27T18:42:21.780Z PASS [ 0.020s] (1032/2695) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77262026-01-27T18:42:21.783Z PASS [ 0.021s] (1033/2695) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77272026-01-27T18:42:21.797Z PASS [ 0.017s] (1034/2695) omicron-common api::external::test::test_bytecount
77282026-01-27T18:42:21.800Z PASS [ 0.016s] (1035/2695) omicron-common api::external::test::test_bytecount_display
77292026-01-27T18:42:21.822Z PASS [ 0.022s] (1036/2695) omicron-common api::external::test::test_firewall_deserialization
77302026-01-27T18:42:21.836Z PASS [ 0.039s] (1037/2695) omicron-common api::external::test::test_digest
77312026-01-27T18:42:21.858Z PASS [ 0.022s] (1038/2695) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77322026-01-27T18:42:21.890Z PASS [ 0.068s] (1039/2695) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77332026-01-27T18:42:21.906Z PASS [ 0.048s] (1040/2695) omicron-common api::external::test::test_firewall_rule_target_parse
77342026-01-27T18:42:21.911Z PASS [ 0.021s] (1041/2695) omicron-common api::external::test::test_generation_display_parse
77352026-01-27T18:42:21.926Z PASS [ 0.020s] (1042/2695) omicron-common api::external::test::test_generation_from_int
77362026-01-27T18:42:21.948Z PASS [ 0.022s] (1043/2695) omicron-common api::external::test::test_generation_serde
77372026-01-27T18:42:21.980Z PASS [ 0.032s] (1044/2695) omicron-common api::external::test::test_hostname_from_str
77382026-01-27T18:42:22.001Z PASS [ 0.021s] (1045/2695) omicron-common api::external::test::test_ip_port_range_from_str
77392026-01-27T18:42:22.024Z PASS [ 0.023s] (1046/2695) omicron-common api::external::test::test_ip_port_range_into_str
77402026-01-27T18:42:22.047Z PASS [ 0.022s] (1047/2695) omicron-common api::external::test::test_ipv6_net_operations
77412026-01-27T18:42:22.074Z PASS [ 0.027s] (1048/2695) omicron-common api::external::test::test_mac_system_iterator
77422026-01-27T18:42:22.093Z PASS [ 0.020s] (1049/2695) omicron-common api::external::test::test_mac_to_int_conversions
77432026-01-27T18:42:22.113Z PASS [ 0.020s] (1050/2695) omicron-common api::external::test::test_macaddr
77442026-01-27T18:42:22.141Z PASS [ 0.028s] (1051/2695) omicron-common api::external::test::test_name_parse
77452026-01-27T18:42:22.163Z PASS [ 0.022s] (1052/2695) omicron-common api::external::test::test_name_parse_from_param
77462026-01-27T18:42:22.187Z PASS [ 0.023s] (1053/2695) omicron-common api::external::test::test_resource_name_parse
77472026-01-27T18:42:22.227Z PASS [ 0.040s] (1054/2695) omicron-common api::external::test::test_route_destination_parse
77482026-01-27T18:42:22.274Z PASS [ 0.047s] (1055/2695) omicron-common api::external::test::test_route_target_parse
77492026-01-27T18:42:22.299Z PASS [ 0.025s] (1056/2695) omicron-common api::external::test::test_semver_serialize
77502026-01-27T18:42:22.325Z PASS [ 0.026s] (1057/2695) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
77512026-01-27T18:42:22.350Z PASS [ 0.024s] (1058/2695) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
77522026-01-27T18:42:22.377Z PASS [ 0.027s] (1059/2695) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
77532026-01-27T18:42:22.399Z PASS [ 0.022s] (1060/2695) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
77542026-01-27T18:42:22.422Z PASS [ 0.022s] (1061/2695) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
77552026-01-27T18:42:22.445Z PASS [ 0.023s] (1062/2695) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
77562026-01-27T18:42:22.466Z PASS [ 0.021s] (1063/2695) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
77572026-01-27T18:42:22.471Z PASS [ 0.560s] (1064/2695) omicron-common api::external::test::test_generation_overflow
77582026-01-27T18:42:22.485Z PASS [ 0.019s] (1065/2695) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
77592026-01-27T18:42:22.501Z PASS [ 0.030s] (1066/2695) omicron-common disk::tests::parse_dataset_name
77602026-01-27T18:42:22.557Z PASS [ 0.055s] (1067/2695) omicron-common ledger::test::test_create_default_ledger
77612026-01-27T18:42:22.557Z PASS [ 0.071s] (1068/2695) omicron-common ledger::test::test_commit_handles_write_failures
77622026-01-27T18:42:22.585Z PASS [ 0.028s] (1069/2695) omicron-common ledger::test::test_create_ledger_reads_from_storage
77632026-01-27T18:42:22.590Z PASS [ 0.033s] (1070/2695) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
77642026-01-27T18:42:22.615Z PASS [ 0.025s] (1071/2695) omicron-common zpool_name::test::test_parse_external_zpool_name
77652026-01-27T18:42:22.615Z PASS [ 0.030s] (1072/2695) omicron-common zpool_name::test::test_parse_bad_zpool_names
77662026-01-27T18:42:22.638Z PASS [ 0.023s] (1073/2695) omicron-common zpool_name::test::test_parse_zpool_name_json
77672026-01-27T18:42:22.641Z PASS [ 0.026s] (1074/2695) omicron-common zpool_name::test::test_parse_internal_zpool_name
77682026-01-27T18:42:22.661Z PASS [ 0.022s] (1075/2695) omicron-common zpool_name::test::test_zpool_name_regex
77692026-01-27T18:42:22.881Z PASS [ 7.892s] (1076/2695) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
77702026-01-27T18:42:24.462Z PASS [ 1.821s] (1077/2695) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
77712026-01-27T18:42:24.462Z PASS [ 1.801s] (1078/2695) omicron-dev::test-omicron-dev test_omicron_dev_no_args
77722026-01-27T18:42:24.609Z PASS [ 0.147s] (1079/2695) omicron-gateway management_switch::location_map::tests::test_config_validation
77732026-01-27T18:42:24.675Z PASS [ 0.066s] (1080/2695) omicron-gateway management_switch::location_map::tests::test_resolve_location
77742026-01-27T18:42:25.108Z PASS [ 4.952s] (1081/2695) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
77752026-01-27T18:42:25.158Z PASS [ 0.050s] (1082/2695) omicron-gateway::test_all integration_tests::config::read_production_smf_config
77762026-01-27T18:42:25.447Z PASS [ 126.285s] (1083/2695) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77772026-01-27T18:42:25.461Z PASS [ 0.302s] (1084/2695) omicron-gateway::test_all integration_tests::ereports::ereports_basic
77782026-01-27T18:42:25.474Z PASS [ 0.798s] (1085/2695) omicron-gateway::test_all integration_tests::component_list::component_list
77792026-01-27T18:42:25.688Z PASS [ 0.241s] (1086/2695) omicron-gateway::test_all integration_tests::ereports::ereports_commit
77802026-01-27T18:42:25.689Z PASS [ 0.228s] (1087/2695) omicron-gateway::test_all integration_tests::ereports::ereports_limit
77812026-01-27T18:42:25.867Z PASS [ 0.393s] (1088/2695) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
77822026-01-27T18:42:25.910Z PASS [ 0.221s] (1089/2695) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
77832026-01-27T18:42:25.943Z PASS [ 0.255s] (1090/2695) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
77842026-01-27T18:42:26.114Z PASS [ 0.247s] (1091/2695) omicron-gateway::test_all integration_tests::task_dump::task_dump
77852026-01-27T18:42:26.284Z PASS [ 0.171s] (1092/2695) omicron-nexus app::alert::tests::test_alert_class_list
77862026-01-27T18:42:26.290Z PASS [ 20.691s] (1093/2695) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
77872026-01-27T18:42:41.864Z PASS [ 15.571s] (1094/2695) omicron-nexus app::background::driver::test::test_driver_basic
77882026-01-27T18:42:42.541Z PASS [ 19.658s] (1095/2695) omicron-dev::test-omicron-dev test_run_all
77892026-01-27T18:42:43.489Z PASS [ 17.203s] (1096/2695) omicron-nexus app::background::driver::test::test_activation_in_progress
77902026-01-27T18:42:48.636Z PASS [ 22.722s] (1097/2695) omicron-ls-apis::test_dependencies test_api_check
77912026-01-27T18:42:48.926Z PASS [ 22.980s] (1098/2695) omicron-ls-apis::test_dependencies test_api_dependencies
77922026-01-27T18:43:00.701Z PASS [ 18.836s] (1099/2695) omicron-nexus app::background::init::test::test_dns_propagation_basic
77932026-01-27T18:43:07.715Z PASS [ 42.098s] (1100/2695) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
77942026-01-27T18:43:07.733Z PASS [ 18.003s] (1101/2695) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
77952026-01-27T18:43:09.109Z PASS [ 26.566s] (1102/2695) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
77962026-01-27T18:43:10.387Z PASS [ 26.896s] (1103/2695) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
77972026-01-27T18:43:16.482Z PASS [ 6.095s] (1104/2695) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
77982026-01-27T18:43:16.926Z PASS [ 7.816s] (1105/2695) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
77992026-01-27T18:43:17.119Z PASS [ 28.483s] (1106/2695) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
78002026-01-27T18:43:17.191Z PASS [ 0.072s] (1107/2695) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
78012026-01-27T18:43:20.087Z PASS [ 19.385s] (1108/2695) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
78022026-01-27T18:43:21.811Z PASS [ 5.329s] (1109/2695) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
78032026-01-27T18:43:22.488Z PASS [ 5.561s] (1110/2695) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
78042026-01-27T18:43:24.955Z PASS [ 18.390s] (1111/2695) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
78052026-01-27T18:43:31.847Z PASS [ 24.915s] (1112/2695) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
78062026-01-27T18:43:36.551Z PASS [ 19.358s] (1113/2695) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
78072026-01-27T18:43:39.188Z PASS [ 19.100s] (1114/2695) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
78082026-01-27T18:43:40.766Z PASS [ 18.953s] (1115/2695) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
78092026-01-27T18:43:41.683Z PASS [ 19.193s] (1116/2695) omicron-nexus app::background::tasks::dns_config::test::test_basic
78102026-01-27T18:43:45.379Z PASS [ 20.423s] (1117/2695) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
78112026-01-27T18:43:45.604Z PASS [ 6.415s] (1118/2695) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
78122026-01-27T18:43:46.386Z PASS [ 5.620s] (1119/2695) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
78132026-01-27T18:43:50.039Z PASS [ 18.191s] (1120/2695) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
78142026-01-27T18:43:56.904Z PASS [ 20.352s] (1121/2695) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
78152026-01-27T18:44:13.971Z PASS [ 28.589s] (1122/2695) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
78162026-01-27T18:44:14.452Z PASS [ 28.063s] (1123/2695) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
78172026-01-27T18:44:15.894Z PASS [ 18.988s] (1124/2695) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
78182026-01-27T18:44:15.948Z PASS [ 0.053s] (1125/2695) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
78192026-01-27T18:44:15.996Z PASS [ 0.048s] (1126/2695) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
78202026-01-27T18:44:16.045Z PASS [ 0.049s] (1127/2695) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
78212026-01-27T18:44:16.090Z PASS [ 0.046s] (1128/2695) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
78222026-01-27T18:44:16.134Z PASS [ 0.043s] (1129/2695) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78232026-01-27T18:44:16.176Z PASS [ 0.042s] (1130/2695) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78242026-01-27T18:44:16.224Z PASS [ 0.047s] (1131/2695) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78252026-01-27T18:44:16.270Z PASS [ 0.047s] (1132/2695) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78262026-01-27T18:44:16.314Z PASS [ 0.043s] (1133/2695) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
78272026-01-27T18:44:16.480Z PASS [ 0.166s] (1134/2695) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
78282026-01-27T18:44:16.522Z PASS [ 0.042s] (1135/2695) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
78292026-01-27T18:44:16.566Z PASS [ 0.044s] (1136/2695) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
78302026-01-27T18:44:16.610Z PASS [ 0.044s] (1137/2695) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
78312026-01-27T18:44:16.655Z PASS [ 0.044s] (1138/2695) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
78322026-01-27T18:44:16.700Z PASS [ 0.045s] (1139/2695) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
78332026-01-27T18:44:16.747Z PASS [ 0.048s] (1140/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
78342026-01-27T18:44:16.801Z PASS [ 0.046s] (1141/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
78352026-01-27T18:44:16.842Z PASS [ 0.048s] (1142/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
78362026-01-27T18:44:16.889Z PASS [ 0.047s] (1143/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
78372026-01-27T18:44:16.942Z PASS [ 0.052s] (1144/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
78382026-01-27T18:44:16.994Z PASS [ 0.053s] (1145/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
78392026-01-27T18:44:17.044Z PASS [ 0.050s] (1146/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
78402026-01-27T18:44:17.089Z PASS [ 0.045s] (1147/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
78412026-01-27T18:44:17.131Z PASS [ 0.042s] (1148/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
78422026-01-27T18:44:17.182Z PASS [ 0.050s] (1149/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
78432026-01-27T18:44:17.224Z PASS [ 0.043s] (1150/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
78442026-01-27T18:44:17.269Z PASS [ 0.045s] (1151/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
78452026-01-27T18:44:17.312Z PASS [ 0.042s] (1152/2695) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
78462026-01-27T18:44:19.151Z PASS [ 5.179s] (1153/2695) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
78472026-01-27T18:44:24.258Z PASS [ 34.216s] (1154/2695) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
78482026-01-27T18:44:29.166Z PASS [ 47.456s] (1155/2695) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
78492026-01-27T18:44:31.849Z PASS [ 17.396s] (1156/2695) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
78502026-01-27T18:44:41.460Z PASS [ 24.147s] (1157/2695) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
78512026-01-27T18:44:42.186Z PASS [ 17.927s] (1158/2695) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
78522026-01-27T18:44:45.179Z PASS [ 16.035s] (1159/2695) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
78532026-01-27T18:44:45.610Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
78542026-01-27T18:44:48.740Z PASS [ 16.889s] (1160/2695) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
78552026-01-27T18:44:52.269Z PASS [ 33.116s] (1161/2695) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
78562026-01-27T18:45:01.798Z PASS [ 20.336s] (1162/2695) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
78572026-01-27T18:45:02.682Z PASS [ 20.494s] (1163/2695) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
78582026-01-27T18:45:05.668Z PASS [ 20.487s] (1164/2695) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
78592026-01-27T18:45:08.764Z PASS [ 20.022s] (1165/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
78602026-01-27T18:45:10.091Z PASS [ 17.820s] (1166/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
78612026-01-27T18:45:21.598Z PASS [ 19.798s] (1167/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
78622026-01-27T18:45:22.708Z PASS [ 97.096s] (1168/2695) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
78632026-01-27T18:45:25.442Z PASS [ 3.843s] (1169/2695) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
78642026-01-27T18:45:26.305Z PASS [ 23.621s] (1170/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
78652026-01-27T18:45:26.383Z PASS [ 0.077s] (1171/2695) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
78662026-01-27T18:45:28.423Z PASS [ 18.331s] (1172/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
78672026-01-27T18:45:29.178Z PASS [ 3.736s] (1173/2695) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
78682026-01-27T18:45:29.363Z PASS [ 20.596s] (1174/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
78692026-01-27T18:45:30.653Z PASS [ 24.982s] (1175/2695) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
78702026-01-27T18:45:44.696Z PASS [ 21.986s] (1176/2695) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
78712026-01-27T18:45:48.910Z PASS [ 22.526s] (1177/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
78722026-01-27T18:45:49.490Z PASS [ 20.310s] (1178/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
78732026-01-27T18:45:50.330Z PASS [ 19.676s] (1179/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
78742026-01-27T18:45:50.620Z PASS [ 22.195s] (1180/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
78752026-01-27T18:45:51.721Z PASS [ 22.358s] (1181/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
78762026-01-27T18:46:04.003Z PASS [ 19.305s] (1182/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
78772026-01-27T18:46:09.094Z PASS [ 18.763s] (1183/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
78782026-01-27T18:46:09.604Z PASS [ 0.508s] (1184/2695) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
78792026-01-27T18:46:09.989Z PASS [ 0.384s] (1185/2695) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
78802026-01-27T18:46:10.430Z PASS [ 0.441s] (1186/2695) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
78812026-01-27T18:46:12.147Z PASS [ 1.717s] (1187/2695) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
78822026-01-27T18:46:12.200Z PASS [ 0.052s] (1188/2695) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
78832026-01-27T18:46:12.276Z PASS [ 0.077s] (1189/2695) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
78842026-01-27T18:46:12.950Z PASS [ 0.674s] (1190/2695) omicron-nexus app::external_endpoints::test::test_authority
78852026-01-27T18:46:13.050Z PASS [ 0.100s] (1191/2695) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
78862026-01-27T18:46:13.196Z PASS [ 23.704s] (1192/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
78872026-01-27T18:46:13.287Z PASS [ 0.091s] (1193/2695) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
78882026-01-27T18:46:13.342Z PASS [ 0.055s] (1194/2695) omicron-nexus app::external_endpoints::test::test_no_endpoint
78892026-01-27T18:46:13.388Z PASS [ 0.046s] (1195/2695) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
78902026-01-27T18:46:13.411Z PASS [ 22.789s] (1196/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
78912026-01-27T18:46:13.443Z PASS [ 0.054s] (1197/2695) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
78922026-01-27T18:46:13.463Z PASS [ 0.052s] (1198/2695) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
78932026-01-27T18:46:13.493Z PASS [ 0.050s] (1199/2695) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
78942026-01-27T18:46:13.520Z PASS [ 0.057s] (1200/2695) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
78952026-01-27T18:46:13.534Z PASS [ 0.040s] (1201/2695) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
78962026-01-27T18:46:13.570Z PASS [ 0.045s] (1202/2695) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
78972026-01-27T18:46:13.581Z PASS [ 0.047s] (1203/2695) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
78982026-01-27T18:46:13.612Z PASS [ 0.046s] (1204/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
78992026-01-27T18:46:13.628Z PASS [ 0.047s] (1205/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
79002026-01-27T18:46:13.650Z PASS [ 0.039s] (1206/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
79012026-01-27T18:46:13.672Z PASS [ 0.043s] (1207/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
79022026-01-27T18:46:13.690Z PASS [ 0.040s] (1208/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
79032026-01-27T18:46:13.709Z PASS [ 0.037s] (1209/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
79042026-01-27T18:46:13.730Z PASS [ 0.040s] (1210/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
79052026-01-27T18:46:13.749Z PASS [ 0.040s] (1211/2695) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
79062026-01-27T18:46:13.769Z PASS [ 0.039s] (1212/2695) omicron-nexus app::multicast::tests::test_is_ssm_address
79072026-01-27T18:46:13.797Z PASS [ 24.885s] (1213/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
79082026-01-27T18:46:13.956Z PASS [ 22.233s] (1214/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
79092026-01-27T18:46:13.999Z PASS [ 0.043s] (1215/2695) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
79102026-01-27T18:46:14.087Z PASS [ 1.036s] (1216/2695) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
79112026-01-27T18:46:25.059Z PASS [ 21.054s] (1217/2695) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
79122026-01-27T18:46:29.288Z PASS [ 15.490s] (1218/2695) omicron-nexus app::quiesce::test::test_quiesce_multi
79132026-01-27T18:46:33.283Z PASS [ 19.532s] (1219/2695) omicron-nexus app::quiesce::test::test_quiesce_easy
79142026-01-27T18:46:33.784Z PASS [ 20.013s] (1220/2695) omicron-nexus app::quiesce::test::test_quiesce_full
79152026-01-27T18:46:39.331Z PASS [ 25.242s] (1221/2695) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
79162026-01-27T18:46:40.098Z PASS [ 26.097s] (1222/2695) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
79172026-01-27T18:46:52.698Z PASS [ 27.637s] (1223/2695) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
79182026-01-27T18:46:55.236Z PASS [ 21.951s] (1224/2695) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
79192026-01-27T18:46:56.180Z PASS [ 26.890s] (1225/2695) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
79202026-01-27T18:46:59.096Z PASS [ 19.763s] (1226/2695) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
79212026-01-27T18:47:02.309Z PASS [ 28.523s] (1227/2695) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
79222026-01-27T18:47:16.288Z PASS [ 36.187s] (1228/2695) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
79232026-01-27T18:47:24.991Z PASS [ 32.290s] (1229/2695) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
79242026-01-27T18:47:27.695Z PASS [ 32.456s] (1230/2695) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
79252026-01-27T18:47:29.101Z PASS [ 32.919s] (1231/2695) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
79262026-01-27T18:47:30.531Z PASS [ 28.220s] (1232/2695) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
79272026-01-27T18:47:30.596Z PASS [ 31.498s] (1233/2695) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
79282026-01-27T18:47:48.723Z PASS [ 32.432s] (1234/2695) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
79292026-01-27T18:47:54.697Z PASS [ 29.704s] (1235/2695) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
79302026-01-27T18:47:57.314Z PASS [ 29.617s] (1236/2695) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
79312026-01-27T18:47:58.383Z PASS [ 27.785s] (1237/2695) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
79322026-01-27T18:47:59.285Z PASS [ 28.752s] (1238/2695) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
79332026-01-27T18:48:03.648Z PASS [ 34.544s] (1239/2695) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
79342026-01-27T18:48:21.392Z PASS [ 29.318s] (1240/2695) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
79352026-01-27T18:48:25.769Z PASS [ 27.303s] (1241/2695) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
79362026-01-27T18:48:25.813Z PASS [ 28.497s] (1242/2695) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
79372026-01-27T18:48:31.394Z PASS [ 32.107s] (1243/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
79382026-01-27T18:48:49.507Z PASS [ 31.461s] (1244/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
79392026-01-27T18:48:54.703Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79402026-01-27T18:48:56.212Z PASS [ 30.521s] (1245/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
79412026-01-27T18:49:01.340Z PASS [ 29.943s] (1246/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
79422026-01-27T18:49:03.655Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79432026-01-27T18:49:22.368Z PASS [ 32.859s] (1247/2695) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
79442026-01-27T18:49:25.819Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79452026-01-27T18:49:32.892Z PASS [ 31.550s] (1248/2695) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
79462026-01-27T18:49:49.241Z PASS [ 114.535s] (1249/2695) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79472026-01-27T18:49:52.375Z PASS [ 30.005s] (1250/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
79482026-01-27T18:49:56.218Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79492026-01-27T18:50:03.661Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79502026-01-27T18:50:19.444Z PASS [ 30.201s] (1251/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
79512026-01-27T18:50:22.242Z PASS [ 29.864s] (1252/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
79522026-01-27T18:50:25.824Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79532026-01-27T18:50:32.899Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79542026-01-27T18:50:33.078Z PASS [ 127.256s] (1253/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79552026-01-27T18:50:36.060Z PASS [ 152.400s] (1254/2695) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79562026-01-27T18:50:53.169Z PASS [ 30.924s] (1255/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
79572026-01-27T18:50:54.785Z PASS [ 81.887s] (1256/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79582026-01-27T18:50:56.224Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79592026-01-27T18:51:03.890Z PASS [ 30.810s] (1257/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
79602026-01-27T18:51:19.449Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79612026-01-27T18:51:23.730Z PASS [ 30.559s] (1258/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
79622026-01-27T18:51:25.388Z PASS [ 30.600s] (1259/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
79632026-01-27T18:51:36.066Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79642026-01-27T18:51:55.406Z PASS [ 31.674s] (1260/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
79652026-01-27T18:51:56.229Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79662026-01-27T18:52:00.076Z PASS [ 84.010s] (1261/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79672026-01-27T18:52:02.885Z PASS [ 186.659s] (1262/2695) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79682026-01-27T18:52:03.897Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79692026-01-27T18:52:19.455Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79702026-01-27T18:52:25.394Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79712026-01-27T18:52:25.955Z PASS [ 30.545s] (1263/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
79722026-01-27T18:52:29.892Z PASS [ 29.813s] (1264/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
79732026-01-27T18:52:46.916Z PASS [ 44.027s] (1265/2695) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
79742026-01-27T18:52:47.809Z PASS [ 17.916s] (1266/2695) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
79752026-01-27T18:52:48.559Z PASS [ 149.103s] (1267/2695) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79762026-01-27T18:52:52.725Z PASS [ 26.770s] (1268/2695) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
79772026-01-27T18:53:03.902Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79782026-01-27T18:53:04.662Z PASS [ 17.744s] (1269/2695) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
79792026-01-27T18:53:05.537Z PASS [ 17.727s] (1270/2695) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
79802026-01-27T18:53:08.825Z PASS [ 20.266s] (1271/2695) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
79812026-01-27T18:53:09.312Z PASS [ 125.412s] (1272/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79822026-01-27T18:53:10.205Z PASS [ 17.478s] (1273/2695) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
79832026-01-27T18:53:23.910Z PASS [ 19.247s] (1274/2695) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
79842026-01-27T18:53:25.401Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79852026-01-27T18:53:27.264Z PASS [ 18.437s] (1275/2695) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
79862026-01-27T18:53:29.913Z PASS [ 19.706s] (1276/2695) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
79872026-01-27T18:53:31.643Z PASS [ 126.247s] (1277/2695) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79882026-01-27T18:53:32.756Z PASS [ 27.216s] (1278/2695) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
79892026-01-27T18:53:37.241Z PASS [ 27.927s] (1279/2695) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
79902026-01-27T18:53:54.924Z PASS [ 31.011s] (1280/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
79912026-01-27T18:53:54.975Z PASS [ 0.050s] (1281/2695) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
79922026-01-27T18:53:56.813Z PASS [ 19.571s] (1282/2695) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
79932026-01-27T18:53:58.964Z PASS [ 31.697s] (1283/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
79942026-01-27T18:54:02.050Z PASS [ 32.134s] (1284/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
79952026-01-27T18:54:02.050Z PASS [ 30.403s] (1285/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
79962026-01-27T18:54:05.267Z PASS [ 32.509s] (1286/2695) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
79972026-01-27T18:54:22.524Z PASS [ 20.473s] (1287/2695) omicron-nexus app::sagas::test_saga::test_saga_stuck
79982026-01-27T18:54:24.740Z PASS [ 29.763s] (1288/2695) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
79992026-01-27T18:54:26.076Z PASS [ 24.025s] (1289/2695) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
80002026-01-27T18:54:27.078Z PASS [ 21.809s] (1290/2695) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
80012026-01-27T18:54:39.256Z PASS [ 42.440s] (1291/2695) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
80022026-01-27T18:54:39.952Z PASS [ 40.985s] (1292/2695) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
80032026-01-27T18:54:43.737Z PASS [ 3.784s] (1293/2695) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
80042026-01-27T18:54:43.783Z PASS [ 0.045s] (1294/2695) omicron-nexus external_api::console_api::test::test_accept_gz
80052026-01-27T18:54:43.832Z PASS [ 0.049s] (1295/2695) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
80062026-01-27T18:54:43.879Z PASS [ 0.048s] (1296/2695) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
80072026-01-27T18:54:43.927Z PASS [ 0.048s] (1297/2695) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
80082026-01-27T18:54:43.974Z PASS [ 0.046s] (1298/2695) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
80092026-01-27T18:54:43.993Z PASS [ 21.467s] (1299/2695) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
80102026-01-27T18:54:44.020Z PASS [ 0.046s] (1300/2695) omicron-nexus external_api::console_api::test::test_find_file_finds_file
80112026-01-27T18:54:44.037Z PASS [ 0.044s] (1301/2695) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
80122026-01-27T18:54:44.065Z PASS [ 0.045s] (1302/2695) omicron-nexus external_api::console_api::test::test_relative_uri
80132026-01-27T18:54:44.082Z PASS [ 0.044s] (1303/2695) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
80142026-01-27T18:54:47.167Z PASS [ 22.423s] (1304/2695) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
80152026-01-27T18:54:47.906Z PASS [ 21.828s] (1305/2695) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
80162026-01-27T18:54:49.441Z PASS [ 22.360s] (1306/2695) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
80172026-01-27T18:55:01.309Z PASS [ 22.051s] (1307/2695) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
80182026-01-27T18:55:04.358Z PASS [ 20.275s] (1308/2695) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
80192026-01-27T18:55:06.302Z PASS [ 19.134s] (1309/2695) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
80202026-01-27T18:55:17.049Z PASS [ 29.141s] (1310/2695) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
80212026-01-27T18:55:19.098Z PASS [ 29.655s] (1311/2695) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
80222026-01-27T18:55:20.524Z PASS [ 36.455s] (1312/2695) omicron-nexus populate::test::test_populators
80232026-01-27T18:55:30.983Z PASS [ 26.623s] (1313/2695) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
80242026-01-27T18:55:34.352Z PASS [ 28.048s] (1314/2695) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
80252026-01-27T18:55:46.292Z PASS [ 29.240s] (1315/2695) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
80262026-01-27T18:55:46.627Z PASS [ 26.101s] (1316/2695) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
80272026-01-27T18:55:48.714Z PASS [ 47.397s] (1317/2695) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
80282026-01-27T18:55:51.415Z PASS [ 20.430s] (1318/2695) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
80292026-01-27T18:55:55.188Z PASS [ 20.835s] (1319/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
80302026-01-27T18:56:07.362Z PASS [ 48.260s] (1320/2695) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
80312026-01-27T18:56:09.432Z PASS [ 2.058s] (1321/2695) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
80322026-01-27T18:56:11.278Z PASS [ 1.857s] (1322/2695) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
80332026-01-27T18:56:12.012Z PASS [ 0.734s] (1323/2695) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
80342026-01-27T18:56:14.063Z PASS [ 25.351s] (1324/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
80352026-01-27T18:56:14.237Z PASS [ 19.047s] (1325/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
80362026-01-27T18:56:16.809Z PASS [ 25.392s] (1326/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
80372026-01-27T18:56:18.517Z PASS [ 31.888s] (1327/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
80382026-01-27T18:56:32.446Z PASS [ 20.433s] (1328/2695) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
80392026-01-27T18:56:33.746Z PASS [ 19.681s] (1329/2695) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
80402026-01-27T18:56:35.348Z PASS [ 21.110s] (1330/2695) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
80412026-01-27T18:56:36.607Z PASS [ 19.797s] (1331/2695) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
80422026-01-27T18:56:38.340Z PASS [ 19.822s] (1332/2695) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
80432026-01-27T18:56:46.298Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80442026-01-27T18:56:50.646Z PASS [ 18.198s] (1333/2695) omicron-nexus::test_all integration_tests::basic::test_basic_failures
80452026-01-27T18:56:52.641Z PASS [ 18.894s] (1334/2695) omicron-nexus::test_all integration_tests::basic::test_ping
80462026-01-27T18:56:58.271Z PASS [ 19.929s] (1335/2695) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
80472026-01-27T18:57:01.869Z PASS [ 26.518s] (1336/2695) omicron-nexus::test_all integration_tests::basic::test_projects_basic
80482026-01-27T18:57:08.087Z PASS [ 31.477s] (1337/2695) omicron-nexus::test_all integration_tests::basic::test_projects_list
80492026-01-27T18:57:08.677Z PASS [ 18.029s] (1338/2695) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
80502026-01-27T18:57:11.414Z PASS [ 18.771s] (1339/2695) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
80512026-01-27T18:57:15.216Z PASS [ 16.944s] (1340/2695) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
80522026-01-27T18:57:20.512Z PASS [ 18.642s] (1341/2695) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
80532026-01-27T18:57:26.690Z PASS [ 18.012s] (1342/2695) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
80542026-01-27T18:57:29.681Z PASS [ 21.591s] (1343/2695) omicron-nexus::test_all integration_tests::certificates::test_crud
80552026-01-27T18:57:30.902Z PASS [ 1.221s] (1344/2695) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
80562026-01-27T18:57:31.927Z PASS [ 1.025s] (1345/2695) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
80572026-01-27T18:57:32.140Z PASS [ 0.212s] (1346/2695) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
80582026-01-27T18:57:33.144Z PASS [ 17.926s] (1347/2695) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
80592026-01-27T18:57:36.718Z PASS [ 25.302s] (1348/2695) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
80602026-01-27T18:57:37.586Z PASS [ 17.072s] (1349/2695) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
80612026-01-27T18:57:44.927Z PASS [ 18.233s] (1350/2695) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
80622026-01-27T18:57:46.304Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80632026-01-27T18:57:49.482Z PASS [ 17.341s] (1351/2695) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
80642026-01-27T18:57:50.729Z PASS [ 17.583s] (1352/2695) omicron-nexus::test_all integration_tests::console_api::test_assets
80652026-01-27T18:57:54.228Z PASS [ 17.508s] (1353/2695) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
80662026-01-27T18:58:00.842Z PASS [ 23.254s] (1354/2695) omicron-nexus::test_all integration_tests::console_api::test_console_pages
80672026-01-27T18:58:08.050Z PASS [ 18.566s] (1355/2695) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
80682026-01-27T18:58:09.270Z PASS [ 24.344s] (1356/2695) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
80692026-01-27T18:58:11.075Z PASS [ 20.344s] (1357/2695) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
80702026-01-27T18:58:13.828Z PASS [ 19.599s] (1358/2695) omicron-nexus::test_all integration_tests::console_api::test_session_me
80712026-01-27T18:58:18.945Z PASS [ 18.101s] (1359/2695) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
80722026-01-27T18:58:28.341Z PASS [ 19.070s] (1360/2695) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
80732026-01-27T18:58:32.985Z PASS [ 24.933s] (1361/2695) omicron-nexus::test_all integration_tests::console_api::test_sessions
80742026-01-27T18:58:35.415Z PASS [ 169.111s] (1362/2695) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80752026-01-27T18:58:54.378Z PASS [ 40.547s] (1363/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
80762026-01-27T18:58:55.877Z PASS [ 44.799s] (1364/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
80772026-01-27T18:59:00.922Z PASS [ 41.974s] (1365/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
80782026-01-27T18:59:13.535Z PASS [ 45.190s] (1366/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
80792026-01-27T18:59:23.906Z PASS [ 50.890s] (1367/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
80802026-01-27T18:59:27.256Z PASS [ 51.836s] (1368/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
80812026-01-27T18:59:41.529Z PASS [ 45.648s] (1369/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
80822026-01-27T18:59:45.096Z PASS [ 50.714s] (1370/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
80832026-01-27T18:59:50.850Z PASS [ 49.924s] (1371/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
80842026-01-27T19:00:04.177Z PASS [ 50.638s] (1372/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
80852026-01-27T19:00:09.844Z PASS [ 28.313s] (1373/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
80862026-01-27T19:00:13.154Z PASS [ 49.272s] (1374/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
80872026-01-27T19:00:27.261Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
80882026-01-27T19:00:44.496Z PASS [ 77.234s] (1375/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
80892026-01-27T19:00:45.102Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
80902026-01-27T19:00:50.857Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
80912026-01-27T19:01:00.920Z PASS [ 56.738s] (1376/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
80922026-01-27T19:01:06.563Z PASS [ 56.714s] (1377/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
80932026-01-27T19:01:09.918Z PASS [ 56.755s] (1378/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
80942026-01-27T19:01:13.657Z PASS [ 82.801s] (1379/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
80952026-01-27T19:01:15.413Z PASS [ 90.311s] (1380/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
80962026-01-27T19:01:26.103Z PASS [ 19.539s] (1381/2695) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
80972026-01-27T19:01:35.866Z PASS [ 22.207s] (1382/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
80982026-01-27T19:01:36.102Z PASS [ 20.687s] (1383/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
80992026-01-27T19:01:42.931Z PASS [ 33.015s] (1384/2695) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
81002026-01-27T19:01:44.502Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81012026-01-27T19:01:45.706Z PASS [ 19.601s] (1385/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
81022026-01-27T19:02:00.926Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81032026-01-27T19:02:01.405Z PASS [ 18.473s] (1386/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
81042026-01-27T19:02:02.118Z PASS [ 26.015s] (1387/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
81052026-01-27T19:02:02.146Z PASS [ 26.277s] (1388/2695) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
81062026-01-27T19:02:11.001Z PASS [ 25.292s] (1389/2695) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
81072026-01-27T19:02:12.771Z PASS [ 88.268s] (1390/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81082026-01-27T19:02:36.256Z PASS [ 34.135s] (1391/2695) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
81092026-01-27T19:02:39.352Z PASS [ 28.349s] (1392/2695) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
81102026-01-27T19:02:41.713Z PASS [ 28.940s] (1393/2695) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
81112026-01-27T19:02:46.013Z PASS [ 43.864s] (1394/2695) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
81122026-01-27T19:02:49.697Z PASS [ 108.768s] (1395/2695) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81132026-01-27T19:03:01.412Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81142026-01-27T19:03:07.217Z PASS [ 30.959s] (1396/2695) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
81152026-01-27T19:03:08.832Z PASS [ 29.477s] (1397/2695) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
81162026-01-27T19:03:08.865Z PASS [ 27.150s] (1398/2695) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
81172026-01-27T19:03:14.403Z PASS [ 72.992s] (1399/2695) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81182026-01-27T19:03:18.284Z PASS [ 28.585s] (1400/2695) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
81192026-01-27T19:03:31.925Z PASS [ 23.058s] (1401/2695) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
81202026-01-27T19:03:32.358Z PASS [ 23.525s] (1402/2695) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
81212026-01-27T19:03:34.088Z PASS [ 26.868s] (1403/2695) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
81222026-01-27T19:03:40.271Z PASS [ 21.985s] (1404/2695) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
81232026-01-27T19:03:42.143Z PASS [ 27.738s] (1405/2695) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
81242026-01-27T19:03:43.151Z PASS [ 57.133s] (1406/2695) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
81252026-01-27T19:04:01.551Z PASS [ 29.624s] (1407/2695) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
81262026-01-27T19:04:02.620Z PASS [ 28.532s] (1408/2695) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
81272026-01-27T19:04:13.235Z PASS [ 32.962s] (1409/2695) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
81282026-01-27T19:04:14.656Z PASS [ 32.510s] (1410/2695) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
81292026-01-27T19:04:17.042Z PASS [ 33.889s] (1411/2695) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
81302026-01-27T19:04:17.936Z PASS [ 45.575s] (1412/2695) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
81312026-01-27T19:04:31.786Z PASS [ 29.164s] (1413/2695) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
81322026-01-27T19:04:33.609Z PASS [ 32.055s] (1414/2695) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
81332026-01-27T19:04:44.490Z PASS [ 29.832s] (1415/2695) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
81342026-01-27T19:04:46.118Z PASS [ 32.880s] (1416/2695) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
81352026-01-27T19:04:47.000Z PASS [ 29.061s] (1417/2695) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
81362026-01-27T19:04:47.574Z PASS [ 30.529s] (1418/2695) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
81372026-01-27T19:05:00.367Z PASS [ 26.755s] (1419/2695) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
81382026-01-27T19:05:03.016Z PASS [ 31.227s] (1420/2695) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
81392026-01-27T19:05:08.174Z PASS [ 23.682s] (1421/2695) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
81402026-01-27T19:05:17.317Z PASS [ 30.315s] (1422/2695) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
81412026-01-27T19:05:18.673Z PASS [ 32.553s] (1423/2695) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
81422026-01-27T19:05:23.664Z PASS [ 36.087s] (1424/2695) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
81432026-01-27T19:05:27.576Z PASS [ 27.207s] (1425/2695) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
81442026-01-27T19:05:30.839Z PASS [ 27.821s] (1426/2695) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
81452026-01-27T19:05:38.599Z PASS [ 30.422s] (1427/2695) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
81462026-01-27T19:05:43.702Z PASS [ 26.383s] (1428/2695) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
81472026-01-27T19:05:45.047Z PASS [ 26.372s] (1429/2695) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
81482026-01-27T19:05:50.375Z PASS [ 26.709s] (1430/2695) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
81492026-01-27T19:05:55.252Z PASS [ 27.674s] (1431/2695) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
81502026-01-27T19:05:59.852Z PASS [ 29.011s] (1432/2695) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
81512026-01-27T19:06:11.115Z PASS [ 32.513s] (1433/2695) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
81522026-01-27T19:06:16.356Z PASS [ 21.102s] (1434/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
81532026-01-27T19:06:20.248Z PASS [ 36.543s] (1435/2695) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
81542026-01-27T19:06:30.112Z PASS [ 45.062s] (1436/2695) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
81552026-01-27T19:06:32.110Z PASS [ 32.255s] (1437/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
81562026-01-27T19:06:35.466Z PASS [ 45.087s] (1438/2695) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
81572026-01-27T19:06:35.490Z PASS [ 24.373s] (1439/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
81582026-01-27T19:06:42.784Z PASS [ 22.535s] (1440/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
81592026-01-27T19:06:52.193Z PASS [ 35.834s] (1441/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
81602026-01-27T19:06:53.556Z PASS [ 23.441s] (1442/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
81612026-01-27T19:06:54.252Z PASS [ 22.140s] (1443/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
81622026-01-27T19:06:58.983Z PASS [ 23.515s] (1444/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
81632026-01-27T19:06:59.648Z PASS [ 24.156s] (1445/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
81642026-01-27T19:07:07.286Z PASS [ 24.499s] (1446/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
81652026-01-27T19:07:15.897Z PASS [ 23.702s] (1447/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
81662026-01-27T19:07:17.292Z PASS [ 23.039s] (1448/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach_unimplemented
81672026-01-27T19:07:18.882Z PASS [ 25.324s] (1449/2695) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
81682026-01-27T19:07:20.707Z PASS [ 21.723s] (1450/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_create_unimplemented
81692026-01-27T19:07:21.358Z PASS [ 21.708s] (1451/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_delete_unimplemented
81702026-01-27T19:07:29.154Z PASS [ 21.867s] (1452/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_detach_unimplemented
81712026-01-27T19:07:37.876Z PASS [ 20.582s] (1453/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_update_unimplemented
81722026-01-27T19:07:38.222Z PASS [ 22.323s] (1454/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_list_unimplemented
81732026-01-27T19:07:40.264Z PASS [ 21.381s] (1455/2695) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_view_unimplemented
81742026-01-27T19:07:49.289Z PASS [ 28.579s] (1456/2695) omicron-nexus::test_all integration_tests::images::test_image_create
81752026-01-27T19:07:53.146Z PASS [ 31.785s] (1457/2695) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
81762026-01-27T19:08:00.604Z PASS [ 31.447s] (1458/2695) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
81772026-01-27T19:08:06.071Z PASS [ 27.846s] (1459/2695) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
81782026-01-27T19:08:07.378Z PASS [ 29.500s] (1460/2695) omicron-nexus::test_all integration_tests::images::test_image_promotion
81792026-01-27T19:08:07.630Z PASS [ 27.364s] (1461/2695) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
81802026-01-27T19:08:11.910Z PASS [ 4.279s] (1462/2695) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
81812026-01-27T19:08:12.720Z PASS [ 6.649s] (1463/2695) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
81822026-01-27T19:08:13.733Z PASS [ 6.354s] (1464/2695) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
81832026-01-27T19:08:14.359Z PASS [ 25.069s] (1465/2695) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
81842026-01-27T19:08:15.122Z PASS [ 21.974s] (1466/2695) omicron-nexus::test_all integration_tests::images::test_silo_image_create
81852026-01-27T19:08:16.410Z PASS [ 15.805s] (1467/2695) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
81862026-01-27T19:08:21.560Z PASS [ 9.650s] (1468/2695) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
81872026-01-27T19:08:41.347Z PASS [ 28.624s] (1469/2695) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
81882026-01-27T19:08:47.468Z PASS [ 32.344s] (1470/2695) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
81892026-01-27T19:08:53.541Z PASS [ 37.127s] (1471/2695) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
81902026-01-27T19:08:54.718Z PASS [ 40.355s] (1472/2695) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
81912026-01-27T19:08:58.203Z PASS [ 36.640s] (1473/2695) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
81922026-01-27T19:09:03.896Z PASS [ 50.160s] (1474/2695) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
81932026-01-27T19:09:16.729Z PASS [ 23.187s] (1475/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
81942026-01-27T19:09:17.321Z PASS [ 22.601s] (1476/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
81952026-01-27T19:09:23.039Z PASS [ 41.689s] (1477/2695) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
81962026-01-27T19:09:34.992Z PASS [ 36.787s] (1478/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
81972026-01-27T19:09:38.285Z PASS [ 50.813s] (1479/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
81982026-01-27T19:09:39.193Z PASS [ 22.462s] (1480/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
81992026-01-27T19:09:49.990Z PASS [ 46.090s] (1481/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
82002026-01-27T19:09:51.239Z PASS [ 28.198s] (1482/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
82012026-01-27T19:10:03.449Z PASS [ 28.455s] (1483/2695) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
82022026-01-27T19:10:04.782Z PASS [ 47.457s] (1484/2695) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
82032026-01-27T19:10:18.482Z PASS [ 40.194s] (1485/2695) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
82042026-01-27T19:10:21.632Z PASS [ 30.391s] (1486/2695) omicron-nexus::test_all integration_tests::instances::test_instance_access
82052026-01-27T19:10:24.262Z PASS [ 20.811s] (1487/2695) omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
82062026-01-27T19:10:39.200Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
82072026-01-27T19:10:39.203Z PASS [ 49.207s] (1488/2695) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
82082026-01-27T19:10:39.236Z PASS [ 34.450s] (1489/2695) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
82092026-01-27T19:10:55.653Z PASS [ 76.453s] (1490/2695) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
82102026-01-27T19:11:01.207Z PASS [ 42.722s] (1491/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
82112026-01-27T19:11:06.543Z PASS [ 44.908s] (1492/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
82122026-01-27T19:11:07.732Z PASS [ 43.467s] (1493/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
82132026-01-27T19:11:16.341Z PASS [ 37.138s] (1494/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
82142026-01-27T19:11:20.973Z PASS [ 41.735s] (1495/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
82152026-01-27T19:11:28.304Z PASS [ 27.094s] (1496/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
82162026-01-27T19:11:29.734Z PASS [ 34.079s] (1497/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
82172026-01-27T19:11:34.674Z PASS [ 28.128s] (1498/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
82182026-01-27T19:11:40.955Z PASS [ 33.220s] (1499/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
82192026-01-27T19:11:54.700Z PASS [ 24.963s] (1500/2695) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
82202026-01-27T19:11:55.278Z PASS [ 26.972s] (1501/2695) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
82212026-01-27T19:11:57.797Z PASS [ 41.453s] (1502/2695) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
82222026-01-27T19:12:08.258Z PASS [ 33.582s] (1503/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
82232026-01-27T19:12:13.728Z PASS [ 32.770s] (1504/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
82242026-01-27T19:12:14.981Z PASS [ 54.004s] (1505/2695) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
82252026-01-27T19:12:28.219Z PASS [ 33.517s] (1506/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
82262026-01-27T19:12:31.186Z PASS [ 35.905s] (1507/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
82272026-01-27T19:12:31.191Z PASS [ 33.392s] (1508/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
82282026-01-27T19:12:39.960Z PASS [ 31.700s] (1509/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
82292026-01-27T19:13:02.832Z PASS [ 34.611s] (1510/2695) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
82302026-01-27T19:13:06.379Z PASS [ 35.186s] (1511/2695) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
82312026-01-27T19:13:10.616Z PASS [ 55.630s] (1512/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
82322026-01-27T19:13:10.782Z PASS [ 39.593s] (1513/2695) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
82332026-01-27T19:13:13.734Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82342026-01-27T19:13:14.932Z PASS [ 34.969s] (1514/2695) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
82352026-01-27T19:13:31.552Z PASS [ 77.819s] (1515/2695) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82362026-01-27T19:13:37.615Z PASS [ 31.233s] (1516/2695) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
82372026-01-27T19:13:42.413Z PASS [ 39.577s] (1517/2695) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
82382026-01-27T19:13:42.852Z PASS [ 32.234s] (1518/2695) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
82392026-01-27T19:13:58.794Z PASS [ 48.009s] (1519/2695) omicron-nexus::test_all integration_tests::instances::test_instance_serial
82402026-01-27T19:14:01.322Z PASS [ 29.767s] (1520/2695) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
82412026-01-27T19:14:04.778Z PASS [ 22.364s] (1521/2695) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
82422026-01-27T19:14:14.938Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
82432026-01-27T19:14:17.867Z PASS [ 35.012s] (1522/2695) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
82442026-01-27T19:14:19.441Z PASS [ 41.823s] (1523/2695) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
82452026-01-27T19:14:23.323Z PASS [ 24.526s] (1524/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
82462026-01-27T19:14:24.877Z PASS [ 20.097s] (1525/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
82472026-01-27T19:14:28.655Z PASS [ 73.718s] (1526/2695) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
82482026-01-27T19:14:46.994Z PASS [ 22.116s] (1527/2695) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
82492026-01-27T19:14:50.169Z PASS [ 32.300s] (1528/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
82502026-01-27T19:14:50.169Z PASS [ 30.726s] (1529/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
82512026-01-27T19:14:52.968Z PASS [ 29.644s] (1530/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
82522026-01-27T19:15:01.114Z PASS [ 32.456s] (1531/2695) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
82532026-01-27T19:15:01.328Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82542026-01-27T19:15:18.740Z PASS [ 31.743s] (1532/2695) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
82552026-01-27T19:15:20.401Z PASS [ 19.286s] (1533/2695) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
82562026-01-27T19:15:21.554Z PASS [ 31.382s] (1534/2695) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
82572026-01-27T19:15:28.414Z PASS [ 35.443s] (1535/2695) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
82582026-01-27T19:15:38.422Z PASS [ 48.249s] (1536/2695) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
82592026-01-27T19:15:40.330Z PASS [ 21.588s] (1537/2695) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
82602026-01-27T19:15:42.889Z PASS [ 22.486s] (1538/2695) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
82612026-01-27T19:15:43.736Z PASS [ 22.180s] (1539/2695) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
82622026-01-27T19:15:59.779Z PASS [ 19.446s] (1540/2695) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
82632026-01-27T19:16:01.334Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82642026-01-27T19:16:03.486Z PASS [ 35.069s] (1541/2695) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
82652026-01-27T19:16:14.874Z PASS [ 36.449s] (1542/2695) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
82662026-01-27T19:16:18.391Z PASS [ 34.652s] (1543/2695) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
82672026-01-27T19:16:24.993Z PASS [ 42.100s] (1544/2695) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
82682026-01-27T19:16:31.983Z PASS [ 32.203s] (1545/2695) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
82692026-01-27T19:16:33.343Z PASS [ 152.010s] (1546/2695) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82702026-01-27T19:16:36.360Z PASS [ 17.967s] (1547/2695) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
82712026-01-27T19:16:39.034Z PASS [ 35.545s] (1548/2695) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
82722026-01-27T19:16:43.916Z PASS [ 18.921s] (1549/2695) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
82732026-01-27T19:16:48.451Z PASS [ 33.574s] (1550/2695) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
82742026-01-27T19:16:56.113Z PASS [ 24.128s] (1551/2695) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
82752026-01-27T19:16:58.948Z PASS [ 22.587s] (1552/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
82762026-01-27T19:17:05.655Z PASS [ 26.619s] (1553/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
82772026-01-27T19:17:06.087Z PASS [ 22.170s] (1554/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
82782026-01-27T19:17:09.390Z PASS [ 36.044s] (1555/2695) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
82792026-01-27T19:17:09.497Z PASS [ 21.044s] (1556/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
82802026-01-27T19:17:16.856Z PASS [ 20.741s] (1557/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
82812026-01-27T19:17:20.818Z PASS [ 21.868s] (1558/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
82822026-01-27T19:17:27.298Z PASS [ 21.641s] (1559/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
82832026-01-27T19:17:27.743Z PASS [ 21.655s] (1560/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
82842026-01-27T19:17:32.135Z PASS [ 22.744s] (1561/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
82852026-01-27T19:17:34.095Z PASS [ 24.596s] (1562/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
82862026-01-27T19:17:39.830Z PASS [ 22.972s] (1563/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
82872026-01-27T19:17:48.793Z PASS [ 21.494s] (1564/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
82882026-01-27T19:17:49.683Z PASS [ 28.862s] (1565/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
82892026-01-27T19:17:52.948Z PASS [ 25.203s] (1566/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
82902026-01-27T19:17:55.435Z PASS [ 21.338s] (1567/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
82912026-01-27T19:18:00.321Z PASS [ 20.490s] (1568/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
82922026-01-27T19:18:09.263Z PASS [ 37.125s] (1569/2695) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
82932026-01-27T19:18:17.817Z PASS [ 28.132s] (1570/2695) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
82942026-01-27T19:18:19.372Z PASS [ 30.576s] (1571/2695) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
82952026-01-27T19:18:23.787Z PASS [ 23.464s] (1572/2695) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
82962026-01-27T19:18:37.348Z PASS [ 44.396s] (1573/2695) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
82972026-01-27T19:18:40.025Z PASS [ 22.206s] (1574/2695) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
82982026-01-27T19:18:55.253Z PASS [ 35.879s] (1575/2695) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection
82992026-01-27T19:18:55.441Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
83002026-01-27T19:18:58.197Z PASS [ 62.758s] (1576/2695) omicron-nexus::test_all integration_tests::metrics::test_metrics
83012026-01-27T19:18:59.983Z PASS [ 36.193s] (1577/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
83022026-01-27T19:19:00.695Z PASS [ 51.425s] (1578/2695) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
83032026-01-27T19:19:23.595Z PASS [ 46.243s] (1579/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
83042026-01-27T19:19:33.166Z PASS [ 53.138s] (1580/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_different_sources_succeeds
83052026-01-27T19:19:35.265Z PASS [ 37.065s] (1581/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails
83062026-01-27T19:19:36.420Z PASS [ 35.722s] (1582/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_without_sources_fails
83072026-01-27T19:19:38.326Z PASS [ 38.340s] (1583/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources
83082026-01-27T19:19:47.447Z PASS [ 52.189s] (1584/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
83092026-01-27T19:20:09.347Z PASS [ 32.925s] (1585/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_authenticated_users_can_read_multicast_groups
83102026-01-27T19:20:10.587Z PASS [ 35.319s] (1586/2695) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_with_empty_sources_array_fails
83112026-01-27T19:20:14.217Z PASS [ 50.618s] (1587/2695) omicron-nexus::test_all integration_tests::multicast::api::test_join_existing_ssm_group_without_sources_fails
83122026-01-27T19:20:19.496Z PASS [ 46.326s] (1588/2695) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
83132026-01-27T19:20:29.892Z PASS [ 42.442s] (1589/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_project_instance_attachment_allowed
83142026-01-27T19:20:30.269Z PASS [ 51.938s] (1590/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
83152026-01-27T19:20:49.034Z PASS [ 29.536s] (1591/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_cannot_use_unlinked_pool
83162026-01-27T19:20:51.105Z PASS [ 41.755s] (1592/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_instance_attachment
83172026-01-27T19:20:53.319Z PASS [ 42.729s] (1593/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_project_only_users_can_access_multicast_groups
83182026-01-27T19:20:54.149Z PASS [ 39.928s] (1594/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_admins_cannot_modify_other_silos_groups
83192026-01-27T19:21:06.675Z PASS [ 36.780s] (1595/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_users_can_attach_instances_to_multicast_groups
83202026-01-27T19:21:11.229Z PASS [ 40.957s] (1596/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
83212026-01-27T19:21:22.265Z PASS [ 33.228s] (1597/2695) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
83222026-01-27T19:21:30.015Z PASS [ 36.693s] (1598/2695) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_move_updates_multicast_port_mapping
83232026-01-27T19:21:33.756Z PASS [ 42.648s] (1599/2695) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_behavior
83242026-01-27T19:21:37.196Z PASS [ 43.044s] (1600/2695) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
83252026-01-27T19:21:44.833Z PASS [ 38.155s] (1601/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
83262026-01-27T19:21:45.624Z PASS [ 34.393s] (1602/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
83272026-01-27T19:21:57.433Z PASS [ 35.166s] (1603/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
83282026-01-27T19:22:03.852Z PASS [ 33.816s] (1604/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
83292026-01-27T19:22:09.737Z PASS [ 35.979s] (1605/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd
83302026-01-27T19:22:11.005Z PASS [ 33.807s] (1606/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_creation_with_dpd_failure
83312026-01-27T19:22:22.384Z PASS [ 36.757s] (1607/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
83322026-01-27T19:22:34.388Z PASS [ 36.952s] (1608/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active
83332026-01-27T19:22:39.327Z PASS [ 54.490s] (1609/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
83342026-01-27T19:22:41.501Z PASS [ 37.664s] (1610/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop
83352026-01-27T19:22:44.502Z PASS [ 33.494s] (1611/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
83362026-01-27T19:22:57.739Z PASS [ 35.352s] (1612/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
83372026-01-27T19:23:09.744Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
83382026-01-27T19:23:17.113Z PASS [ 35.610s] (1613/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups
83392026-01-27T19:23:21.313Z PASS [ 36.808s] (1614/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
83402026-01-27T19:23:22.671Z PASS [ 48.279s] (1615/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
83412026-01-27T19:23:27.776Z PASS [ 78.033s] (1616/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
83422026-01-27T19:23:32.463Z PASS [ 53.132s] (1617/2695) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation
83432026-01-27T19:23:33.274Z PASS [ 35.532s] (1618/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
83442026-01-27T19:23:57.199Z PASS [ 40.083s] (1619/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
83452026-01-27T19:23:57.320Z PASS [ 34.646s] (1620/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
83462026-01-27T19:23:59.037Z PASS [ 37.721s] (1621/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_lookup_multicast_group_by_ip
83472026-01-27T19:24:03.479Z PASS [ 30.203s] (1622/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
83482026-01-27T19:24:09.300Z PASS [ 41.520s] (1623/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
83492026-01-27T19:24:09.306Z PASS [ 36.841s] (1624/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
83502026-01-27T19:24:19.625Z PASS [ 22.425s] (1625/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
83512026-01-27T19:24:40.587Z PASS [ 37.105s] (1626/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_address_family_validation
83522026-01-27T19:24:52.784Z PASS [ 33.156s] (1627/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups
83532026-01-27T19:24:57.326Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
83542026-01-27T19:24:59.043Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
83552026-01-27T19:25:06.380Z PASS [ 57.069s] (1628/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
83562026-01-27T19:25:07.654Z PASS [ 58.350s] (1629/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join
83572026-01-27T19:25:13.606Z PASS [ 33.016s] (1630/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_without_sources_fails
83582026-01-27T19:25:15.237Z PASS [ 77.910s] (1631/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
83592026-01-27T19:25:15.718Z PASS [ 76.675s] (1632/2695) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
83602026-01-27T19:25:49.559Z PASS [ 43.176s] (1633/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_reconfigure_add_new_ssm_without_sources_fails
83612026-01-27T19:25:52.553Z PASS [ 36.832s] (1634/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits
83622026-01-27T19:25:52.790Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
83632026-01-27T19:25:54.155Z PASS [ 61.366s] (1635/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
83642026-01-27T19:25:55.812Z PASS [ 40.573s] (1636/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
83652026-01-27T19:26:00.180Z PASS [ 52.521s] (1637/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation
83662026-01-27T19:26:13.613Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
83672026-01-27T19:26:25.403Z PASS [ 71.792s] (1638/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
83682026-01-27T19:26:35.380Z PASS [ 42.824s] (1639/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_instance_state_transitions
83692026-01-27T19:26:45.552Z PASS [ 45.369s] (1640/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
83702026-01-27T19:26:46.436Z PASS [ 50.620s] (1641/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_persistence_through_stop_start
83712026-01-27T19:26:49.213Z PASS [ 55.054s] (1642/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration
83722026-01-27T19:26:49.565Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
83732026-01-27T19:27:04.323Z PASS [ 74.758s] (1643/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
83742026-01-27T19:27:11.410Z PASS [ 36.028s] (1644/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
83752026-01-27T19:27:25.410Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
83762026-01-27T19:27:32.932Z PASS [ 67.523s] (1645/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
83772026-01-27T19:27:33.301Z PASS [ 47.745s] (1646/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure
83782026-01-27T19:27:38.175Z PASS [ 51.735s] (1647/2695) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart
83792026-01-27T19:27:45.052Z PASS [ 55.834s] (1648/2695) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle
83802026-01-27T19:27:50.187Z PASS [ 45.860s] (1649/2695) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_at_creation
83812026-01-27T19:27:58.704Z PASS [ 47.290s] (1650/2695) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_basic
83822026-01-27T19:28:06.611Z PASS [ 33.307s] (1651/2695) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_asm_pool_used_without_sources
83832026-01-27T19:28:15.297Z PASS [ 37.119s] (1652/2695) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
83842026-01-27T19:28:18.988Z PASS [ 33.934s] (1653/2695) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_pool_preferred_with_sources
83852026-01-27T19:28:21.532Z PASS [ 48.597s] (1654/2695) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
83862026-01-27T19:28:21.865Z PASS [ 31.674s] (1655/2695) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_to_asm_fallback_with_sources
83872026-01-27T19:28:21.878Z PASS [ 23.172s] (1656/2695) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
83882026-01-27T19:28:28.992Z PASS [ 22.379s] (1657/2695) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
83892026-01-27T19:28:55.378Z PASS [ 33.512s] (1658/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
83902026-01-27T19:28:55.796Z PASS [ 33.915s] (1659/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
83912026-01-27T19:28:56.252Z PASS [ 34.717s] (1660/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
83922026-01-27T19:29:03.494Z PASS [ 48.194s] (1661/2695) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
83932026-01-27T19:29:18.994Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
83942026-01-27T19:29:20.061Z PASS [ 61.068s] (1662/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
83952026-01-27T19:29:27.964Z PASS [ 32.165s] (1663/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
83962026-01-27T19:29:28.999Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
83972026-01-27T19:29:29.504Z PASS [ 60.507s] (1664/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
83982026-01-27T19:29:48.166Z PASS [ 44.668s] (1665/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
83992026-01-27T19:29:51.953Z PASS [ 56.571s] (1666/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
84002026-01-27T19:29:52.823Z PASS [ 56.567s] (1667/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84012026-01-27T19:29:58.787Z PASS [ 29.281s] (1668/2695) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
84022026-01-27T19:30:04.008Z PASS [ 43.944s] (1669/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
84032026-01-27T19:30:15.577Z PASS [ 47.609s] (1670/2695) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
84042026-01-27T19:30:23.815Z PASS [ 25.026s] (1671/2695) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84052026-01-27T19:30:27.525Z PASS [ 23.515s] (1672/2695) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
84062026-01-27T19:30:33.205Z PASS [ 17.626s] (1673/2695) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84072026-01-27T19:30:41.502Z PASS [ 53.332s] (1674/2695) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
84082026-01-27T19:30:45.179Z PASS [ 21.362s] (1675/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion
84092026-01-27T19:30:45.592Z PASS [ 53.635s] (1676/2695) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
84102026-01-27T19:30:49.216Z PASS [ 21.689s] (1677/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
84112026-01-27T19:30:52.829Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
84122026-01-27T19:30:55.437Z PASS [ 22.230s] (1678/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
84132026-01-27T19:31:10.071Z PASS [ 24.477s] (1679/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
84142026-01-27T19:31:10.438Z PASS [ 77.609s] (1680/2695) omicron-nexus::test_all integration_tests::password_login::test_local_users
84152026-01-27T19:31:10.450Z PASS [ 28.946s] (1681/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
84162026-01-27T19:31:14.420Z PASS [ 29.239s] (1682/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
84172026-01-27T19:31:18.136Z PASS [ 28.917s] (1683/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
84182026-01-27T19:31:29.966Z PASS [ 34.526s] (1684/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
84192026-01-27T19:31:30.953Z PASS [ 20.501s] (1685/2695) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
84202026-01-27T19:31:33.073Z PASS [ 22.632s] (1686/2695) omicron-nexus::test_all integration_tests::projects::test_projects
84212026-01-27T19:31:34.749Z PASS [ 24.676s] (1687/2695) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
84222026-01-27T19:31:37.303Z PASS [ 22.881s] (1688/2695) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
84232026-01-27T19:31:43.941Z PASS [ 25.803s] (1689/2695) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
84242026-01-27T19:31:49.216Z PASS [ 18.262s] (1690/2695) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
84252026-01-27T19:31:53.047Z PASS [ 19.973s] (1691/2695) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
84262026-01-27T19:31:55.327Z PASS [ 20.576s] (1692/2695) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
84272026-01-27T19:31:59.672Z PASS [ 22.367s] (1693/2695) omicron-nexus::test_all integration_tests::rack::test_sled_add
84282026-01-27T19:32:03.499Z PASS [ 19.556s] (1694/2695) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
84292026-01-27T19:32:09.350Z PASS [ 20.132s] (1695/2695) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
84302026-01-27T19:32:16.020Z PASS [ 22.971s] (1696/2695) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
84312026-01-27T19:32:16.385Z PASS [ 21.056s] (1697/2695) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
84322026-01-27T19:32:20.940Z PASS [ 21.267s] (1698/2695) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
84332026-01-27T19:32:29.973Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::quotas::test_quotas
84342026-01-27T19:32:30.960Z PASS [ 27.459s] (1699/2695) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
84352026-01-27T19:32:31.194Z PASS [ 0.234s] (1700/2695) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
84362026-01-27T19:32:31.428Z PASS [ 0.234s] (1701/2695) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
84372026-01-27T19:32:31.633Z PASS [ 0.204s] (1702/2695) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
84382026-01-27T19:32:31.832Z PASS [ 0.199s] (1703/2695) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
84392026-01-27T19:32:32.021Z PASS [ 0.189s] (1704/2695) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
84402026-01-27T19:32:32.509Z PASS [ 62.538s] (1705/2695) omicron-nexus::test_all integration_tests::quotas::test_quotas
84412026-01-27T19:32:33.477Z PASS [ 24.125s] (1706/2695) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
84422026-01-27T19:32:39.355Z PASS [ 22.967s] (1707/2695) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
84432026-01-27T19:32:45.352Z PASS [ 24.409s] (1708/2695) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
84442026-01-27T19:32:47.639Z PASS [ 31.616s] (1709/2695) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
84452026-01-27T19:32:52.459Z PASS [ 20.436s] (1710/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
84462026-01-27T19:32:52.706Z PASS [ 20.195s] (1711/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
84472026-01-27T19:32:52.716Z PASS [ 0.256s] (1712/2695) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
84482026-01-27T19:32:53.946Z PASS [ 20.467s] (1713/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
84492026-01-27T19:32:54.086Z PASS [ 0.140s] (1714/2695) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
84502026-01-27T19:32:54.222Z PASS [ 0.136s] (1715/2695) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
84512026-01-27T19:33:00.421Z PASS [ 21.065s] (1716/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
84522026-01-27T19:33:06.435Z PASS [ 21.081s] (1717/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
84532026-01-27T19:33:08.965Z PASS [ 21.324s] (1718/2695) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
84542026-01-27T19:33:14.897Z PASS [ 22.179s] (1719/2695) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
84552026-01-27T19:33:15.868Z PASS [ 21.644s] (1720/2695) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
84562026-01-27T19:33:16.020Z PASS [ 23.312s] (1721/2695) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
84572026-01-27T19:33:19.972Z PASS [ 19.549s] (1722/2695) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
84582026-01-27T19:33:22.167Z PASS [ 15.731s] (1723/2695) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
84592026-01-27T19:33:22.231Z PASS [ 2.259s] (1724/2695) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
84602026-01-27T19:33:23.030Z PASS [ 14.064s] (1725/2695) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
84612026-01-27T19:33:24.079Z PASS [ 1.847s] (1726/2695) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
84622026-01-27T19:33:25.537Z PASS [ 1.458s] (1727/2695) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
84632026-01-27T19:33:27.044Z PASS [ 1.507s] (1728/2695) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
84642026-01-27T19:33:28.563Z PASS [ 1.519s] (1729/2695) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
84652026-01-27T19:33:30.107Z PASS [ 1.544s] (1730/2695) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
84662026-01-27T19:34:30.113Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84672026-01-27T19:34:44.923Z PASS [ 74.811s] (1731/2695) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84682026-01-27T19:34:46.137Z PASS [ 1.213s] (1732/2695) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
84692026-01-27T19:35:40.121Z PASS [ 53.980s] (1733/2695) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84702026-01-27T19:35:42.760Z PASS [ 2.639s] (1734/2695) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
84712026-01-27T19:36:31.397Z PASS [ 48.634s] (1735/2695) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84722026-01-27T19:36:45.422Z PASS [ 14.023s] (1736/2695) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
84732026-01-27T19:36:45.903Z PASS [ 14.504s] (1737/2695) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
84742026-01-27T19:36:58.765Z PASS [ 13.342s] (1738/2695) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
84752026-01-27T19:37:02.098Z PASS [ 16.194s] (1739/2695) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
84762026-01-27T19:37:11.215Z PASS [ 12.448s] (1740/2695) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
84772026-01-27T19:37:15.079Z PASS [ 12.981s] (1741/2695) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
84782026-01-27T19:37:24.785Z PASS [ 13.569s] (1742/2695) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
84792026-01-27T19:37:28.534Z PASS [ 13.453s] (1743/2695) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
84802026-01-27T19:37:31.405Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84812026-01-27T19:37:38.769Z PASS [ 13.982s] (1744/2695) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
84822026-01-27T19:37:42.356Z PASS [ 13.821s] (1745/2695) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
84832026-01-27T19:37:43.991Z PASS [ 72.588s] (1746/2695) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84842026-01-27T19:38:00.619Z PASS [ 21.849s] (1747/2695) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
84852026-01-27T19:38:04.074Z PASS [ 20.081s] (1748/2695) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
84862026-01-27T19:38:04.176Z PASS [ 21.817s] (1749/2695) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
84872026-01-27T19:38:06.169Z PASS [ 22.176s] (1750/2695) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
84882026-01-27T19:38:06.798Z PASS [ 22.805s] (1751/2695) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
84892026-01-27T19:38:06.906Z PASS [ 22.913s] (1752/2695) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
84902026-01-27T19:38:21.562Z PASS [ 20.942s] (1753/2695) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
84912026-01-27T19:38:24.960Z PASS [ 20.884s] (1754/2695) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
84922026-01-27T19:38:25.353Z PASS [ 21.176s] (1755/2695) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
84932026-01-27T19:38:27.751Z PASS [ 20.844s] (1756/2695) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
84942026-01-27T19:38:27.882Z PASS [ 21.712s] (1757/2695) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
84952026-01-27T19:38:28.229Z PASS [ 21.429s] (1758/2695) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
84962026-01-27T19:38:45.216Z PASS [ 23.652s] (1759/2695) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
84972026-01-27T19:38:45.787Z PASS [ 20.825s] (1760/2695) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
84982026-01-27T19:38:46.050Z PASS [ 20.696s] (1761/2695) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
84992026-01-27T19:38:48.828Z PASS [ 21.075s] (1762/2695) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
85002026-01-27T19:38:50.076Z PASS [ 22.192s] (1763/2695) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
85012026-01-27T19:38:50.380Z PASS [ 22.149s] (1764/2695) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
85022026-01-27T19:39:07.606Z PASS [ 21.818s] (1765/2695) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
85032026-01-27T19:39:10.400Z PASS [ 21.570s] (1766/2695) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
85042026-01-27T19:39:10.656Z PASS [ 20.579s] (1767/2695) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
85052026-01-27T19:39:10.677Z PASS [ 24.625s] (1768/2695) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
85062026-01-27T19:39:11.237Z PASS [ 20.856s] (1769/2695) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
85072026-01-27T19:39:12.837Z PASS [ 27.619s] (1770/2695) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
85082026-01-27T19:39:27.992Z PASS [ 20.384s] (1771/2695) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
85092026-01-27T19:39:31.308Z PASS [ 20.904s] (1772/2695) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
85102026-01-27T19:39:34.194Z PASS [ 22.955s] (1773/2695) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
85112026-01-27T19:39:37.757Z PASS [ 27.098s] (1774/2695) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
85122026-01-27T19:39:38.717Z PASS [ 28.038s] (1775/2695) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
85132026-01-27T19:39:40.531Z PASS [ 27.692s] (1776/2695) omicron-nexus::test_all integration_tests::silos::test_silos
85142026-01-27T19:39:46.704Z PASS [ 18.710s] (1777/2695) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
85152026-01-27T19:39:56.468Z PASS [ 22.272s] (1778/2695) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
85162026-01-27T19:40:01.793Z PASS [ 23.075s] (1779/2695) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
85172026-01-27T19:40:02.830Z PASS [ 31.521s] (1780/2695) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
85182026-01-27T19:40:07.488Z PASS [ 29.729s] (1781/2695) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
85192026-01-27T19:40:17.458Z PASS [ 36.924s] (1782/2695) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
85202026-01-27T19:40:19.909Z PASS [ 18.114s] (1783/2695) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
85212026-01-27T19:40:21.694Z PASS [ 34.987s] (1784/2695) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
85222026-01-27T19:40:25.896Z PASS [ 23.064s] (1785/2695) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
85232026-01-27T19:40:30.353Z PASS [ 33.882s] (1786/2695) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
85242026-01-27T19:40:32.264Z PASS [ 24.774s] (1787/2695) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
85252026-01-27T19:40:40.985Z PASS [ 23.526s] (1788/2695) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
85262026-01-27T19:40:52.315Z PASS [ 30.619s] (1789/2695) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
85272026-01-27T19:40:58.183Z PASS [ 38.270s] (1790/2695) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
85282026-01-27T19:41:00.485Z PASS [ 34.587s] (1791/2695) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
85292026-01-27T19:41:01.155Z PASS [ 20.168s] (1792/2695) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
85302026-01-27T19:41:01.212Z PASS [ 30.857s] (1793/2695) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
85312026-01-27T19:41:03.224Z PASS [ 30.958s] (1794/2695) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
85322026-01-27T19:41:17.654Z PASS [ 19.470s] (1795/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_create_unimplemented
85332026-01-27T19:41:20.078Z PASS [ 18.921s] (1796/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_list_unimplemented
85342026-01-27T19:41:20.626Z PASS [ 20.140s] (1797/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_delete_unimplemented
85352026-01-27T19:41:20.959Z PASS [ 19.745s] (1798/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_add_unimplemented
85362026-01-27T19:41:21.783Z PASS [ 18.557s] (1799/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_list_unimplemented
85372026-01-27T19:41:26.969Z PASS [ 34.651s] (1800/2695) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
85382026-01-27T19:41:37.295Z PASS [ 19.639s] (1801/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_remove_unimplemented
85392026-01-27T19:41:40.218Z PASS [ 20.139s] (1802/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link_unimplemented
85402026-01-27T19:41:40.586Z PASS [ 19.626s] (1803/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_unlink_unimplemented
85412026-01-27T19:41:40.644Z PASS [ 20.016s] (1804/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list_unimplemented
85422026-01-27T19:41:41.701Z PASS [ 19.917s] (1805/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_update_unimplemented
85432026-01-27T19:41:46.400Z PASS [ 19.426s] (1806/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_update_unimplemented
85442026-01-27T19:41:57.718Z PASS [ 20.421s] (1807/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
85452026-01-27T19:42:00.100Z PASS [ 19.880s] (1808/2695) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_view_unimplemented
85462026-01-27T19:42:04.808Z PASS [ 24.162s] (1809/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
85472026-01-27T19:42:07.872Z PASS [ 27.283s] (1810/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
85482026-01-27T19:42:10.935Z PASS [ 29.231s] (1811/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
85492026-01-27T19:42:14.107Z PASS [ 27.707s] (1812/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
85502026-01-27T19:42:18.060Z PASS [ 20.340s] (1813/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
85512026-01-27T19:42:28.751Z PASS [ 28.649s] (1814/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
85522026-01-27T19:42:29.292Z PASS [ 24.483s] (1815/2695) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
85532026-01-27T19:42:31.448Z PASS [ 2.696s] (1816/2695) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
85542026-01-27T19:42:32.696Z PASS [ 24.823s] (1817/2695) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
85552026-01-27T19:42:34.440Z PASS [ 20.332s] (1818/2695) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
85562026-01-27T19:42:43.516Z PASS [ 32.578s] (1819/2695) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
85572026-01-27T19:42:51.356Z PASS [ 16.915s] (1820/2695) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
85582026-01-27T19:42:51.914Z PASS [ 22.620s] (1821/2695) omicron-nexus::test_all integration_tests::updates::test_repo_list
85592026-01-27T19:42:52.932Z PASS [ 21.482s] (1822/2695) omicron-nexus::test_all integration_tests::updates::test_repo_prune
85602026-01-27T19:43:03.460Z PASS [ 30.761s] (1823/2695) omicron-nexus::test_all integration_tests::updates::test_repo_upload
85612026-01-27T19:43:05.063Z PASS [ 21.545s] (1824/2695) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
85622026-01-27T19:43:12.407Z PASS [ 20.491s] (1825/2695) omicron-nexus::test_all integration_tests::updates::test_update_status
85632026-01-27T19:43:12.529Z PASS [ 21.170s] (1826/2695) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
85642026-01-27T19:43:13.380Z PASS [ 20.446s] (1827/2695) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
85652026-01-27T19:43:18.066Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85662026-01-27T19:43:36.339Z PASS [ 32.876s] (1828/2695) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
85672026-01-27T19:43:41.999Z PASS [ 28.616s] (1829/2695) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
85682026-01-27T19:43:42.425Z PASS [ 37.359s] (1830/2695) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
85692026-01-27T19:43:45.669Z PASS [ 33.259s] (1831/2695) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
85702026-01-27T19:43:46.482Z PASS [ 33.951s] (1832/2695) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
85712026-01-27T19:44:09.316Z PASS [ 32.975s] (1833/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
85722026-01-27T19:44:14.473Z PASS [ 32.046s] (1834/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
85732026-01-27T19:44:14.730Z PASS [ 32.729s] (1835/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
85742026-01-27T19:44:18.072Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85752026-01-27T19:44:18.898Z PASS [ 33.225s] (1836/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
85762026-01-27T19:44:20.295Z PASS [ 33.810s] (1837/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
85772026-01-27T19:44:21.999Z PASS [ 123.927s] (1838/2695) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85782026-01-27T19:44:44.373Z PASS [ 29.641s] (1839/2695) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
85792026-01-27T19:44:44.590Z PASS [ 35.271s] (1840/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
85802026-01-27T19:44:48.751Z PASS [ 34.275s] (1841/2695) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
85812026-01-27T19:44:49.641Z PASS [ 27.642s] (1842/2695) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
85822026-01-27T19:45:12.044Z PASS [ 27.452s] (1843/2695) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
85832026-01-27T19:45:15.028Z PASS [ 54.728s] (1844/2695) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
85842026-01-27T19:45:17.991Z PASS [ 59.089s] (1845/2695) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
85852026-01-27T19:45:18.148Z PASS [ 33.772s] (1846/2695) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
85862026-01-27T19:45:22.736Z PASS [ 33.983s] (1847/2695) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
85872026-01-27T19:45:27.390Z PASS [ 37.744s] (1848/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
85882026-01-27T19:45:54.747Z PASS [ 42.699s] (1849/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
85892026-01-27T19:46:03.014Z PASS [ 47.983s] (1850/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
85902026-01-27T19:46:05.105Z PASS [ 37.714s] (1851/2695) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
85912026-01-27T19:46:06.764Z PASS [ 48.769s] (1852/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
85922026-01-27T19:46:07.485Z PASS [ 49.332s] (1853/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
85932026-01-27T19:46:12.115Z PASS [ 49.375s] (1854/2695) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
85942026-01-27T19:46:30.587Z PASS [ 35.838s] (1855/2695) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
85952026-01-27T19:46:47.002Z PASS [ 34.884s] (1856/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
85962026-01-27T19:46:49.557Z PASS [ 46.539s] (1857/2695) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
85972026-01-27T19:47:02.345Z PASS [ 31.755s] (1858/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
85982026-01-27T19:47:04.371Z PASS [ 57.602s] (1859/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
85992026-01-27T19:47:05.110Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86002026-01-27T19:47:07.024Z PASS [ 59.533s] (1860/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
86012026-01-27T19:47:20.510Z PASS [ 33.506s] (1861/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
86022026-01-27T19:47:22.957Z PASS [ 33.398s] (1862/2695) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
86032026-01-27T19:47:38.041Z PASS [ 35.693s] (1863/2695) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
86042026-01-27T19:47:41.594Z PASS [ 21.083s] (1864/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86052026-01-27T19:47:43.530Z PASS [ 20.570s] (1865/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86062026-01-27T19:47:47.964Z PASS [ 43.589s] (1866/2695) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
86072026-01-27T19:47:48.418Z PASS [ 41.393s] (1867/2695) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
86082026-01-27T19:47:59.489Z PASS [ 21.447s] (1868/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86092026-01-27T19:48:01.347Z PASS [ 19.750s] (1869/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86102026-01-27T19:48:05.110Z PASS [ 21.579s] (1870/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86112026-01-27T19:48:05.116Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86122026-01-27T19:48:09.878Z PASS [ 21.458s] (1871/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
86132026-01-27T19:48:10.435Z PASS [ 22.470s] (1872/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
86142026-01-27T19:48:21.766Z PASS [ 22.274s] (1873/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
86152026-01-27T19:48:23.617Z PASS [ 22.266s] (1874/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
86162026-01-27T19:48:26.399Z PASS [ 141.283s] (1875/2695) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86172026-01-27T19:48:29.278Z PASS [ 24.166s] (1876/2695) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
86182026-01-27T19:48:31.294Z PASS [ 20.857s] (1877/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
86192026-01-27T19:48:31.354Z PASS [ 0.060s] (1878/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86202026-01-27T19:48:31.811Z PASS [ 21.931s] (1879/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
86212026-01-27T19:48:43.113Z PASS [ 21.346s] (1880/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
86222026-01-27T19:48:46.397Z PASS [ 22.781s] (1881/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
86232026-01-27T19:48:47.594Z PASS [ 21.194s] (1882/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
86242026-01-27T19:48:51.181Z PASS [ 21.900s] (1883/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
86252026-01-27T19:48:53.378Z PASS [ 21.565s] (1884/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
86262026-01-27T19:49:04.018Z PASS [ 20.904s] (1885/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
86272026-01-27T19:49:07.959Z PASS [ 21.560s] (1886/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
86282026-01-27T19:49:09.354Z PASS [ 21.759s] (1887/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
86292026-01-27T19:49:11.869Z PASS [ 20.687s] (1888/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
86302026-01-27T19:49:15.511Z PASS [ 44.154s] (1889/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
86312026-01-27T19:49:15.724Z PASS [ 22.344s] (1890/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
86322026-01-27T19:49:32.090Z PASS [ 22.734s] (1891/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
86332026-01-27T19:49:34.206Z PASS [ 22.334s] (1892/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
86342026-01-27T19:49:37.088Z PASS [ 21.575s] (1893/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
86352026-01-27T19:49:38.333Z PASS [ 22.607s] (1894/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
86362026-01-27T19:49:45.183Z PASS [ 41.161s] (1895/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
86372026-01-27T19:49:52.196Z PASS [ 44.233s] (1896/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
86382026-01-27T19:49:54.082Z PASS [ 21.990s] (1897/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
86392026-01-27T19:50:01.872Z PASS [ 24.782s] (1898/2695) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
86402026-01-27T19:50:07.381Z PASS [ 29.046s] (1899/2695) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
86412026-01-27T19:50:08.584Z PASS [ 23.400s] (1900/2695) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
86422026-01-27T19:50:11.299Z PASS [ 37.091s] (1901/2695) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
86432026-01-27T19:50:14.652Z PASS [ 22.454s] (1902/2695) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
86442026-01-27T19:50:22.732Z PASS [ 28.648s] (1903/2695) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
86452026-01-27T19:50:33.387Z PASS [ 31.513s] (1904/2695) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
86462026-01-27T19:50:34.031Z PASS [ 26.648s] (1905/2695) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
86472026-01-27T19:50:43.359Z PASS [ 28.705s] (1906/2695) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
86482026-01-27T19:50:47.409Z PASS [ 36.106s] (1907/2695) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
86492026-01-27T19:50:47.409Z PASS [ 24.675s] (1908/2695) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
86502026-01-27T19:50:58.815Z PASS [ 24.781s] (1909/2695) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
86512026-01-27T19:51:02.042Z PASS [ 53.454s] (1910/2695) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
86522026-01-27T19:51:03.232Z PASS [ 29.842s] (1911/2695) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
86532026-01-27T19:51:06.836Z PASS [ 23.475s] (1912/2695) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
86542026-01-27T19:51:15.027Z PASS [ 26.613s] (1913/2695) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
86552026-01-27T19:51:16.551Z PASS [ 17.735s] (1914/2695) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
86562026-01-27T19:51:20.383Z PASS [ 18.339s] (1915/2695) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
86572026-01-27T19:51:22.285Z PASS [ 19.052s] (1916/2695) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
86582026-01-27T19:51:26.541Z PASS [ 19.703s] (1917/2695) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
86592026-01-27T19:51:33.062Z PASS [ 19.036s] (1918/2695) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
86602026-01-27T19:51:40.553Z PASS [ 53.140s] (1919/2695) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
86612026-01-27T19:51:43.449Z PASS [ 16.907s] (1920/2695) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
86622026-01-27T19:51:48.263Z PASS [ 15.199s] (1921/2695) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
86632026-01-27T19:51:55.561Z PASS [ 15.007s] (1922/2695) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
86642026-01-27T19:51:56.554Z PASS [ 13.103s] (1923/2695) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
86652026-01-27T19:51:56.593Z PASS [ 0.039s] (1924/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
86662026-01-27T19:51:56.619Z PASS [ 0.026s] (1925/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
86672026-01-27T19:51:56.641Z PASS [ 0.022s] (1926/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
86682026-01-27T19:51:56.659Z PASS [ 0.018s] (1927/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
86692026-01-27T19:51:56.677Z PASS [ 0.017s] (1928/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
86702026-01-27T19:51:56.698Z PASS [ 0.021s] (1929/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
86712026-01-27T19:51:56.720Z PASS [ 0.022s] (1930/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
86722026-01-27T19:51:56.743Z PASS [ 0.023s] (1931/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
86732026-01-27T19:51:56.765Z PASS [ 0.021s] (1932/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
86742026-01-27T19:51:56.786Z PASS [ 0.021s] (1933/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
86752026-01-27T19:51:56.805Z PASS [ 0.018s] (1934/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
86762026-01-27T19:51:56.820Z PASS [ 0.016s] (1935/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
86772026-01-27T19:51:56.837Z PASS [ 0.016s] (1936/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
86782026-01-27T19:51:56.853Z PASS [ 0.016s] (1937/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
86792026-01-27T19:51:56.872Z PASS [ 0.018s] (1938/2695) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
86802026-01-27T19:52:01.787Z PASS [ 13.516s] (1939/2695) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
86812026-01-27T19:52:04.847Z PASS [ 48.292s] (1940/2695) omicron-nexus::test_all integration_tests::webhooks::test_probe
86822026-01-27T19:52:07.330Z PASS [ 11.768s] (1941/2695) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
86832026-01-27T19:52:07.428Z PASS [ 0.099s] (1942/2695) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
86842026-01-27T19:52:07.461Z PASS [ 0.033s] (1943/2695) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
86852026-01-27T19:52:07.523Z PASS [ 0.061s] (1944/2695) omicron-package config::tests::multi_preset_arg
86862026-01-27T19:52:07.586Z PASS [ 0.062s] (1945/2695) omicron-package dot::test::test_bad_dependency
86872026-01-27T19:52:07.626Z PASS [ 0.040s] (1946/2695) omicron-package dot::test::test_dot_output
86882026-01-27T19:52:11.375Z PASS [ 50.983s] (1947/2695) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
86892026-01-27T19:52:11.414Z PASS [ 0.018s] (1948/2695) omicron-passwords test::test_password_constraints
86902026-01-27T19:52:14.633Z PASS [ 3.244s] (1949/2695) omicron-passwords test::test_reproducible
86912026-01-27T19:52:15.527Z PASS [ 10.677s] (1950/2695) omicron-omdb::test_all_output test_omdb_usage_errors
86922026-01-27T19:52:15.568Z PASS [ 0.038s] (1951/2695) omicron-passwords test::test_stable
86932026-01-27T19:52:15.588Z PASS [ 0.023s] (1952/2695) omicron-passwords test::test_weak_hashes
86942026-01-27T19:52:15.621Z PASS [ 0.024s] (1953/2695) omicron-rpaths internal::tests::test_configure_from_path
86952026-01-27T19:52:15.647Z PASS [ 0.037s] (1954/2695) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
86962026-01-27T19:52:15.665Z PASS [ 0.014s] (1955/2695) omicron-rpaths internal::tests::test_emit_rpath
86972026-01-27T19:52:15.936Z PASS [ 53.646s] (1956/2695) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
86982026-01-27T19:52:16.101Z PASS [ 8.473s] (1957/2695) omicron-passwords test::test_compatible
86992026-01-27T19:52:16.299Z PASS [ 0.630s] (1958/2695) omicron-sled-agent artifact_store::test::generations
87002026-01-27T19:52:16.303Z PASS [ 0.365s] (1959/2695) omicron-sled-agent artifact_store::test::issue_7796
87012026-01-27T19:52:16.310Z PASS [ 0.210s] (1960/2695) omicron-sled-agent artifact_store::test::list_get_put
87022026-01-27T19:52:16.373Z PASS [ 0.063s] (1961/2695) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87032026-01-27T19:52:16.400Z PASS [ 0.108s] (1962/2695) omicron-sled-agent artifact_store::test::no_dataset
87042026-01-27T19:52:16.417Z PASS [ 0.045s] (1963/2695) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87052026-01-27T19:52:16.453Z PASS [ 0.036s] (1964/2695) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87062026-01-27T19:52:16.457Z PASS [ 0.154s] (1965/2695) omicron-sled-agent artifact_store::test::wrong_hash
87072026-01-27T19:52:16.473Z PASS [ 0.072s] (1966/2695) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87082026-01-27T19:52:16.482Z PASS [ 0.029s] (1967/2695) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87092026-01-27T19:52:16.485Z PASS [ 0.028s] (1968/2695) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87102026-01-27T19:52:16.501Z PASS [ 0.025s] (1969/2695) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87112026-01-27T19:52:16.508Z PASS [ 0.025s] (1970/2695) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
87122026-01-27T19:52:16.514Z PASS [ 0.028s] (1971/2695) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87132026-01-27T19:52:16.577Z PASS [ 0.078s] (1972/2695) omicron-sled-agent config::test::test_smf_configs
87142026-01-27T19:52:17.015Z PASS [ 0.506s] (1973/2695) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
87152026-01-27T19:52:17.016Z PASS [ 0.508s] (1974/2695) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
87162026-01-27T19:52:17.070Z PASS [ 0.494s] (1975/2695) omicron-sled-agent instance::tests::test_instance_create_events_normal
87172026-01-27T19:52:17.431Z PASS [ 0.361s] (1976/2695) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
87182026-01-27T19:52:17.458Z PASS [ 0.026s] (1977/2695) omicron-sled-agent instance::tests::test_multicast_membership_equality
87192026-01-27T19:52:19.051Z PASS [ 2.035s] (1978/2695) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
87202026-01-27T19:52:19.067Z PASS [ 2.051s] (1979/2695) omicron-sled-agent instance::tests::test_instance_manager_creation
87212026-01-27T19:52:19.080Z PASS [ 0.029s] (1980/2695) omicron-sled-agent probe_manager::test::probe_state_set_ops
87222026-01-27T19:52:19.093Z PASS [ 0.025s] (1981/2695) omicron-sled-agent profile::tests::empty_profile
87232026-01-27T19:52:19.108Z PASS [ 0.028s] (1982/2695) omicron-sled-agent profile::tests::test_disabled_instance
87242026-01-27T19:52:19.120Z PASS [ 0.027s] (1983/2695) omicron-sled-agent profile::tests::test_instance
87252026-01-27T19:52:19.138Z PASS [ 0.029s] (1984/2695) omicron-sled-agent profile::tests::test_multiple
87262026-01-27T19:52:19.146Z PASS [ 0.026s] (1985/2695) omicron-sled-agent profile::tests::test_property
87272026-01-27T19:52:19.168Z PASS [ 0.030s] (1986/2695) omicron-sled-agent profile::tests::test_property_group
87282026-01-27T19:52:19.176Z PASS [ 0.029s] (1987/2695) omicron-sled-agent profile::tests::test_service
87292026-01-27T19:52:19.193Z PASS [ 0.025s] (1988/2695) omicron-sled-agent profile::tests::test_service_property_group
87302026-01-27T19:52:19.203Z PASS [ 0.028s] (1989/2695) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
87312026-01-27T19:52:19.220Z PASS [ 0.027s] (1990/2695) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
87322026-01-27T19:52:19.259Z PASS [ 0.056s] (1991/2695) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
87332026-01-27T19:52:19.274Z PASS [ 0.053s] (1992/2695) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
87342026-01-27T19:52:19.309Z PASS [ 0.050s] (1993/2695) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
87352026-01-27T19:52:19.313Z PASS [ 0.040s] (1994/2695) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
87362026-01-27T19:52:19.339Z PASS [ 0.030s] (1995/2695) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
87372026-01-27T19:52:19.342Z PASS [ 0.028s] (1996/2695) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
87382026-01-27T19:52:19.374Z PASS [ 0.032s] (1997/2695) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
87392026-01-27T19:52:19.374Z PASS [ 0.035s] (1998/2695) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
87402026-01-27T19:52:19.406Z PASS [ 0.032s] (1999/2695) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
87412026-01-27T19:52:19.406Z PASS [ 0.032s] (2000/2695) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
87422026-01-27T19:52:19.439Z PASS [ 0.033s] (2001/2695) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
87432026-01-27T19:52:19.439Z PASS [ 0.033s] (2002/2695) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
87442026-01-27T19:52:19.476Z PASS [ 0.036s] (2003/2695) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
87452026-01-27T19:52:19.505Z PASS [ 0.031s] (2004/2695) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
87462026-01-27T19:52:19.541Z PASS [ 0.036s] (2005/2695) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
87472026-01-27T19:52:19.575Z PASS [ 0.033s] (2006/2695) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
87482026-01-27T19:52:19.613Z PASS [ 0.038s] (2007/2695) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
87492026-01-27T19:52:19.647Z PASS [ 0.034s] (2008/2695) omicron-sled-agent sim::storage::test::nested_dataset
87502026-01-27T19:52:19.689Z PASS [ 0.033s] (2009/2695) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
87512026-01-27T19:52:19.714Z PASS [ 0.034s] (2010/2695) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
87522026-01-27T19:52:19.748Z PASS [ 0.035s] (2011/2695) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
87532026-01-27T19:52:19.788Z PASS [ 0.040s] (2012/2695) omicron-sled-agent sim::storage::test::snapshot_needs_region
87542026-01-27T19:52:19.861Z PASS [ 0.073s] (2013/2695) omicron-sled-agent support_bundle::storage::tests::basic_crud
87552026-01-27T19:52:19.903Z PASS [ 0.042s] (2014/2695) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
87562026-01-27T19:52:19.948Z PASS [ 0.044s] (2015/2695) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
87572026-01-27T19:52:19.999Z PASS [ 0.049s] (2016/2695) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
87582026-01-27T19:52:20.046Z PASS [ 0.048s] (2017/2695) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
87592026-01-27T19:52:20.083Z PASS [ 0.037s] (2018/2695) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
87602026-01-27T19:52:20.121Z PASS [ 0.038s] (2019/2695) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
87612026-01-27T19:52:20.164Z PASS [ 0.043s] (2020/2695) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
87622026-01-27T19:52:20.207Z PASS [ 0.043s] (2021/2695) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
87632026-01-27T19:52:20.253Z PASS [ 0.045s] (2022/2695) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
87642026-01-27T19:52:20.308Z PASS [ 0.055s] (2023/2695) omicron-sled-agent support_bundle::storage::tests::ranges
87652026-01-27T19:52:20.358Z PASS [ 0.050s] (2024/2695) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
87662026-01-27T19:52:20.386Z PASS [ 0.028s] (2025/2695) omicron-sled-agent updates::test::test_query_no_components
87672026-01-27T19:52:20.423Z PASS [ 0.037s] (2026/2695) omicron-sled-agent updates::test::test_query_sled_agent_version
87682026-01-27T19:52:20.467Z PASS [ 0.044s] (2027/2695) omicron-sled-agent updates::test::test_query_zone_version
87692026-01-27T19:52:20.498Z PASS [ 0.031s] (2028/2695) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
87702026-01-27T19:52:22.735Z PASS [ 3.296s] (2029/2695) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
87712026-01-27T19:52:22.997Z PASS [ 2.499s] (2030/2695) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
87722026-01-27T19:52:23.042Z PASS [ 0.042s] (2031/2695) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
87732026-01-27T19:52:24.934Z PASS [ 2.199s] (2032/2695) omicron-sled-agent zone_bundle::illumos_tests::test_context
87742026-01-27T19:52:24.971Z PASS [ 28.097s] (2033/2695) omicron-omdb::test_all_output test_omdb_env_settings
87752026-01-27T19:52:25.556Z PASS [ 2.516s] (2034/2695) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
87762026-01-27T19:52:25.608Z PASS [ 0.052s] (2035/2695) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
87772026-01-27T19:52:25.640Z PASS [ 0.032s] (2036/2695) omicron-sled-agent zone_bundle::tests::test_dir_size
87782026-01-27T19:52:25.680Z PASS [ 0.039s] (2037/2695) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
87792026-01-27T19:52:26.434Z PASS [ 0.754s] (2038/2695) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
87802026-01-27T19:52:27.097Z PASS [ 0.662s] (2039/2695) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
87812026-01-27T19:52:27.255Z PASS [ 0.159s] (2040/2695) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
87822026-01-27T19:52:27.353Z PASS [ 2.419s] (2041/2695) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
87832026-01-27T19:52:27.393Z PASS [ 0.040s] (2042/2695) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
87842026-01-27T19:52:27.419Z PASS [ 0.026s] (2043/2695) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
87852026-01-27T19:52:27.433Z PASS [ 2.462s] (2044/2695) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
87862026-01-27T19:52:28.142Z PASS [ 0.887s] (2045/2695) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
87872026-01-27T19:52:28.871Z PASS [ 0.905s] (2046/2695) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
87882026-01-27T19:52:28.879Z PASS [ 0.920s] (2047/2695) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
87892026-01-27T19:52:28.879Z PASS [ 0.021s] (2048/2695) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
87902026-01-27T19:52:28.879Z PASS [ 0.022s] (2049/2695) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
87912026-01-27T19:52:28.879Z PASS [ 0.184s] (2050/2695) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
87922026-01-27T19:52:28.879Z PASS [ 0.188s] (2051/2695) omicron-test-utils dev::db::test::test_bad_cmd
87932026-01-27T19:52:28.879Z PASS [ 0.444s] (2052/2695) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
87942026-01-27T19:52:29.100Z PASS [ 0.367s] (2053/2695) omicron-test-utils dev::db::test::test_cmd_fails
87952026-01-27T19:52:29.173Z PASS [ 1.030s] (2054/2695) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
87962026-01-27T19:52:29.324Z PASS [ 0.224s] (2055/2695) omicron-test-utils dev::db::test::test_database_start_hang
87972026-01-27T19:52:29.353Z PASS [ 0.029s] (2056/2695) omicron-test-utils dev::db::test::test_make_pg_config_fail
87982026-01-27T19:52:29.376Z PASS [ 0.023s] (2057/2695) omicron-test-utils dev::db::test::test_make_pg_config_ok
87992026-01-27T19:52:29.407Z PASS [ 0.030s] (2058/2695) omicron-test-utils dev::db::test::test_parse_http_addr
88002026-01-27T19:52:29.436Z PASS [ 0.029s] (2059/2695) omicron-test-utils dev::db::test::test_process_exit_abnormal
88012026-01-27T19:52:29.467Z PASS [ 0.031s] (2060/2695) omicron-test-utils dev::db::test::test_process_exit_normal
88022026-01-27T19:52:29.886Z PASS [ 0.418s] (2061/2695) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
88032026-01-27T19:52:30.084Z PASS [ 0.911s] (2062/2695) omicron-test-utils dev::db::test::test_http_addr_integration
88042026-01-27T19:52:30.570Z PASS [ 1.764s] (2063/2695) omicron-test-utils dev::db::test::test_database_concurrent
88052026-01-27T19:52:30.601Z PASS [ 0.031s] (2064/2695) omicron-test-utils dev::db::test::test_starter_tmpdir
88062026-01-27T19:52:30.670Z PASS [ 0.069s] (2065/2695) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
88072026-01-27T19:52:30.701Z PASS [ 0.030s] (2066/2695) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
88082026-01-27T19:52:30.732Z PASS [ 0.031s] (2067/2695) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
88092026-01-27T19:52:30.757Z PASS [ 0.026s] (2068/2695) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
88102026-01-27T19:52:30.820Z PASS [ 0.063s] (2069/2695) omicron-test-utils dev::test_cmds::tests::test_redact_extra
88112026-01-27T19:52:30.885Z PASS [ 0.063s] (2070/2695) omicron-test-utils dev::test_cmds::tests::test_redact_section
88122026-01-27T19:52:31.287Z PASS [ 0.403s] (2071/2695) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
88132026-01-27T19:52:31.348Z PASS [ 0.061s] (2072/2695) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
88142026-01-27T19:52:31.416Z PASS [ 1.332s] (2073/2695) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
88152026-01-27T19:52:31.753Z PASS [ 0.405s] (2074/2695) oximeter test::timeseries_schema_consistency
88162026-01-27T19:52:31.817Z PASS [ 17.182s] (2075/2695) omicron-passwords test::test_smoke
88172026-01-27T19:52:31.957Z PASS [ 0.139s] (2076/2695) oximeter-collector agent::tests::test_self_stat_unreachable_counter
88182026-01-27T19:52:31.972Z PASS [ 0.218s] (2077/2695) oximeter-collector agent::tests::test_self_stat_error_counter
88192026-01-27T19:52:31.983Z PASS [ 0.560s] (2078/2695) oximeter-collector agent::tests::test_self_stat_collection_count
88202026-01-27T19:52:32.016Z PASS [ 0.026s] (2079/2695) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
88212026-01-27T19:52:32.028Z PASS [ 0.026s] (2080/2695) oximeter-collector self_stats::tests::test_failure_reason_serialization
88222026-01-27T19:52:32.125Z PASS [ 0.134s] (2081/2695) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
88232026-01-27T19:52:32.125Z PASS [ 0.135s] (2082/2695) oximeter-collector agent::tests::verify_producer_details
88242026-01-27T19:52:32.136Z PASS [ 0.031s] (2083/2695) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
88252026-01-27T19:52:32.151Z PASS [ 0.026s] (2084/2695) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
88262026-01-27T19:52:32.190Z PASS [ 0.020s] (2085/2695) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
88272026-01-27T19:52:32.190Z PASS [ 0.019s] (2086/2695) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
88282026-01-27T19:52:32.219Z PASS [ 0.021s] (2087/2695) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
88292026-01-27T19:52:32.640Z PASS [ 0.612s] (2088/2695) oximeter-collector::test_commands test_oximeter_no_args
88302026-01-27T19:52:33.117Z PASS [ 0.965s] (2089/2695) oximeter-db client::oxql::tests::test_get_entire_table
88312026-01-27T19:52:33.152Z PASS [ 0.988s] (2090/2695) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
88322026-01-27T19:52:33.662Z PASS [ 1.022s] (2091/2695) oximeter-db client::oxql::tests::test_get_fields
88332026-01-27T19:52:34.084Z PASS [ 0.968s] (2092/2695) oximeter-db client::oxql::tests::test_get_fields_query
88342026-01-27T19:52:34.256Z PASS [ 1.103s] (2093/2695) oximeter-db client::oxql::tests::test_get_one_timeseries
88352026-01-27T19:52:34.590Z PASS [ 0.927s] (2094/2695) oximeter-db client::oxql::tests::test_limit_operations
88362026-01-27T19:52:34.659Z PASS [ 0.069s] (2095/2695) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
88372026-01-27T19:52:34.680Z PASS [ 0.595s] (2096/2695) oximeter-db client::tests::can_ping_clickhouse
88382026-01-27T19:52:36.788Z PASS [ 2.130s] (2097/2695) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
88392026-01-27T19:52:36.996Z PASS [ 2.317s] (2098/2695) oximeter-db client::tests::insert_samples_fails_fast
88402026-01-27T19:52:37.517Z PASS [ 0.729s] (2099/2695) oximeter-db client::tests::read_latest_version_reports_max
88412026-01-27T19:52:37.735Z PASS [ 0.739s] (2100/2695) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
88422026-01-27T19:52:38.131Z PASS [ 0.613s] (2101/2695) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
88432026-01-27T19:52:38.504Z PASS [ 0.769s] (2102/2695) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
88442026-01-27T19:52:39.069Z PASS [ 0.938s] (2103/2695) oximeter-db client::tests::select_timeseries_with_select_one
88452026-01-27T19:52:39.127Z PASS [ 0.622s] (2104/2695) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
88462026-01-27T19:52:39.894Z PASS [ 0.825s] (2105/2695) oximeter-db client::tests::test_client_select_timeseries_one
88472026-01-27T19:52:39.976Z PASS [ 0.849s] (2106/2695) oximeter-db client::tests::test_database_version_update_is_idempotent
88482026-01-27T19:52:40.181Z PASS [ 10.295s] (2107/2695) omicron-test-utils dev::db::test::test_setup_database_default_dir
88492026-01-27T19:52:40.600Z PASS [ 0.706s] (2108/2695) oximeter-db client::tests::test_database_version_will_not_downgrade
88502026-01-27T19:52:40.674Z PASS [ 0.698s] (2109/2695) oximeter-db client::tests::test_database_version_will_not_upgrade
88512026-01-27T19:52:40.906Z PASS [ 0.725s] (2110/2695) oximeter-db client::tests::test_differentiate_by_timeseries_name
88522026-01-27T19:52:41.328Z PASS [ 0.728s] (2111/2695) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
88532026-01-27T19:52:41.373Z PASS [ 0.698s] (2112/2695) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
88542026-01-27T19:52:41.619Z PASS [ 0.713s] (2113/2695) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
88552026-01-27T19:52:42.120Z PASS [ 0.747s] (2114/2695) oximeter-db client::tests::test_field_record_count
88562026-01-27T19:52:42.357Z PASS [ 1.029s] (2115/2695) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
88572026-01-27T19:52:42.364Z PASS [ 0.745s] (2116/2695) oximeter-db client::tests::test_get_schema_no_new_values
88582026-01-27T19:52:42.832Z PASS [ 0.711s] (2117/2695) oximeter-db client::tests::test_insert_samples
88592026-01-27T19:52:43.078Z PASS [ 0.721s] (2118/2695) oximeter-db client::tests::test_is_oximeter_cluster
88602026-01-27T19:52:43.109Z PASS [ 0.031s] (2119/2695) oximeter-db client::tests::test_read_schema_upgrade_sql_files
88612026-01-27T19:52:43.136Z PASS [ 0.027s] (2120/2695) oximeter-db client::tests::test_read_timeseries_to_delete
88622026-01-27T19:52:43.143Z PASS [ 0.779s] (2121/2695) oximeter-db client::tests::test_list_timeseries
88632026-01-27T19:52:43.160Z PASS [ 0.023s] (2122/2695) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
88642026-01-27T19:52:43.165Z PASS [ 0.022s] (2123/2695) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
88652026-01-27T19:52:43.558Z PASS [ 0.726s] (2124/2695) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
88662026-01-27T19:52:43.875Z PASS [ 0.709s] (2125/2695) oximeter-db client::tests::test_schema_mismatch
88672026-01-27T19:52:44.210Z PASS [ 1.050s] (2126/2695) oximeter-db client::tests::test_recall_of_all_fields
88682026-01-27T19:52:44.275Z PASS [ 0.717s] (2127/2695) oximeter-db client::tests::test_schema_update
88692026-01-27T19:52:44.636Z PASS [ 0.761s] (2128/2695) oximeter-db client::tests::test_select_all_datum_types
88702026-01-27T19:52:44.954Z PASS [ 0.741s] (2129/2695) oximeter-db client::tests::test_select_all_field_types
88712026-01-27T19:52:45.038Z PASS [ 0.762s] (2130/2695) oximeter-db client::tests::test_select_timeseries_with_all
88722026-01-27T19:52:45.356Z PASS [ 43.572s] (2131/2695) omicron-omdb::test_all_output test_omdb_success_cases
88732026-01-27T19:52:45.548Z PASS [ 0.912s] (2132/2695) oximeter-db client::tests::test_select_timeseries_with_limit
88742026-01-27T19:52:45.799Z PASS [ 0.762s] (2133/2695) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
88752026-01-27T19:52:45.862Z PASS [ 0.908s] (2134/2695) oximeter-db client::tests::test_select_timeseries_with_order
88762026-01-27T19:52:46.136Z PASS [ 0.781s] (2135/2695) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
88772026-01-27T19:52:46.153Z PASS [ 0.017s] (2136/2695) oximeter-db client::tests::test_unravel_index
88782026-01-27T19:52:46.295Z PASS [ 0.747s] (2137/2695) oximeter-db client::tests::test_select_timeseries_with_start_time
88792026-01-27T19:52:46.319Z PASS [ 0.024s] (2138/2695) oximeter-db client::tests::test_verify_schema_upgrades
88802026-01-27T19:52:46.344Z PASS [ 0.025s] (2139/2695) oximeter-db model::fields::tests::test_extract_fields_as_block
88812026-01-27T19:52:46.366Z PASS [ 0.022s] (2140/2695) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
88822026-01-27T19:52:46.394Z PASS [ 0.027s] (2141/2695) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
88832026-01-27T19:52:46.414Z PASS [ 0.020s] (2142/2695) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
88842026-01-27T19:52:46.434Z PASS [ 0.019s] (2143/2695) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
88852026-01-27T19:52:46.453Z PASS [ 0.019s] (2144/2695) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
88862026-01-27T19:52:46.472Z PASS [ 0.019s] (2145/2695) oximeter-db native::block::tests::concat_blocks
88872026-01-27T19:52:46.490Z PASS [ 0.018s] (2146/2695) oximeter-db native::block::tests::datetime64_scale_checks_range
88882026-01-27T19:52:46.512Z PASS [ 0.022s] (2147/2695) oximeter-db native::block::tests::parse_date_time
88892026-01-27T19:52:46.532Z PASS [ 0.019s] (2148/2695) oximeter-db native::block::tests::parse_date_time64
88902026-01-27T19:52:46.547Z PASS [ 0.016s] (2149/2695) oximeter-db native::block::tests::parse_escaped_date_time64
88912026-01-27T19:52:46.566Z PASS [ 0.018s] (2150/2695) oximeter-db native::block::tests::test_data_type_to_string
88922026-01-27T19:52:46.568Z PASS [ 0.706s] (2151/2695) oximeter-db client::tests::test_timeseries_schema_list
88932026-01-27T19:52:46.584Z PASS [ 0.018s] (2152/2695) oximeter-db native::block::tests::test_datetime64_conversions
88942026-01-27T19:52:46.586Z PASS [ 0.017s] (2153/2695) oximeter-db native::block::tests::test_parse_all_known_timezones
88952026-01-27T19:52:46.598Z PASS [ 0.014s] (2154/2695) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
88962026-01-27T19:52:46.602Z PASS [ 0.014s] (2155/2695) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
88972026-01-27T19:52:46.615Z PASS [ 0.016s] (2156/2695) oximeter-db native::block::tests::test_parse_enum_variant
88982026-01-27T19:52:46.619Z PASS [ 0.018s] (2157/2695) oximeter-db native::block::tests::test_parse_enum8
88992026-01-27T19:52:46.634Z PASS [ 0.018s] (2158/2695) oximeter-db native::block::tests::test_parse_invalid_data_type
89002026-01-27T19:52:46.870Z PASS [ 0.716s] (2159/2695) oximeter-db client::tests::test_update_schema_cache_on_new_sample
89012026-01-27T19:52:46.923Z PASS [ 1.124s] (2160/2695) oximeter-db client::tests::test_sql_query_output
89022026-01-27T19:52:47.189Z PASS [ 0.573s] (2161/2695) oximeter-db native::connection::tests::test_basic_select_query
89032026-01-27T19:52:47.295Z PASS [ 0.662s] (2162/2695) oximeter-db native::connection::tests::test_can_cancel_query
89042026-01-27T19:52:47.432Z PASS [ 0.562s] (2163/2695) oximeter-db native::connection::tests::test_exchange_hello
89052026-01-27T19:52:47.496Z PASS [ 0.572s] (2164/2695) oximeter-db native::connection::tests::test_insert_and_select_data
89062026-01-27T19:52:47.756Z PASS [ 0.566s] (2165/2695) oximeter-db native::connection::tests::test_insert_and_select_uuid
89072026-01-27T19:52:47.859Z PASS [ 0.563s] (2166/2695) oximeter-db native::connection::tests::test_select_array_column
89082026-01-27T19:52:47.876Z PASS [ 0.017s] (2167/2695) oximeter-db native::io::block::tests::test_decode_block_with_nulls
89092026-01-27T19:52:47.891Z PASS [ 0.015s] (2168/2695) oximeter-db native::io::block::tests::test_decode_full_block
89102026-01-27T19:52:47.908Z PASS [ 0.017s] (2169/2695) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
89112026-01-27T19:52:47.923Z PASS [ 0.016s] (2170/2695) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
89122026-01-27T19:52:47.948Z PASS [ 0.024s] (2171/2695) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
89132026-01-27T19:52:47.965Z PASS [ 0.018s] (2172/2695) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
89142026-01-27T19:52:47.981Z PASS [ 0.015s] (2173/2695) oximeter-db native::io::column::tests::test_decode_string_column
89152026-01-27T19:52:47.994Z PASS [ 0.014s] (2174/2695) oximeter-db native::io::column::tests::test_decode_uint64_column
89162026-01-27T19:52:47.999Z PASS [ 0.567s] (2175/2695) oximeter-db native::connection::tests::test_select_array_of_nullable_column
89172026-01-27T19:52:48.009Z PASS [ 0.014s] (2176/2695) oximeter-db native::io::column::tests::test_decode_uint8_column
89182026-01-27T19:52:48.012Z PASS [ 0.013s] (2177/2695) oximeter-db native::io::column::tests::test_decode_uuid_column
89192026-01-27T19:52:48.024Z PASS [ 0.015s] (2178/2695) oximeter-db native::io::column::tests::test_encode_decode_column
89202026-01-27T19:52:48.028Z PASS [ 0.014s] (2179/2695) oximeter-db native::io::packet::server::tests::test_decode_full_hello
89212026-01-27T19:52:48.041Z PASS [ 0.013s] (2180/2695) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
89222026-01-27T19:52:48.047Z PASS [ 0.017s] (2181/2695) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
89232026-01-27T19:52:48.054Z PASS [ 0.014s] (2182/2695) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
89242026-01-27T19:52:48.057Z PASS [ 0.016s] (2183/2695) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
89252026-01-27T19:52:48.065Z PASS [ 0.570s] (2184/2695) oximeter-db native::connection::tests::test_select_nullable_column
89262026-01-27T19:52:48.069Z PASS [ 0.015s] (2185/2695) oximeter-db native::io::packet::server::tests::test_decode_pong
89272026-01-27T19:52:48.069Z PASS [ 0.013s] (2186/2695) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
89282026-01-27T19:52:48.080Z PASS [ 0.015s] (2187/2695) oximeter-db native::io::packet::server::tests::test_decode_single_exception
89292026-01-27T19:52:48.083Z PASS [ 0.013s] (2188/2695) oximeter-db native::io::string::test::test_encode_hello_world
89302026-01-27T19:52:48.086Z PASS [ 0.015s] (2189/2695) oximeter-db native::io::string::test::test_encode_decode
89312026-01-27T19:52:48.094Z PASS [ 0.013s] (2190/2695) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
89322026-01-27T19:52:48.098Z PASS [ 0.015s] (2191/2695) oximeter-db native::io::table_columns::tests::test_column_count
89332026-01-27T19:52:48.100Z PASS [ 0.013s] (2192/2695) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
89342026-01-27T19:52:48.108Z PASS [ 0.014s] (2193/2695) oximeter-db native::io::table_columns::tests::test_column_description_with_default
89352026-01-27T19:52:48.112Z PASS [ 0.014s] (2194/2695) oximeter-db native::io::varuint::test_encode_decode_varuint
89362026-01-27T19:52:48.112Z PASS [ 0.014s] (2195/2695) oximeter-db native::io::table_columns::tests::test_column_descriptions
89372026-01-27T19:52:48.124Z PASS [ 0.017s] (2196/2695) oximeter-db oxql::ast::grammar::tests::test_align_table_op
89382026-01-27T19:52:48.127Z PASS [ 0.013s] (2197/2695) oximeter-db oxql::ast::grammar::tests::test_comparison
89392026-01-27T19:52:48.130Z PASS [ 0.016s] (2198/2695) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
89402026-01-27T19:52:48.138Z PASS [ 0.013s] (2199/2695) oximeter-db oxql::ast::grammar::tests::test_double_literal
89412026-01-27T19:52:48.141Z PASS [ 0.017s] (2200/2695) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
89422026-01-27T19:52:48.153Z PASS [ 0.024s] (2201/2695) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
89432026-01-27T19:52:48.156Z PASS [ 0.014s] (2202/2695) oximeter-db oxql::ast::grammar::tests::test_duration_literal
89442026-01-27T19:52:48.159Z PASS [ 0.016s] (2203/2695) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
89452026-01-27T19:52:48.167Z PASS [ 0.015s] (2204/2695) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
89462026-01-27T19:52:48.170Z PASS [ 0.015s] (2205/2695) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
89472026-01-27T19:52:48.173Z PASS [ 0.015s] (2206/2695) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
89482026-01-27T19:52:48.182Z PASS [ 0.014s] (2207/2695) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
89492026-01-27T19:52:48.185Z PASS [ 0.017s] (2208/2695) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
89502026-01-27T19:52:48.190Z PASS [ 0.016s] (2209/2695) oximeter-db oxql::ast::grammar::tests::test_get_table_op
89512026-01-27T19:52:48.197Z PASS [ 0.015s] (2210/2695) oximeter-db oxql::ast::grammar::tests::test_group_by
89522026-01-27T19:52:48.200Z PASS [ 0.015s] (2211/2695) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
89532026-01-27T19:52:48.203Z PASS [ 0.014s] (2212/2695) oximeter-db oxql::ast::grammar::tests::test_ident
89542026-01-27T19:52:48.212Z PASS [ 0.015s] (2213/2695) oximeter-db oxql::ast::grammar::tests::test_integer_literal
89552026-01-27T19:52:48.215Z PASS [ 0.014s] (2214/2695) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
89562026-01-27T19:52:48.217Z PASS [ 0.014s] (2215/2695) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
89572026-01-27T19:52:48.227Z PASS [ 0.015s] (2216/2695) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
89582026-01-27T19:52:48.230Z PASS [ 0.015s] (2217/2695) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
89592026-01-27T19:52:48.233Z PASS [ 0.014s] (2218/2695) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
89602026-01-27T19:52:48.242Z PASS [ 0.016s] (2219/2695) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
89612026-01-27T19:52:48.246Z PASS [ 0.016s] (2220/2695) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
89622026-01-27T19:52:48.253Z PASS [ 0.022s] (2221/2695) oximeter-db oxql::ast::grammar::tests::test_query
89632026-01-27T19:52:48.265Z PASS [ 0.022s] (2222/2695) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
89642026-01-27T19:52:48.269Z PASS [ 0.016s] (2223/2695) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
89652026-01-27T19:52:48.281Z PASS [ 0.016s] (2224/2695) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
89662026-01-27T19:52:48.286Z PASS [ 0.016s] (2225/2695) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
89672026-01-27T19:52:48.295Z PASS [ 0.014s] (2226/2695) oximeter-db oxql::ast::grammar::tests::test_reducer
89682026-01-27T19:52:48.317Z PASS [ 0.016s] (2227/2695) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
89692026-01-27T19:52:48.321Z PASS [ 0.015s] (2228/2695) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
89702026-01-27T19:52:48.321Z PASS [ 0.013s] (2229/2695) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
89712026-01-27T19:52:48.321Z PASS [ 0.561s] (2230/2695) oximeter-db native::connection::tests::test_send_cancel_with_no_query
89722026-01-27T19:52:48.326Z PASS [ 0.016s] (2231/2695) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
89732026-01-27T19:52:48.329Z PASS [ 0.013s] (2232/2695) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
89742026-01-27T19:52:48.357Z PASS [ 0.013s] (2233/2695) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
89752026-01-27T19:52:48.359Z PASS [ 0.015s] (2234/2695) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
89762026-01-27T19:52:48.360Z PASS [ 0.016s] (2235/2695) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
89772026-01-27T19:52:48.360Z PASS [ 0.016s] (2236/2695) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
89782026-01-27T19:52:48.360Z PASS [ 0.013s] (2237/2695) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
89792026-01-27T19:52:48.360Z PASS [ 0.016s] (2238/2695) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
89802026-01-27T19:52:48.360Z PASS [ 0.014s] (2239/2695) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
89812026-01-27T19:52:48.372Z PASS [ 0.014s] (2240/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
89822026-01-27T19:52:48.376Z PASS [ 0.016s] (2241/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
89832026-01-27T19:52:48.379Z PASS [ 0.018s] (2242/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
89842026-01-27T19:52:48.392Z PASS [ 0.019s] (2243/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
89852026-01-27T19:52:48.394Z PASS [ 0.016s] (2244/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
89862026-01-27T19:52:48.394Z PASS [ 0.017s] (2245/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
89872026-01-27T19:52:48.410Z PASS [ 0.016s] (2246/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
89882026-01-27T19:52:48.412Z PASS [ 0.018s] (2247/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
89892026-01-27T19:52:48.413Z PASS [ 0.018s] (2248/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
89902026-01-27T19:52:48.427Z PASS [ 0.017s] (2249/2695) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
89912026-01-27T19:52:48.430Z PASS [ 0.019s] (2250/2695) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
89922026-01-27T19:52:48.430Z PASS [ 0.019s] (2251/2695) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
89932026-01-27T19:52:48.444Z PASS [ 0.016s] (2252/2695) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
89942026-01-27T19:52:48.447Z PASS [ 0.015s] (2253/2695) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
89952026-01-27T19:52:48.447Z PASS [ 0.018s] (2254/2695) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
89962026-01-27T19:52:48.458Z PASS [ 0.014s] (2255/2695) oximeter-db oxql::plan::align::test::test_align_input_schema
89972026-01-27T19:52:48.542Z PASS [ 0.097s] (2256/2695) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
89982026-01-27T19:52:48.553Z PASS [ 0.095s] (2257/2695) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
89992026-01-27T19:52:48.553Z PASS [ 0.109s] (2258/2695) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
90002026-01-27T19:52:48.641Z PASS [ 0.087s] (2259/2695) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
90012026-01-27T19:52:48.641Z PASS [ 0.087s] (2260/2695) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
90022026-01-27T19:52:48.647Z PASS [ 0.104s] (2261/2695) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
90032026-01-27T19:52:48.726Z PASS [ 0.085s] (2262/2695) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
90042026-01-27T19:52:48.734Z PASS [ 0.088s] (2263/2695) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
90052026-01-27T19:52:48.746Z PASS [ 0.105s] (2264/2695) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
90062026-01-27T19:52:48.822Z PASS [ 0.089s] (2265/2695) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
90072026-01-27T19:52:48.829Z PASS [ 0.103s] (2266/2695) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
90082026-01-27T19:52:48.836Z PASS [ 0.090s] (2267/2695) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
90092026-01-27T19:52:48.912Z PASS [ 0.088s] (2268/2695) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
90102026-01-27T19:52:48.919Z PASS [ 0.090s] (2269/2695) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
90112026-01-27T19:52:48.939Z PASS [ 0.104s] (2270/2695) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
90122026-01-27T19:52:49.011Z PASS [ 0.101s] (2271/2695) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
90132026-01-27T19:52:49.014Z PASS [ 0.094s] (2272/2695) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
90142026-01-27T19:52:49.041Z PASS [ 0.101s] (2273/2695) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
90152026-01-27T19:52:49.101Z PASS [ 0.088s] (2274/2695) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
90162026-01-27T19:52:49.112Z PASS [ 0.101s] (2275/2695) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
90172026-01-27T19:52:49.145Z PASS [ 0.104s] (2276/2695) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
90182026-01-27T19:52:49.162Z PASS [ 0.017s] (2277/2695) oximeter-db oxql::query::tests::test_coalesce_limits
90192026-01-27T19:52:49.187Z PASS [ 0.025s] (2278/2695) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
90202026-01-27T19:52:49.206Z PASS [ 0.105s] (2279/2695) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
90212026-01-27T19:52:49.226Z PASS [ 0.021s] (2280/2695) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
90222026-01-27T19:52:49.226Z PASS [ 0.106s] (2281/2695) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
90232026-01-27T19:52:49.230Z PASS [ 0.020s] (2282/2695) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
90242026-01-27T19:52:49.230Z PASS [ 0.018s] (2283/2695) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
90252026-01-27T19:52:49.236Z PASS [ 0.018s] (2284/2695) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
90262026-01-27T19:52:49.243Z PASS [ 0.017s] (2285/2695) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
90272026-01-27T19:52:49.246Z PASS [ 0.018s] (2286/2695) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
90282026-01-27T19:52:49.254Z PASS [ 0.018s] (2287/2695) oximeter-db oxql::query::tests::test_coalesce_predicates
90292026-01-27T19:52:49.260Z PASS [ 0.017s] (2288/2695) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
90302026-01-27T19:52:49.263Z PASS [ 0.018s] (2289/2695) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
90312026-01-27T19:52:49.272Z PASS [ 0.018s] (2290/2695) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
90322026-01-27T19:52:49.279Z PASS [ 0.019s] (2291/2695) oximeter-db oxql::query::tests::test_insert_filters
90332026-01-27T19:52:49.281Z PASS [ 0.019s] (2292/2695) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
90342026-01-27T19:52:49.290Z PASS [ 0.018s] (2293/2695) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
90352026-01-27T19:52:49.293Z PASS [ 1.044s] (2294/2695) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
90362026-01-27T19:52:49.299Z PASS [ 0.018s] (2295/2695) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
90372026-01-27T19:52:49.301Z PASS [ 0.021s] (2296/2695) oximeter-db oxql::query::tests::test_query_end_time
90382026-01-27T19:52:49.306Z PASS [ 0.016s] (2297/2695) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
90392026-01-27T19:52:49.309Z PASS [ 0.016s] (2298/2695) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
90402026-01-27T19:52:49.313Z PASS [ 0.014s] (2299/2695) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
90412026-01-27T19:52:49.320Z PASS [ 0.014s] (2300/2695) oximeter-db query::tests::test_field_cmp
90422026-01-27T19:52:49.322Z PASS [ 0.015s] (2301/2695) oximeter-db query::tests::test_field_selector_as_query
90432026-01-27T19:52:49.325Z PASS [ 0.025s] (2302/2695) oximeter-db oxql::query::tests::test_split_query
90442026-01-27T19:52:49.328Z PASS [ 0.015s] (2303/2695) oximeter-db query::tests::test_field_value_as_db_str
90452026-01-27T19:52:49.343Z PASS [ 0.018s] (2304/2695) oximeter-db query::tests::test_select_query_builder_from_parts
90462026-01-27T19:52:49.346Z PASS [ 0.024s] (2305/2695) oximeter-db query::tests::test_select_query_builder_field_selectors
90472026-01-27T19:52:49.349Z PASS [ 0.026s] (2306/2695) oximeter-db query::tests::test_select_query_builder_filter_raw
90482026-01-27T19:52:49.349Z PASS [ 0.020s] (2307/2695) oximeter-db query::tests::test_select_query_builder_full
90492026-01-27T19:52:49.360Z PASS [ 0.016s] (2308/2695) oximeter-db query::tests::test_select_query_builder_limit_offset
90502026-01-27T19:52:49.363Z PASS [ 0.016s] (2309/2695) oximeter-db query::tests::test_select_query_builder_no_fields
90512026-01-27T19:52:49.367Z PASS [ 0.019s] (2310/2695) oximeter-db query::tests::test_select_query_builder_no_selectors
90522026-01-27T19:52:49.372Z PASS [ 0.024s] (2311/2695) oximeter-db query::tests::test_string_field_selector
90532026-01-27T19:52:49.376Z PASS [ 0.016s] (2312/2695) oximeter-db query::tests::test_time_range
90542026-01-27T19:52:49.380Z PASS [ 0.020s] (2313/2695) oximeter-db sql::tests::test_allow_limit_offset
90552026-01-27T19:52:49.385Z PASS [ 0.018s] (2314/2695) oximeter-db sql::tests::test_allow_subqueries
90562026-01-27T19:52:49.393Z PASS [ 0.020s] (2315/2695) oximeter-db sql::tests::test_cannot_name_database
90572026-01-27T19:52:49.396Z PASS [ 0.020s] (2316/2695) oximeter-db sql::tests::test_ctes_are_not_supported
90582026-01-27T19:52:49.401Z PASS [ 0.020s] (2317/2695) oximeter-db sql::tests::test_function_allow_list
90592026-01-27T19:52:49.411Z PASS [ 0.019s] (2318/2695) oximeter-db sql::tests::test_multiple_statements_are_not_supported
90602026-01-27T19:52:49.419Z PASS [ 0.019s] (2319/2695) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
90612026-01-27T19:52:49.422Z PASS [ 0.025s] (2320/2695) oximeter-db sql::tests::test_query_must_be_select_statement
90622026-01-27T19:52:49.430Z PASS [ 0.045s] (2321/2695) oximeter-db sql::tests::test_join_must_be_inner
90632026-01-27T19:52:49.439Z PASS [ 0.027s] (2322/2695) oximeter-db sql::tests::test_require_table_is_timeseries_name
90642026-01-27T19:52:49.442Z PASS [ 0.021s] (2323/2695) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
90652026-01-27T19:52:49.442Z PASS [ 0.020s] (2324/2695) oximeter-db sql::tests::test_with_comma_join_fails
90662026-01-27T19:52:49.449Z PASS [ 0.018s] (2325/2695) oximeter-db tests::test_timeseries_key_field_stability
90672026-01-27T19:52:49.458Z PASS [ 0.019s] (2326/2695) oximeter-db tests::test_timeseries_key_sample_stability
90682026-01-27T19:52:49.516Z PASS [ 0.058s] (2327/2695) oximeter-instruments http::tests::test_latency_tracker
90692026-01-27T19:52:49.519Z PASS [ 0.077s] (2328/2695) oximeter-db::integration_test test_schemas_are_not_modified
90702026-01-27T19:52:49.570Z PASS [ 32.110s] (2329/2695) omicron-sled-agent nexus::test::nexus_self_notification_test
90712026-01-27T19:52:49.646Z PASS [ 0.076s] (2330/2695) oximeter-instruments kstat::link::tests::test_kstat_interested
90722026-01-27T19:52:49.681Z PASS [ 0.165s] (2331/2695) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
90732026-01-27T19:52:49.729Z PASS [ 0.083s] (2332/2695) oximeter-instruments kstat::link::tests::test_kstat_sampler
90742026-01-27T19:52:49.741Z PASS [ 0.060s] (2333/2695) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
90752026-01-27T19:52:49.799Z PASS [ 0.069s] (2334/2695) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
90762026-01-27T19:52:49.858Z PASS [ 0.116s] (2335/2695) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
90772026-01-27T19:52:49.868Z PASS [ 0.070s] (2336/2695) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
90782026-01-27T19:52:53.199Z PASS [ 0.037s] (2337/2695) oximeter-instruments kstat::link::tests::test_sled_datalink
90792026-01-27T19:52:53.267Z PASS [ 0.050s] (2338/2695) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
90802026-01-27T19:52:53.267Z PASS [ 0.027s] (2339/2695) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
90812026-01-27T19:52:53.267Z PASS [ 0.012s] (2340/2695) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
90822026-01-27T19:52:53.267Z PASS [ 0.043s] (2341/2695) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
90832026-01-27T19:52:53.267Z PASS [ 0.010s] (2342/2695) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
90842026-01-27T19:52:53.268Z PASS [ 0.010s] (2343/2695) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
90852026-01-27T19:52:53.268Z PASS [ 0.012s] (2344/2695) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
90862026-01-27T19:52:53.268Z PASS [ 0.011s] (2345/2695) oximeter-macro-impl tests::test_metric_annotated_field
90872026-01-27T19:52:53.268Z PASS [ 0.012s] (2346/2695) oximeter-macro-impl tests::test_metric_enum
90882026-01-27T19:52:53.268Z PASS [ 0.014s] (2347/2695) oximeter-macro-impl tests::test_metric_datum_field
90892026-01-27T19:52:53.268Z PASS [ 0.010s] (2348/2695) oximeter-macro-impl tests::test_metric_without_datum_field
90902026-01-27T19:52:53.268Z PASS [ 0.012s] (2349/2695) oximeter-macro-impl tests::test_target
90912026-01-27T19:52:53.268Z PASS [ 0.012s] (2350/2695) oximeter-macro-impl tests::test_target_empty_struct
90922026-01-27T19:52:53.268Z PASS [ 0.011s] (2351/2695) oximeter-macro-impl tests::test_target_enum
90932026-01-27T19:52:53.268Z PASS [ 0.010s] (2352/2695) oximeter-macro-impl tests::test_target_with_datum_field
90942026-01-27T19:52:53.268Z PASS [ 0.014s] (2353/2695) oximeter-macro-impl tests::test_target_unit_struct
90952026-01-27T19:52:53.268Z PASS [ 0.084s] (2354/2695) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
90962026-01-27T19:52:53.268Z PASS [ 0.022s] (2355/2695) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
90972026-01-27T19:52:53.268Z PASS [ 0.016s] (2356/2695) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
90982026-01-27T19:52:53.268Z PASS [ 0.015s] (2357/2695) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
90992026-01-27T19:52:53.268Z PASS [ 0.018s] (2358/2695) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
91002026-01-27T19:52:53.268Z PASS [ 0.033s] (2359/2695) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
91012026-01-27T19:52:53.268Z PASS [ 0.020s] (2360/2695) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
91022026-01-27T19:52:53.268Z PASS [ 0.032s] (2361/2695) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
91032026-01-27T19:52:53.268Z PASS [ 0.018s] (2362/2695) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
91042026-01-27T19:52:53.268Z PASS [ 0.028s] (2363/2695) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
91052026-01-27T19:52:53.268Z PASS [ 0.032s] (2364/2695) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
91062026-01-27T19:52:53.268Z PASS [ 0.017s] (2365/2695) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
91072026-01-27T19:52:53.268Z PASS [ 0.013s] (2366/2695) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
91082026-01-27T19:52:53.268Z PASS [ 0.016s] (2367/2695) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
91092026-01-27T19:52:53.268Z PASS [ 0.017s] (2368/2695) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
91102026-01-27T19:52:53.268Z PASS [ 0.018s] (2369/2695) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
91112026-01-27T19:52:53.268Z PASS [ 0.014s] (2370/2695) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
91122026-01-27T19:52:53.268Z PASS [ 0.015s] (2371/2695) oximeter-schema ir::tests::fail_on_empty_descriptions
91132026-01-27T19:52:53.268Z PASS [ 0.014s] (2372/2695) oximeter-schema ir::tests::fail_on_empty_metric_name
91142026-01-27T19:52:53.268Z PASS [ 0.015s] (2373/2695) oximeter-schema ir::tests::fail_on_empty_target_name
91152026-01-27T19:52:53.268Z PASS [ 0.013s] (2374/2695) oximeter-schema ir::tests::fail_on_very_long_field_names
91162026-01-27T19:52:53.268Z PASS [ 0.015s] (2375/2695) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
91172026-01-27T19:52:53.269Z PASS [ 0.012s] (2376/2695) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
91182026-01-27T19:52:53.269Z PASS [ 0.014s] (2377/2695) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
91192026-01-27T19:52:53.269Z PASS [ 0.021s] (2378/2695) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
91202026-01-27T19:52:53.269Z PASS [ 0.016s] (2379/2695) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
91212026-01-27T19:52:53.269Z PASS [ 0.017s] (2380/2695) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
91222026-01-27T19:52:53.269Z PASS [ 0.015s] (2381/2695) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
91232026-01-27T19:52:53.269Z PASS [ 0.017s] (2382/2695) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
91242026-01-27T19:52:53.269Z PASS [ 0.016s] (2383/2695) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
91252026-01-27T19:52:53.269Z PASS [ 0.017s] (2384/2695) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
91262026-01-27T19:52:53.269Z PASS [ 0.020s] (2385/2695) oximeter-schema ir::tests::only_support_format_version_1
91272026-01-27T19:52:53.269Z PASS [ 0.015s] (2386/2695) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
91282026-01-27T19:52:53.269Z PASS [ 0.011s] (2387/2695) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
91292026-01-27T19:52:53.269Z PASS [ 0.111s] (2388/2695) oximeter-test-utils tests::test_gen_test_samples
91302026-01-27T19:52:53.269Z PASS [ 0.021s] (2389/2695) oximeter-test-utils tests::test_sample_struct
91312026-01-27T19:52:53.269Z PASS [ 0.028s] (2390/2695) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
91322026-01-27T19:52:53.269Z PASS [ 0.019s] (2391/2695) oximeter-test-utils tests::test_timeseries_schema_from_parts
91332026-01-27T19:52:53.269Z PASS [ 0.017s] (2392/2695) oximeter-test-utils tests::test_timeseries_schema_from_sample
91342026-01-27T19:52:53.269Z PASS [ 0.016s] (2393/2695) oximeter-types histogram::tests::test_bin_range
91352026-01-27T19:52:53.269Z PASS [ 0.014s] (2394/2695) oximeter-types histogram::tests::test_bin_range_from
91362026-01-27T19:52:53.269Z PASS [ 0.012s] (2395/2695) oximeter-types histogram::tests::test_bin_range_to
91372026-01-27T19:52:53.269Z PASS [ 0.015s] (2396/2695) oximeter-types histogram::tests::test_empty_bins_not_supported
91382026-01-27T19:52:53.269Z PASS [ 0.014s] (2397/2695) oximeter-types histogram::tests::test_ensure_finite
91392026-01-27T19:52:53.269Z PASS [ 0.022s] (2398/2695) oximeter-types histogram::tests::test_histogram
91402026-01-27T19:52:53.269Z PASS [ 0.018s] (2399/2695) oximeter-types histogram::tests::test_histogram_construct_with
91412026-01-27T19:52:53.269Z PASS [ 0.016s] (2400/2695) oximeter-types histogram::tests::test_histogram_extreme_bins
91422026-01-27T19:52:53.269Z PASS [ 0.011s] (2401/2695) oximeter-types histogram::tests::test_histogram_extreme_samples
91432026-01-27T19:52:53.269Z PASS [ 0.012s] (2402/2695) oximeter-types histogram::tests::test_histogram_float_bins
91442026-01-27T19:52:53.269Z PASS [ 0.012s] (2403/2695) oximeter-types histogram::tests::test_histogram_unbounded_samples
91452026-01-27T19:52:53.269Z PASS [ 0.018s] (2404/2695) oximeter-types histogram::tests::test_histogram_unsorted_bins
91462026-01-27T19:52:53.269Z PASS [ 0.012s] (2405/2695) oximeter-types histogram::tests::test_histogram_with_bins
91472026-01-27T19:52:53.269Z PASS [ 0.011s] (2406/2695) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
91482026-01-27T19:52:53.269Z PASS [ 0.011s] (2407/2695) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
91492026-01-27T19:52:53.270Z PASS [ 0.011s] (2408/2695) oximeter-types histogram::tests::test_log_bins_u64
91502026-01-27T19:52:53.270Z PASS [ 0.014s] (2409/2695) oximeter-types histogram::tests::test_log_bins_u8
91512026-01-27T19:52:53.270Z PASS [ 0.028s] (2410/2695) oximeter-types histogram::tests::test_log_linear_bins_all_representable
91522026-01-27T19:52:53.270Z PASS [ 0.013s] (2411/2695) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
91532026-01-27T19:52:53.270Z PASS [ 0.011s] (2412/2695) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
91542026-01-27T19:52:53.270Z PASS [ 0.013s] (2413/2695) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
91552026-01-27T19:52:53.270Z PASS [ 0.011s] (2414/2695) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
91562026-01-27T19:52:53.270Z PASS [ 0.011s] (2415/2695) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
91572026-01-27T19:52:53.270Z PASS [ 0.011s] (2416/2695) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
91582026-01-27T19:52:53.270Z PASS [ 0.011s] (2417/2695) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
91592026-01-27T19:52:53.270Z PASS [ 0.011s] (2418/2695) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
91602026-01-27T19:52:53.270Z PASS [ 0.011s] (2419/2695) oximeter-types histogram::tests::test_span_decades
91612026-01-27T19:52:53.270Z PASS [ 0.011s] (2420/2695) oximeter-types histogram::tests::test_span_decades_other_counts_f64
91622026-01-27T19:52:53.270Z PASS [ 0.011s] (2421/2695) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
91632026-01-27T19:52:53.270Z PASS [ 0.011s] (2422/2695) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
91642026-01-27T19:52:53.270Z PASS [ 0.014s] (2423/2695) oximeter-types quantile::tests::test_default_percentiles
91652026-01-27T19:52:53.270Z PASS [ 0.015s] (2424/2695) oximeter-types quantile::tests::test_empty_observations
91662026-01-27T19:52:53.270Z PASS [ 0.014s] (2425/2695) oximeter-types quantile::tests::test_find_cells
91672026-01-27T19:52:53.270Z PASS [ 0.011s] (2426/2695) oximeter-types quantile::tests::test_float_observations
91682026-01-27T19:52:53.270Z PASS [ 0.012s] (2427/2695) oximeter-types quantile::tests::test_integer_observations
91692026-01-27T19:52:53.270Z PASS [ 0.011s] (2428/2695) oximeter-types quantile::tests::test_invalid_p_value
91702026-01-27T19:52:53.270Z PASS [ 0.011s] (2429/2695) oximeter-types quantile::tests::test_max_p
91712026-01-27T19:52:53.270Z PASS [ 0.011s] (2430/2695) oximeter-types quantile::tests::test_min_p
91722026-01-27T19:52:53.270Z PASS [ 0.011s] (2431/2695) oximeter-types quantile::tests::test_non_filled_observations
91732026-01-27T19:52:53.270Z PASS [ 0.016s] (2432/2695) oximeter-types quantile::tests::test_rounding
91742026-01-27T19:52:53.270Z PASS [ 0.015s] (2433/2695) oximeter-types schema::tests::test_field_schema_ordering
91752026-01-27T19:52:53.270Z PASS [ 0.052s] (2434/2695) oximeter-types schema::tests::test_timeseries_name
91762026-01-27T19:52:53.270Z PASS [ 0.018s] (2435/2695) oximeter-types schema::tests::test_timeseries_name_from_str
91772026-01-27T19:52:53.270Z PASS [ 0.013s] (2436/2695) oximeter-types traits::tests::test_metric_trait
91782026-01-27T19:52:53.270Z PASS [ 0.017s] (2437/2695) oximeter-types traits::tests::test_producer_trait
91792026-01-27T19:52:53.285Z PASS [ 0.013s] (2438/2695) oximeter-types traits::tests::test_target_trait
91802026-01-27T19:52:53.285Z PASS [ 0.017s] (2439/2695) oximeter-types types::tests::test_cumulative_f64
91812026-01-27T19:52:53.285Z PASS [ 0.014s] (2440/2695) oximeter-types types::tests::test_cumulative_i64
91822026-01-27T19:52:53.285Z PASS [ 0.014s] (2441/2695) oximeter-types types::tests::test_datum
91832026-01-27T19:52:53.285Z PASS [ 0.017s] (2442/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
91842026-01-27T19:52:53.285Z PASS [ 0.012s] (2443/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
91852026-01-27T19:52:53.285Z PASS [ 0.012s] (2444/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
91862026-01-27T19:52:53.285Z PASS [ 0.014s] (2445/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
91872026-01-27T19:52:53.285Z PASS [ 0.013s] (2446/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
91882026-01-27T19:52:53.285Z PASS [ 0.013s] (2447/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
91892026-01-27T19:52:53.285Z PASS [ 0.016s] (2448/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
91902026-01-27T19:52:53.285Z PASS [ 0.012s] (2449/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
91912026-01-27T19:52:53.285Z PASS [ 0.012s] (2450/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
91922026-01-27T19:52:53.285Z PASS [ 0.015s] (2451/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
91932026-01-27T19:52:53.285Z PASS [ 0.018s] (2452/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
91942026-01-27T19:52:53.285Z PASS [ 0.011s] (2453/2695) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
91952026-01-27T19:52:53.285Z PASS [ 0.013s] (2454/2695) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
91962026-01-27T19:52:53.285Z PASS [ 0.011s] (2455/2695) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
91972026-01-27T19:52:53.285Z PASS [ 0.011s] (2456/2695) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
91982026-01-27T19:52:53.285Z PASS [ 0.015s] (2457/2695) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
91992026-01-27T19:52:53.285Z PASS [ 0.012s] (2458/2695) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
92002026-01-27T19:52:53.285Z PASS [ 0.012s] (2459/2695) oximeter-types types::tests::test_measurement
92012026-01-27T19:52:53.285Z PASS [ 0.013s] (2460/2695) oximeter-types types::tests::test_verify_field_names
92022026-01-27T19:52:53.286Z PASS [ 0.018s] (2461/2695) oxlog tests::test_daterange_filter
92032026-01-27T19:52:53.286Z PASS [ 0.010s] (2462/2695) oxlog tests::test_is_oxide_smf_log_file
92042026-01-27T19:52:53.286Z PASS [ 0.008s] (2463/2695) oxlog tests::test_oxide_smf_service_name_from_log_file_name
92052026-01-27T19:52:53.286Z PASS [ 0.008s] (2464/2695) oxlog tests::test_sort_logs
92062026-01-27T19:52:53.286Z PASS [ 0.032s] (2465/2695) oxlog::bin/oxlog tests::test_parse_timestamp
92072026-01-27T19:52:53.286Z PASS [ 0.080s] (2466/2695) oxql-types point::tests::test_cast_points_from_bool
92082026-01-27T19:52:53.286Z PASS [ 0.017s] (2467/2695) oxql-types point::tests::test_cast_points_from_double
92092026-01-27T19:52:53.286Z PASS [ 0.016s] (2468/2695) oxql-types point::tests::test_cast_points_from_double_distribution
92102026-01-27T19:52:53.286Z PASS [ 0.011s] (2469/2695) oxql-types point::tests::test_cast_points_from_int_distribution
92112026-01-27T19:52:53.286Z PASS [ 0.011s] (2470/2695) oxql-types point::tests::test_cast_points_from_integer
92122026-01-27T19:52:53.286Z PASS [ 0.020s] (2471/2695) oxql-types point::tests::test_cast_points_from_string
92132026-01-27T19:52:53.286Z PASS [ 0.013s] (2472/2695) oxql-types point::tests::test_join_point_arrays
92142026-01-27T19:52:53.286Z PASS [ 0.014s] (2473/2695) oxql-types point::tests::test_point_delta_between
92152026-01-27T19:52:53.286Z PASS [ 0.012s] (2474/2695) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
92162026-01-27T19:52:53.286Z PASS [ 0.014s] (2475/2695) oxql-types point::tests::test_point_delta_between_with_new_epoch
92172026-01-27T19:52:53.286Z PASS [ 0.011s] (2476/2695) oxql-types point::tests::test_push_concrete_values
92182026-01-27T19:52:53.286Z PASS [ 0.022s] (2477/2695) oxql-types point::tests::test_sub_between_histogram_distributions
92192026-01-27T19:52:53.286Z PASS [ 0.087s] (2478/2695) parallel-task-set test::test_spawn_many
92202026-01-27T19:52:53.286Z PASS [ 0.050s] (2479/2695) range-requests test::get_response_no_range
92212026-01-27T19:52:53.286Z PASS [ 0.031s] (2480/2695) range-requests test::get_response_with_range
92222026-01-27T19:52:53.286Z PASS [ 0.009s] (2481/2695) range-requests test::invalid_ranges
92232026-01-27T19:52:53.286Z PASS [ 0.009s] (2482/2695) range-requests test::parse_range_invalid
92242026-01-27T19:52:53.286Z PASS [ 0.011s] (2483/2695) range-requests test::parse_range_valid
92252026-01-27T19:52:53.286Z PASS [ 0.018s] (2484/2695) range-requests test::potential_range_parsing_does_not_crash
92262026-01-27T19:52:53.286Z PASS [ 0.011s] (2485/2695) range-requests test::range_into_str
92272026-01-27T19:52:53.286Z PASS [ 0.011s] (2486/2695) range-requests test::single_range_parsing_does_not_crash
92282026-01-27T19:52:53.286Z PASS [ 3.128s] (2487/2695) oximeter-producer tests::test_producer_registration_task
92292026-01-27T19:52:55.218Z PASS [ 1.000s] (2488/2695) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
92302026-01-27T19:52:55.244Z PASS [ 0.305s] (2489/2695) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
92312026-01-27T19:52:55.244Z PASS [ 0.326s] (2490/2695) reconfigurator-cli::test-scripts script::cmds-example.txt
92322026-01-27T19:52:55.244Z PASS [ 1.108s] (2491/2695) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
92332026-01-27T19:52:55.244Z PASS [ 0.213s] (2492/2695) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
92342026-01-27T19:52:55.244Z PASS [ 0.136s] (2493/2695) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
92352026-01-27T19:52:55.244Z PASS [ 0.297s] (2494/2695) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
92362026-01-27T19:52:55.244Z PASS [ 0.201s] (2495/2695) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
92372026-01-27T19:52:55.873Z PASS [ 1.005s] (2496/2695) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
92382026-01-27T19:52:57.313Z PASS [ 1.925s] (2497/2695) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
92392026-01-27T19:52:57.852Z PASS [ 1.242s] (2498/2695) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
92402026-01-27T19:52:57.862Z PASS [ 2.134s] (2499/2695) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
92412026-01-27T19:52:57.862Z PASS [ 0.118s] (2500/2695) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
92422026-01-27T19:52:57.994Z PASS [ 0.118s] (2501/2695) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
92432026-01-27T19:52:58.435Z PASS [ 0.160s] (2502/2695) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
92442026-01-27T19:52:58.446Z PASS [ 0.133s] (2503/2695) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
92452026-01-27T19:52:58.458Z PASS [ 0.211s] (2504/2695) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
92462026-01-27T19:52:59.656Z PASS [ 1.897s] (2505/2695) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
92472026-01-27T19:52:59.825Z PASS [ 0.120s] (2506/2695) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
92482026-01-27T19:53:01.631Z PASS [ 1.816s] (2507/2695) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
92492026-01-27T19:53:01.649Z PASS [ 3.188s] (2508/2695) reconfigurator-cli::test-scripts script::cmds-target-release.txt
92502026-01-27T19:53:01.950Z PASS [ 0.206s] (2509/2695) reconfigurator-cli::test-scripts script::cmds.txt
92512026-01-27T19:53:02.679Z PASS [ 1.026s] (2510/2695) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
92522026-01-27T19:53:02.875Z PASS [ 1.101s] (2511/2695) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
92532026-01-27T19:53:03.691Z PASS [ 0.978s] (2512/2695) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
92542026-01-27T19:53:04.198Z PASS [ 14.748s] (2513/2695) oximeter-db::integration_test test_schemas_disjoint
92552026-01-27T19:53:04.299Z PASS [ 30.041s] (2514/2695) oximeter-db client::tests::cannot_ping_nonexistent_server
92562026-01-27T19:53:04.693Z PASS [ 1.041s] (2515/2695) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
92572026-01-27T19:53:04.839Z PASS [ 15.317s] (2516/2695) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
92582026-01-27T19:53:07.071Z PASS [ 17.629s] (2517/2695) oximeter-db::integration_test test_cluster
92592026-01-27T19:53:07.205Z PASS [ 3.006s] (2518/2695) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
92602026-01-27T19:53:08.753Z PASS [ 1.681s] (2519/2695) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
92612026-01-27T19:53:08.821Z PASS [ 0.068s] (2520/2695) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
92622026-01-27T19:53:08.842Z PASS [ 0.020s] (2521/2695) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
92632026-01-27T19:53:08.904Z PASS [ 0.061s] (2522/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
92642026-01-27T19:53:08.959Z PASS [ 0.056s] (2523/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
92652026-01-27T19:53:09.017Z PASS [ 0.057s] (2524/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
92662026-01-27T19:53:09.076Z PASS [ 0.060s] (2525/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
92672026-01-27T19:53:09.131Z PASS [ 0.056s] (2526/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
92682026-01-27T19:53:09.159Z PASS [ 4.466s] (2527/2695) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
92692026-01-27T19:53:09.167Z PASS [ 0.035s] (2528/2695) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
92702026-01-27T19:53:09.193Z PASS [ 0.034s] (2529/2695) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
92712026-01-27T19:53:09.222Z PASS [ 0.056s] (2530/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
92722026-01-27T19:53:09.225Z PASS [ 0.031s] (2531/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
92732026-01-27T19:53:09.254Z PASS [ 0.030s] (2532/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
92742026-01-27T19:53:09.258Z PASS [ 0.034s] (2533/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
92752026-01-27T19:53:09.284Z PASS [ 0.027s] (2534/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
92762026-01-27T19:53:09.289Z PASS [ 0.031s] (2535/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
92772026-01-27T19:53:09.313Z PASS [ 0.029s] (2536/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
92782026-01-27T19:53:09.327Z PASS [ 0.041s] (2537/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
92792026-01-27T19:53:09.344Z PASS [ 0.030s] (2538/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
92802026-01-27T19:53:09.353Z PASS [ 0.026s] (2539/2695) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
92812026-01-27T19:53:09.388Z PASS [ 0.035s] (2540/2695) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
92822026-01-27T19:53:09.428Z PASS [ 0.039s] (2541/2695) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
92832026-01-27T19:53:09.432Z PASS [ 5.133s] (2542/2695) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
92842026-01-27T19:53:09.721Z PASS [ 0.293s] (2543/2695) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
92852026-01-27T19:53:09.759Z PASS [ 0.038s] (2544/2695) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
92862026-01-27T19:53:09.791Z PASS [ 0.032s] (2545/2695) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
92872026-01-27T19:53:09.821Z PASS [ 0.030s] (2546/2695) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
92882026-01-27T19:53:09.880Z PASS [ 0.059s] (2547/2695) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
92892026-01-27T19:53:09.945Z PASS [ 0.065s] (2548/2695) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
92902026-01-27T19:53:09.976Z PASS [ 0.031s] (2549/2695) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
92912026-01-27T19:53:10.013Z PASS [ 0.035s] (2550/2695) sled-agent-config-reconciler ledger::tests::read_existing_config
92922026-01-27T19:53:10.044Z PASS [ 0.032s] (2551/2695) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
92932026-01-27T19:53:10.071Z PASS [ 0.026s] (2552/2695) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
92942026-01-27T19:53:10.113Z PASS [ 0.034s] (2553/2695) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
92952026-01-27T19:53:10.135Z PASS [ 0.029s] (2554/2695) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
92962026-01-27T19:53:10.168Z PASS [ 0.035s] (2555/2695) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
92972026-01-27T19:53:10.212Z PASS [ 0.031s] (2556/2695) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
92982026-01-27T19:53:10.310Z PASS [ 3.093s] (2557/2695) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
92992026-01-27T19:53:10.459Z PASS [ 7.587s] (2558/2695) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
93002026-01-27T19:53:10.685Z PASS [ 1.252s] (2559/2695) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
93012026-01-27T19:53:12.972Z PASS [ 2.773s] (2560/2695) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
93022026-01-27T19:53:13.168Z PASS [ 8.323s] (2561/2695) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
93032026-01-27T19:53:13.192Z PASS [ 0.024s] (2562/2695) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
93042026-01-27T19:53:13.233Z PASS [ 0.041s] (2563/2695) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
93052026-01-27T19:53:13.259Z PASS [ 0.026s] (2564/2695) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
93062026-01-27T19:53:13.283Z PASS [ 0.024s] (2565/2695) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
93072026-01-27T19:53:13.312Z PASS [ 0.028s] (2566/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
93082026-01-27T19:53:13.336Z PASS [ 0.024s] (2567/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
93092026-01-27T19:53:13.359Z PASS [ 0.023s] (2568/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
93102026-01-27T19:53:13.384Z PASS [ 0.025s] (2569/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
93112026-01-27T19:53:13.408Z PASS [ 0.024s] (2570/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
93122026-01-27T19:53:13.434Z PASS [ 0.026s] (2571/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
93132026-01-27T19:53:13.461Z PASS [ 0.027s] (2572/2695) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
93142026-01-27T19:53:13.479Z PASS [ 3.180s] (2573/2695) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
93152026-01-27T19:53:13.648Z PASS [ 0.187s] (2574/2695) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
93162026-01-27T19:53:13.648Z PASS [ 0.169s] (2575/2695) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
93172026-01-27T19:53:13.676Z PASS [ 0.026s] (2576/2695) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
93182026-01-27T19:53:13.679Z PASS [ 0.030s] (2577/2695) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
93192026-01-27T19:53:13.699Z PASS [ 0.024s] (2578/2695) sled-agent-resolvable-files manifest::tests::read_success
93202026-01-27T19:53:13.706Z PASS [ 0.027s] (2579/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
93212026-01-27T19:53:13.721Z PASS [ 0.022s] (2580/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
93222026-01-27T19:53:13.728Z PASS [ 0.022s] (2581/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
93232026-01-27T19:53:13.743Z PASS [ 0.021s] (2582/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
93242026-01-27T19:53:13.751Z PASS [ 0.023s] (2583/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
93252026-01-27T19:53:13.767Z PASS [ 0.024s] (2584/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
93262026-01-27T19:53:13.773Z PASS [ 0.023s] (2585/2695) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
93272026-01-27T19:53:13.789Z PASS [ 0.022s] (2586/2695) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
93282026-01-27T19:53:13.794Z PASS [ 0.021s] (2587/2695) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
93292026-01-27T19:53:13.810Z PASS [ 0.021s] (2588/2695) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
93302026-01-27T19:53:13.815Z PASS [ 0.021s] (2589/2695) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
93312026-01-27T19:53:13.834Z PASS [ 0.024s] (2590/2695) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
93322026-01-27T19:53:13.837Z PASS [ 0.021s] (2591/2695) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
93332026-01-27T19:53:13.856Z PASS [ 0.022s] (2592/2695) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
93342026-01-27T19:53:13.859Z PASS [ 0.020s] (2593/2695) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
93352026-01-27T19:53:13.877Z PASS [ 0.021s] (2594/2695) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
93362026-01-27T19:53:13.896Z PASS [ 0.021s] (2595/2695) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
93372026-01-27T19:53:13.900Z PASS [ 0.022s] (2596/2695) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
93382026-01-27T19:53:13.904Z PASS [ 0.022s] (2597/2695) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
93392026-01-27T19:53:13.920Z PASS [ 0.020s] (2598/2695) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
93402026-01-27T19:53:13.925Z PASS [ 0.022s] (2599/2695) sled-agent-resolvable-files mupdate_override::tests::read_both_present
93412026-01-27T19:53:13.941Z PASS [ 0.021s] (2600/2695) sled-agent-resolvable-files mupdate_override::tests::read_different_values
93422026-01-27T19:53:13.946Z PASS [ 0.021s] (2601/2695) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
93432026-01-27T19:53:13.968Z PASS [ 0.024s] (2602/2695) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
93442026-01-27T19:53:13.972Z PASS [ 0.026s] (2603/2695) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
93452026-01-27T19:53:13.995Z PASS [ 0.023s] (2604/2695) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
93462026-01-27T19:53:14.001Z PASS [ 0.025s] (2605/2695) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
93472026-01-27T19:53:14.013Z PASS [ 0.022s] (2606/2695) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
93482026-01-27T19:53:14.096Z PASS [ 3.411s] (2607/2695) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
93492026-01-27T19:53:14.101Z PASS [ 0.089s] (2608/2695) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
93502026-01-27T19:53:14.101Z PASS [ 0.110s] (2609/2695) sled-agent-types rack_init::tests::parse_rack_initialization
93512026-01-27T19:53:14.120Z PASS [ 0.019s] (2610/2695) sled-agent-types rack_init::tests::test_subnets
93522026-01-27T19:53:14.140Z PASS [ 0.044s] (2611/2695) sled-agent-types rack_init::tests::test_extra_certs
93532026-01-27T19:53:14.143Z PASS [ 0.042s] (2612/2695) sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
93542026-01-27T19:53:14.150Z PASS [ 0.030s] (2613/2695) sled-agent-types zone_bundle::tests::test_compare_bundles
93552026-01-27T19:53:14.164Z PASS [ 0.021s] (2614/2695) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
93562026-01-27T19:53:14.168Z PASS [ 0.016s] (2615/2695) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
93572026-01-27T19:53:14.177Z PASS [ 0.037s] (2616/2695) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
93582026-01-27T19:53:14.258Z PASS [ 0.081s] (2617/2695) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
93592026-01-27T19:53:14.263Z PASS [ 0.099s] (2618/2695) sled-agent-types-versions v1::early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
93602026-01-27T19:53:14.265Z PASS [ 0.097s] (2619/2695) sled-agent-types-versions v1::early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
93612026-01-27T19:53:15.174Z PASS [ 4.715s] (2620/2695) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
93622026-01-27T19:53:15.458Z PASS [ 1.195s] (2621/2695) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
93632026-01-27T19:53:15.514Z PASS [ 0.056s] (2622/2695) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
93642026-01-27T19:53:15.540Z PASS [ 0.026s] (2623/2695) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
93652026-01-27T19:53:15.555Z PASS [ 1.291s] (2624/2695) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
93662026-01-27T19:53:15.576Z PASS [ 0.035s] (2625/2695) sled-diagnostics queries::test::test_command_stderr_is_correct
93672026-01-27T19:53:15.586Z PASS [ 0.032s] (2626/2695) sled-diagnostics queries::test::test_command_stdout_is_correct
93682026-01-27T19:53:15.613Z PASS [ 0.036s] (2627/2695) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
93692026-01-27T19:53:15.640Z PASS [ 1.382s] (2628/2695) sled-diagnostics logs::illumos_tests::collect_current_logs
93702026-01-27T19:53:15.667Z PASS [ 0.054s] (2629/2695) sled-hardware disk::test::test_disk_paths
93712026-01-27T19:53:15.667Z PASS [ 0.027s] (2630/2695) sled-hardware disk::test::test_partition_device_paths
93722026-01-27T19:53:15.769Z PASS [ 0.101s] (2631/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
93732026-01-27T19:53:15.769Z PASS [ 0.101s] (2632/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
93742026-01-27T19:53:15.793Z PASS [ 0.023s] (2633/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
93752026-01-27T19:53:15.793Z PASS [ 0.023s] (2634/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
93762026-01-27T19:53:15.816Z PASS [ 0.024s] (2635/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
93772026-01-27T19:53:15.830Z PASS [ 0.038s] (2636/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
93782026-01-27T19:53:15.841Z PASS [ 0.025s] (2637/2695) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
93792026-01-27T19:53:15.867Z PASS [ 0.037s] (2638/2695) sled-hardware illumos::tests::parse_smbios_invalid
93802026-01-27T19:53:15.875Z PASS [ 0.033s] (2639/2695) sled-hardware illumos::tests::parse_smbios_valid
93812026-01-27T19:53:15.893Z PASS [ 0.026s] (2640/2695) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
93822026-01-27T19:53:15.924Z PASS [ 0.049s] (2641/2695) sled-storage dataset::test::serialize_dataset_name
93832026-01-27T19:53:15.973Z PASS [ 0.080s] (2642/2695) trust-quorum proxy::tests::proxy_roundtrip_concurrent
93842026-01-27T19:53:15.973Z PASS [ 0.049s] (2643/2695) trust-quorum proxy::tests::proxy_roundtrip_disconnected
93852026-01-27T19:53:16.007Z PASS [ 0.034s] (2644/2695) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
93862026-01-27T19:53:16.115Z PASS [ 0.528s] (2645/2695) sled-diagnostics queries::test::test_long_running_command_is_aborted
93872026-01-27T19:53:16.323Z PASS [ 1.147s] (2646/2695) sled-diagnostics logs::illumos_tests::log_snapshots_work
93882026-01-27T19:53:16.655Z PASS [ 3.682s] (2647/2695) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
93892026-01-27T19:53:18.279Z PASS [ 2.164s] (2648/2695) trust-quorum task::tests::tq_initial_config
93902026-01-27T19:53:18.636Z PASS [ 2.314s] (2649/2695) trust-quorum task::tests::tq_initial_config_prepare_and_commit
93912026-01-27T19:53:19.378Z PASS [ 3.371s] (2650/2695) trust-quorum task::tests::test_network_config
93922026-01-27T19:53:19.395Z PASS [ 3.421s] (2651/2695) trust-quorum task::tests::full_mesh_connectivity
93932026-01-27T19:53:20.259Z PASS [ 0.864s] (2652/2695) trust-quorum-protocol crypto::tests::rack_secret_test
93942026-01-27T19:53:20.315Z PASS [ 0.055s] (2653/2695) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
93952026-01-27T19:53:20.340Z PASS [ 0.025s] (2654/2695) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
93962026-01-27T19:53:20.656Z PASS [ 0.316s] (2655/2695) trust-quorum-protocol node::tests::initial_configuration
93972026-01-27T19:53:20.692Z PASS [ 0.036s] (2656/2695) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
93982026-01-27T19:53:20.801Z PASS [ 0.109s] (2657/2695) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
93992026-01-27T19:53:20.920Z PASS [ 0.119s] (2658/2695) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
94002026-01-27T19:53:20.985Z PASS [ 4.330s] (2659/2695) trust-quorum task::tests::tq_persistent_state
94012026-01-27T19:53:21.591Z PASS [ 2.213s] (2660/2695) trust-quorum task::tests::tq_upgrade_from_lrtq
94022026-01-27T19:53:21.674Z PASS [ 3.395s] (2661/2695) trust-quorum task::tests::tq_proxy
94032026-01-27T19:53:21.945Z PASS [ 3.309s] (2662/2695) trust-quorum task::tests::tq_reconfig_with_commit_advance
94042026-01-27T19:53:22.010Z PASS [ 0.064s] (2663/2695) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
94052026-01-27T19:53:22.036Z PASS [ 1.051s] (2664/2695) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
94062026-01-27T19:53:22.095Z PASS [ 0.083s] (2665/2695) update-common artifacts::update_plan::tests::test_bad_rot_versions
94072026-01-27T19:53:22.116Z PASS [ 0.079s] (2666/2695) update-common artifacts::update_plan::tests::test_multi_rot_bord
94082026-01-27T19:53:22.148Z PASS [ 0.557s] (2667/2695) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
94092026-01-27T19:53:22.164Z PASS [ 0.048s] (2668/2695) update-common artifacts::update_plan::tests::test_split_control_plane
94102026-01-27T19:53:22.176Z PASS [ 12.830s] (2669/2695) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
94112026-01-27T19:53:22.180Z PASS [ 0.088s] (2670/2695) update-common artifacts::update_plan::tests::test_multi_rot_version
94122026-01-27T19:53:22.186Z PASS [ 0.038s] (2671/2695) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
94132026-01-27T19:53:22.215Z PASS [ 0.051s] (2672/2695) update-common artifacts::update_plan::tests::test_too_many_rot_bord
94142026-01-27T19:53:22.246Z PASS [ 0.069s] (2673/2695) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
94152026-01-27T19:53:22.258Z PASS [ 0.042s] (2674/2695) update-engine display::line_display_shared::tests::test_format_progress_counter
94162026-01-27T19:53:22.295Z PASS [ 0.049s] (2675/2695) update-engine display::line_display_shared::tests::test_start_line
94172026-01-27T19:53:22.333Z PASS [ 0.076s] (2676/2695) update-engine engine::tests::error_exits_early
94182026-01-27T19:53:22.348Z PASS [ 0.053s] (2677/2695) update-engine events::tests::progress_event_parse_unknown
94192026-01-27T19:53:22.359Z PASS [ 0.025s] (2678/2695) update-engine events::tests::step_event_parse_unknown
94202026-01-27T19:53:22.377Z PASS [ 0.030s] (2679/2695) update-engine spec::tests::test_merge_anyhow_list
94212026-01-27T19:53:22.396Z PASS [ 0.210s] (2680/2695) update-engine display::group_display::tests::test_stats
94222026-01-27T19:53:22.407Z PASS [ 0.030s] (2681/2695) wicket state::inventory::tests::component_id_display
94232026-01-27T19:53:22.430Z PASS [ 0.022s] (2682/2695) wicket state::rack::tests::up_down_are_opposites
94242026-01-27T19:53:22.430Z PASS [ 0.033s] (2683/2695) wicket state::rack::tests::prev_next_are_opposites
94252026-01-27T19:53:22.513Z PASS [ 0.083s] (2684/2695) wicket-common rack_setup::tests::roundtrip_import_export_policy
94262026-01-27T19:53:22.519Z PASS [ 0.338s] (2685/2695) update-engine buffer::tests::test_buffer
94272026-01-27T19:53:22.575Z PASS [ 0.216s] (2686/2695) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
94282026-01-27T19:53:22.651Z PASS [ 0.132s] (2687/2695) wicketd rss_config::tests::test_bgp_auth_key_states
94292026-01-27T19:53:22.654Z PASS [ 0.140s] (2688/2695) wicketd installinator_progress::tests::test_states
94302026-01-27T19:53:22.949Z PASS [ 0.519s] (2689/2695) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
94312026-01-27T19:53:24.005Z PASS [ 1.430s] (2690/2695) wicketd::mod integration_tests::inventory::test_inventory
94322026-01-27T19:53:24.479Z PASS [ 1.826s] (2691/2695) wicketd::mod integration_tests::updates::test_update_races
94332026-01-27T19:53:24.763Z PASS [ 3.088s] (2692/2695) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
94342026-01-27T19:53:24.768Z PASS [ 2.114s] (2693/2695) wicketd::mod integration_tests::updates::test_installinator_fetch
94352026-01-27T19:53:25.436Z PASS [ 2.485s] (2694/2695) wicketd::mod integration_tests::updates::test_updates
94362026-01-27T19:54:15.391Z PASS [ 54.467s] (2695/2695) trust-quorum-protocol::cluster test_trust_quorum_protocol
94372026-01-27T19:54:15.394Z────────────
94382026-01-27T19:54:15.394Z Summary [5517.279s] 2695 tests run: 2695 passed (49 slow), 6 skipped
94392026-01-27T19:54:15.494Z
94402026-01-27T19:54:15.497Zreal 1:32:29.616280057
94412026-01-27T19:54:15.497Zuser 9:22:00.874665555
94422026-01-27T19:54:15.497Zsys 1:22:36.639649258
94432026-01-27T19:54:15.497Ztrap 5:07.681019864
94442026-01-27T19:54:15.497Ztflt 52.719082115
94452026-01-27T19:54:15.497Zdflt 3:45.266521875
94462026-01-27T19:54:15.497Zkflt 1.120570253
94472026-01-27T19:54:15.497Zlock 2267:13:42.052910694
94482026-01-27T19:54:15.497Zslp 180:39:01.142714436
94492026-01-27T19:54:15.497Zlat 8:42:31.430571303
94502026-01-27T19:54:15.497Zstop 1:55:15.620130802
94512026-01-27T19:54:15.497Z+ banner doctest
94522026-01-27T19:54:15.500Z
94532026-01-27T19:54:15.500Z ##### #### #### ##### ###### #### #####
94542026-01-27T19:54:15.500Z # # # # # # # # # #
94552026-01-27T19:54:15.500Z # # # # # # ##### #### #
94562026-01-27T19:54:15.500Z # # # # # # # # #
94572026-01-27T19:54:15.500Z # # # # # # # # # # #
94582026-01-27T19:54:15.500Z ##### #### #### # ###### #### #
94592026-01-27T19:54:15.500Z
94602026-01-27T19:54:15.500Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
94612026-01-27T19:54:17.749Z Fresh unicode-ident v1.0.19
94622026-01-27T19:54:17.752Z Fresh cfg-if v1.0.4
94632026-01-27T19:54:17.752Z Fresh autocfg v1.4.0
94642026-01-27T19:54:17.752Z Fresh memchr v2.7.4
94652026-01-27T19:54:17.752Z Fresh proc-macro2 v1.0.101
94662026-01-27T19:54:17.752Z Fresh value-bag v1.12.0
94672026-01-27T19:54:17.752Z Fresh smallvec v1.15.1
94682026-01-27T19:54:17.752Z Fresh version_check v0.9.5
94692026-01-27T19:54:17.752Z Fresh quote v1.0.40
94702026-01-27T19:54:17.752Z Fresh libc v0.2.180
94712026-01-27T19:54:17.752Z Fresh serde_core v1.0.228
94722026-01-27T19:54:17.752Z Fresh log v0.4.29
94732026-01-27T19:54:17.752Z Fresh itoa v1.0.11
94742026-01-27T19:54:17.752Z Fresh scopeguard v1.2.0
94752026-01-27T19:54:17.752Z Fresh syn v2.0.111
94762026-01-27T19:54:17.752Z Fresh lock_api v0.4.12
94772026-01-27T19:54:17.752Z Fresh getrandom v0.2.15
94782026-01-27T19:54:17.752Z Fresh stable_deref_trait v1.2.0
94792026-01-27T19:54:17.755Z Fresh serde_derive v1.0.228
94802026-01-27T19:54:17.756Z Fresh libm v0.2.8
94812026-01-27T19:54:17.756Z Fresh zeroize_derive v1.4.2
94822026-01-27T19:54:17.756Z Fresh synstructure v0.13.1
94832026-01-27T19:54:17.756Z Fresh serde v1.0.228
94842026-01-27T19:54:17.756Z Fresh num-traits v0.2.19
94852026-01-27T19:54:17.756Z Fresh zeroize v1.8.1
94862026-01-27T19:54:17.756Z Fresh zmij v1.0.15
94872026-01-27T19:54:17.756Z Fresh critical-section v1.1.3
94882026-01-27T19:54:17.756Z Fresh zerofrom-derive v0.1.4
94892026-01-27T19:54:17.756Z Fresh bitflags v2.9.4
94902026-01-27T19:54:17.756Z Fresh bytes v1.10.1
94912026-01-27T19:54:17.756Z Fresh serde_json v1.0.149
94922026-01-27T19:54:17.756Z Fresh portable-atomic v1.11.0
94932026-01-27T19:54:17.756Z Fresh zerofrom v0.1.4
94942026-01-27T19:54:17.756Z Fresh yoke-derive v0.7.4
94952026-01-27T19:54:17.756Z Fresh zerovec-derive v0.10.3
94962026-01-27T19:54:17.756Z Fresh getrandom v0.3.4
94972026-01-27T19:54:17.756Z Fresh once_cell v1.21.3
94982026-01-27T19:54:17.756Z Fresh yoke v0.7.4
94992026-01-27T19:54:17.756Z Fresh displaydoc v0.2.5
95002026-01-27T19:54:17.756Z Fresh percent-encoding v2.3.2
95012026-01-27T19:54:17.756Z Fresh writeable v0.5.5
95022026-01-27T19:54:17.756Z Fresh litemap v0.7.3
95032026-01-27T19:54:17.756Z Fresh icu_provider_macros v1.5.0
95042026-01-27T19:54:17.756Z Fresh zerovec v0.10.4
95052026-01-27T19:54:17.756Z Fresh rand_core v0.6.4
95062026-01-27T19:54:17.756Z Fresh icu_locid_transform_data v1.5.0
95072026-01-27T19:54:17.756Z Fresh semver v1.0.27
95082026-01-27T19:54:17.756Z Fresh icu_properties_data v1.5.0
95092026-01-27T19:54:17.756Z Fresh allocator-api2 v0.2.21
95102026-01-27T19:54:17.756Z Fresh errno v0.3.12
95112026-01-27T19:54:17.756Z Fresh icu_normalizer_data v1.5.0
95122026-01-27T19:54:17.760Z Fresh tinystr v0.7.6
95132026-01-27T19:54:17.760Z Fresh icu_collections v1.5.0
95142026-01-27T19:54:17.760Z Fresh pin-project-lite v0.2.14
95152026-01-27T19:54:17.760Z Fresh utf16_iter v1.0.5
95162026-01-27T19:54:17.760Z Fresh utf8_iter v1.0.4
95172026-01-27T19:54:17.760Z Fresh write16 v1.0.0
95182026-01-27T19:54:17.760Z Fresh byteorder v1.5.0
95192026-01-27T19:54:17.760Z Fresh shlex v1.3.0
95202026-01-27T19:54:17.760Z Fresh icu_locid v1.5.0
95212026-01-27T19:54:17.760Z Fresh form_urlencoded v1.2.2
95222026-01-27T19:54:17.760Z Fresh regex-syntax v0.8.5
95232026-01-27T19:54:17.760Z Fresh jobserver v0.1.32
95242026-01-27T19:54:17.760Z Fresh subtle v2.6.1
95252026-01-27T19:54:17.760Z Fresh equivalent v1.0.2
95262026-01-27T19:54:17.760Z Fresh heck v0.5.0
95272026-01-27T19:54:17.761Z Fresh icu_provider v1.5.0
95282026-01-27T19:54:17.761Z Fresh cc v1.2.30
95292026-01-27T19:54:17.761Z Fresh aho-corasick v1.1.3
95302026-01-27T19:54:17.761Z Fresh signal-hook-registry v1.4.2
95312026-01-27T19:54:17.761Z Fresh icu_locid_transform v1.5.0
95322026-01-27T19:54:17.761Z Fresh parking_lot_core v0.9.10
95332026-01-27T19:54:17.761Z Fresh regex-automata v0.4.11
95342026-01-27T19:54:17.761Z Fresh fnv v1.0.7
95352026-01-27T19:54:17.761Z Fresh futures-core v0.3.31
95362026-01-27T19:54:17.761Z Fresh icu_properties v1.5.1
95372026-01-27T19:54:17.761Z Fresh parking_lot v0.12.3
95382026-01-27T19:54:17.761Z Fresh typenum v1.17.0
95392026-01-27T19:54:17.761Z Fresh rustix v0.38.37
95402026-01-27T19:54:17.761Z Fresh mio v1.0.2
95412026-01-27T19:54:17.761Z Fresh thiserror-impl v2.0.17
95422026-01-27T19:54:17.761Z Fresh iana-time-zone v0.1.63
95432026-01-27T19:54:17.761Z Fresh icu_normalizer v1.5.0
95442026-01-27T19:54:17.761Z Fresh generic-array v0.14.7
95452026-01-27T19:54:17.761Z Fresh chrono v0.4.42
95462026-01-27T19:54:17.761Z Fresh regex v1.11.3
95472026-01-27T19:54:17.761Z Fresh either v1.15.0
95482026-01-27T19:54:17.761Z Fresh tokio-macros v2.6.0
95492026-01-27T19:54:17.761Z Fresh socket2 v0.6.1
95502026-01-27T19:54:17.761Z Fresh idna_adapter v1.2.0
95512026-01-27T19:54:17.761Z Fresh crypto-common v0.1.6
95522026-01-27T19:54:17.761Z Fresh thiserror v2.0.17
95532026-01-27T19:54:17.761Z Fresh tokio v1.48.0
95542026-01-27T19:54:17.761Z Fresh hashbrown v0.16.1
95552026-01-27T19:54:17.761Z Fresh uuid v1.19.0
95562026-01-27T19:54:17.761Z Fresh spin v0.9.8
95572026-01-27T19:54:17.761Z Fresh idna v1.0.3
95582026-01-27T19:54:17.761Z Fresh indexmap v2.12.1
95592026-01-27T19:54:17.761Z Fresh zerocopy-derive v0.7.35
95602026-01-27T19:54:17.761Z Fresh thiserror-impl v1.0.69
95612026-01-27T19:54:17.761Z Fresh const-oid v0.9.6
95622026-01-27T19:54:17.761Z Fresh futures-io v0.3.31
95632026-01-27T19:54:17.761Z Fresh lazy_static v1.5.0
95642026-01-27T19:54:17.765Z Fresh url v2.5.4
95652026-01-27T19:54:17.765Z Fresh thiserror v1.0.69
95662026-01-27T19:54:17.765Z Fresh zerocopy v0.7.35
95672026-01-27T19:54:17.765Z Fresh serde_derive_internals v0.29.1
95682026-01-27T19:54:17.765Z Fresh dyn-clone v1.0.20
95692026-01-27T19:54:17.765Z Fresh block-buffer v0.10.4
95702026-01-27T19:54:17.765Z Fresh schemars_derive v0.8.22
95712026-01-27T19:54:17.765Z Fresh pkg-config v0.3.31
95722026-01-27T19:54:17.765Z Fresh digest v0.10.7
95732026-01-27T19:54:17.765Z Fresh strsim v0.11.1
95742026-01-27T19:54:17.765Z Fresh schemars v0.8.22
95752026-01-27T19:54:17.765Z Fresh slab v0.4.9
95762026-01-27T19:54:17.765Z Fresh cpufeatures v0.2.14
95772026-01-27T19:54:17.765Z Fresh futures-sink v0.3.31
95782026-01-27T19:54:17.765Z Fresh pin-utils v0.1.0
95792026-01-27T19:54:17.765Z Fresh futures-macro v0.3.31
95802026-01-27T19:54:17.765Z Fresh rustversion v1.0.22
95812026-01-27T19:54:17.766Z Fresh syn v1.0.109
95822026-01-27T19:54:17.766Z Fresh futures-channel v0.3.31
95832026-01-27T19:54:17.766Z Fresh futures-task v0.3.31
95842026-01-27T19:54:17.766Z Fresh ppv-lite86 v0.2.20
95852026-01-27T19:54:17.766Z Fresh foldhash v0.1.5
95862026-01-27T19:54:17.766Z Fresh adler2 v2.0.0
95872026-01-27T19:54:17.766Z Fresh tracing-core v0.1.32
95882026-01-27T19:54:17.766Z Fresh futures-util v0.3.31
95892026-01-27T19:54:17.766Z Fresh hashbrown v0.15.4
95902026-01-27T19:54:17.766Z Fresh miniz_oxide v0.8.5
95912026-01-27T19:54:17.766Z Fresh tracing-attributes v0.1.27
95922026-01-27T19:54:17.766Z Fresh glob v0.3.2
95932026-01-27T19:54:17.766Z Fresh http v1.4.0
95942026-01-27T19:54:17.766Z Fresh minimal-lexical v0.2.1
95952026-01-27T19:54:17.766Z Fresh tracing v0.1.40
95962026-01-27T19:54:17.766Z Fresh gimli v0.31.1
95972026-01-27T19:54:17.766Z Fresh nom v7.1.3
95982026-01-27T19:54:17.766Z Fresh object v0.36.5
95992026-01-27T19:54:17.766Z Fresh rustc-demangle v0.1.24
96002026-01-27T19:54:17.766Z Fresh addr2line v0.24.2
96012026-01-27T19:54:17.766Z Fresh crossbeam-utils v0.8.21
96022026-01-27T19:54:17.766Z Fresh serde_tokenstream v0.2.2
96032026-01-27T19:54:17.766Z Fresh libloading v0.8.5
96042026-01-27T19:54:17.766Z Fresh cexpr v0.6.0
96052026-01-27T19:54:17.766Z Fresh backtrace v0.3.74
96062026-01-27T19:54:17.766Z Fresh clang-sys v1.8.1
96072026-01-27T19:54:17.766Z Fresh prettyplease v0.2.36
96082026-01-27T19:54:17.766Z Fresh block-padding v0.3.3
96092026-01-27T19:54:17.766Z Fresh num-conv v0.1.0
96102026-01-27T19:54:17.766Z Fresh base64 v0.22.1
96112026-01-27T19:54:17.766Z Fresh powerfmt v0.2.0
96122026-01-27T19:54:17.766Z Fresh paste v1.0.15
96132026-01-27T19:54:17.766Z Fresh base64ct v1.6.0
96142026-01-27T19:54:17.766Z Fresh time-core v0.1.6
96152026-01-27T19:54:17.766Z Fresh vcpkg v0.2.15
96162026-01-27T19:54:17.766Z Fresh home v0.5.9
96172026-01-27T19:54:17.766Z Fresh deranged v0.5.3
96182026-01-27T19:54:17.766Z Fresh inout v0.1.3
96192026-01-27T19:54:17.770Z Fresh time-macros v0.2.24
96202026-01-27T19:54:17.770Z Fresh num_threads v0.1.7
96212026-01-27T19:54:17.770Z Fresh cipher v0.4.4
96222026-01-27T19:54:17.770Z Fresh ipnet v2.11.0
96232026-01-27T19:54:17.770Z Fresh itertools v0.12.1
96242026-01-27T19:54:17.770Z Fresh time v0.3.43
96252026-01-27T19:54:17.770Z Fresh zerocopy-derive v0.8.27
96262026-01-27T19:54:17.770Z Fresh utf8parse v0.2.2
96272026-01-27T19:54:17.770Z Fresh which v4.4.2
96282026-01-27T19:54:17.770Z Fresh tokio-util v0.7.15
96292026-01-27T19:54:17.770Z Fresh zerocopy v0.8.27
96302026-01-27T19:54:17.770Z Fresh anyhow v1.0.99
96312026-01-27T19:54:17.770Z Fresh atomic-waker v1.1.2
96322026-01-27T19:54:17.770Z Fresh lazycell v1.3.0
96332026-01-27T19:54:17.770Z Fresh rustc-hash v1.1.0
96342026-01-27T19:54:17.770Z Fresh ident_case v1.0.1
96352026-01-27T19:54:17.770Z Fresh bindgen v0.69.5
96362026-01-27T19:54:17.770Z Fresh pem-rfc7468 v0.7.0
96372026-01-27T19:54:17.770Z Fresh sha2 v0.10.9
96382026-01-27T19:54:17.771Z Fresh hmac v0.12.1
96392026-01-27T19:54:17.771Z Fresh cmake v0.1.51
96402026-01-27T19:54:17.771Z Fresh fs_extra v1.3.0
96412026-01-27T19:54:17.771Z Fresh dunce v1.0.5
96422026-01-27T19:54:17.771Z Fresh untrusted v0.9.0
96432026-01-27T19:54:17.771Z Fresh httparse v1.9.5
96442026-01-27T19:54:17.771Z Fresh rand_chacha v0.3.1
96452026-01-27T19:54:17.771Z Fresh anstyle v1.0.11
96462026-01-27T19:54:17.771Z Fresh fastrand v2.1.1
96472026-01-27T19:54:17.771Z Fresh der_derive v0.7.3
96482026-01-27T19:54:17.771Z Fresh flagset v0.4.6
96492026-01-27T19:54:17.771Z Fresh ring v0.17.14
96502026-01-27T19:54:17.771Z Fresh rand v0.8.5
96512026-01-27T19:54:17.771Z Fresh der v0.7.10
96522026-01-27T19:54:17.771Z Fresh anstyle-parse v0.2.5
96532026-01-27T19:54:17.771Z Fresh is_terminal_polyfill v1.70.1
96542026-01-27T19:54:17.771Z Fresh anstyle-query v1.1.1
96552026-01-27T19:54:17.771Z Fresh ryu v1.0.18
96562026-01-27T19:54:17.771Z Fresh rustls-pki-types v1.10.0
96572026-01-27T19:54:17.771Z Fresh colorchoice v1.0.2
96582026-01-27T19:54:17.771Z Fresh http-body v1.0.1
96592026-01-27T19:54:17.771Z Fresh aws-lc-sys v0.26.0
96602026-01-27T19:54:17.771Z Fresh terminal_size v0.4.0
96612026-01-27T19:54:17.771Z Fresh httpdate v1.0.3
96622026-01-27T19:54:17.771Z Fresh anstream v0.6.18
96632026-01-27T19:54:17.771Z Fresh untrusted v0.7.1
96642026-01-27T19:54:17.771Z Fresh unicode-segmentation v1.12.0
96652026-01-27T19:54:17.771Z Fresh try-lock v0.2.5
96662026-01-27T19:54:17.771Z Fresh h2 v0.4.6
96672026-01-27T19:54:17.771Z Fresh tower-service v0.3.3
96682026-01-27T19:54:17.771Z Fresh clap_lex v0.7.4
96692026-01-27T19:54:17.771Z Fresh want v0.3.1
96702026-01-27T19:54:17.771Z Fresh aws-lc-rs v1.12.4
96712026-01-27T19:54:17.771Z Fresh tower-layer v0.3.3
96722026-01-27T19:54:17.771Z Fresh clap_builder v4.5.48
96732026-01-27T19:54:17.771Z Fresh spki v0.7.3
96742026-01-27T19:54:17.771Z Fresh pbkdf2 v0.12.2
96752026-01-27T19:54:17.771Z Fresh aes v0.8.4
96762026-01-27T19:54:17.772Z Fresh rustls-webpki v0.102.8
96772026-01-27T19:54:17.772Z Fresh hyper v1.8.1
96782026-01-27T19:54:17.777Z Fresh clap_derive v4.5.47
96792026-01-27T19:54:17.777Z Fresh rand_core v0.9.3
96802026-01-27T19:54:17.777Z Fresh toml_datetime v0.6.11
96812026-01-27T19:54:17.777Z Fresh serde_spanned v0.6.9
96822026-01-27T19:54:17.777Z Fresh cbc v0.1.2
96832026-01-27T19:54:17.777Z Fresh clap v4.5.48
96842026-01-27T19:54:17.777Z Fresh salsa20 v0.10.2
96852026-01-27T19:54:17.777Z Fresh rustc_version v0.4.1
96862026-01-27T19:54:17.777Z Fresh erased-serde v0.3.31
96872026-01-27T19:54:17.777Z Fresh async-trait v0.1.89
96882026-01-27T19:54:17.777Z Fresh mime v0.3.17
96892026-01-27T19:54:17.777Z Fresh slog v2.8.2
96902026-01-27T19:54:17.777Z Fresh scrypt v0.11.0
96912026-01-27T19:54:17.777Z Fresh hyper-util v0.1.19
96922026-01-27T19:54:17.777Z Fresh ucd-trie v0.1.7
96932026-01-27T19:54:17.777Z Fresh rand_chacha v0.9.0
96942026-01-27T19:54:17.777Z Fresh http-body-util v0.1.3
96952026-01-27T19:54:17.777Z Fresh pkcs5 v0.7.1
96962026-01-27T19:54:17.778Z Fresh camino v1.2.1
96972026-01-27T19:54:17.778Z Fresh pest v2.8.2
96982026-01-27T19:54:17.778Z Fresh foreign-types-shared v0.1.1
96992026-01-27T19:54:17.778Z Fresh openssl-probe v0.1.5
97002026-01-27T19:54:17.778Z Fresh rand v0.9.2
97012026-01-27T19:54:17.778Z Fresh rustix v1.1.3
97022026-01-27T19:54:17.778Z Fresh pest_meta v2.8.2
97032026-01-27T19:54:17.778Z Fresh pkcs8 v0.10.2
97042026-01-27T19:54:17.778Z Fresh foreign-types v0.3.2
97052026-01-27T19:54:17.778Z Fresh openssl-sys v0.9.109
97062026-01-27T19:54:17.778Z Fresh openssl-macros v0.1.1
97072026-01-27T19:54:17.778Z Fresh plain v0.2.3
97082026-01-27T19:54:17.778Z Fresh pest_generator v2.8.2
97092026-01-27T19:54:17.778Z Fresh openssl v0.10.73
97102026-01-27T19:54:17.778Z Fresh serde_urlencoded v0.7.1
97112026-01-27T19:54:17.778Z Fresh encoding_rs v0.8.34
97122026-01-27T19:54:17.778Z Fresh tempfile v3.24.0
97132026-01-27T19:54:17.778Z Fresh rustls v0.23.19
97142026-01-27T19:54:17.778Z Fresh pest_derive v2.8.2
97152026-01-27T19:54:17.778Z Fresh ipnetwork v0.21.1
97162026-01-27T19:54:17.778Z Fresh pretty-hex v0.4.1
97172026-01-27T19:54:17.778Z Fresh litrs v0.4.1
97182026-01-27T19:54:17.778Z Fresh openapiv3 v2.2.0
97192026-01-27T19:54:17.778Z Fresh native-tls v0.2.12
97202026-01-27T19:54:17.778Z Fresh tokio-rustls v0.26.0
97212026-01-27T19:54:17.778Z Fresh document-features v0.2.11
97222026-01-27T19:54:17.778Z Fresh sync_wrapper v1.0.1
97232026-01-27T19:54:17.778Z Fresh hex v0.4.3
97242026-01-27T19:54:17.778Z Fresh psl-types v2.0.11
97252026-01-27T19:54:17.778Z Fresh rustls-native-certs v0.8.1
97262026-01-27T19:54:17.778Z Fresh tokio-native-tls v0.3.1
97272026-01-27T19:54:17.778Z Fresh tower v0.5.2
97282026-01-27T19:54:17.778Z Fresh publicsuffix v2.3.0
97292026-01-27T19:54:17.778Z Fresh cookie v0.18.1
97302026-01-27T19:54:17.778Z Fresh webpki-roots v1.0.1
97312026-01-27T19:54:17.778Z Fresh iri-string v0.7.8
97322026-01-27T19:54:17.778Z Fresh signature v2.2.0
97332026-01-27T19:54:17.778Z Fresh winnow v0.5.40
97342026-01-27T19:54:17.778Z Fresh tower-http v0.6.6
97352026-01-27T19:54:17.779Z Fresh hyper-rustls v0.27.7
97362026-01-27T19:54:17.779Z Fresh cookie_store v0.21.1
97372026-01-27T19:54:17.779Z Fresh hyper-tls v0.6.0
97382026-01-27T19:54:17.779Z Fresh data-encoding v2.9.0
97392026-01-27T19:54:17.779Z Fresh winnow v0.7.13
97402026-01-27T19:54:17.779Z Fresh toml_edit v0.19.15
97412026-01-27T19:54:17.779Z Fresh darling_core v0.20.10
97422026-01-27T19:54:17.779Z Fresh reqwest v0.12.24
97432026-01-27T19:54:17.779Z Fresh sha1 v0.10.6
97442026-01-27T19:54:17.779Z Fresh quick-error v1.2.3
97452026-01-27T19:54:17.779Z Fresh tinyvec_macros v0.1.1
97462026-01-27T19:54:17.779Z Fresh darling_macro v0.20.10
97472026-01-27T19:54:17.779Z Fresh darling_core v0.21.0
97482026-01-27T19:54:17.779Z Fresh num-integer v0.1.46
97492026-01-27T19:54:17.779Z Fresh oxnet v0.1.4
97502026-01-27T19:54:17.779Z Fresh tinyvec v1.8.0
97512026-01-27T19:54:17.779Z Fresh darling_macro v0.21.0
97522026-01-27T19:54:17.779Z Fresh darling v0.20.10
97532026-01-27T19:54:17.779Z Fresh strum_macros v0.26.4
97542026-01-27T19:54:17.779Z Fresh scroll_derive v0.12.0
97552026-01-27T19:54:17.779Z Fresh bit-vec v0.8.0
97562026-01-27T19:54:17.779Z Fresh hubpack_derive v0.1.1
97572026-01-27T19:54:17.779Z Fresh strum v0.26.3
97582026-01-27T19:54:17.779Z Fresh darling v0.21.0
97592026-01-27T19:54:17.779Z Fresh scroll v0.12.0
97602026-01-27T19:54:17.779Z Fresh bit-set v0.8.0
97612026-01-27T19:54:17.779Z Fresh wait-timeout v0.2.0
97622026-01-27T19:54:17.779Z Fresh static_assertions v1.1.0
97632026-01-27T19:54:17.779Z Fresh base16ct v0.2.0
97642026-01-27T19:54:17.779Z Fresh ahash v0.8.12
97652026-01-27T19:54:17.779Z Fresh sec1 v0.7.3
97662026-01-27T19:54:17.779Z Fresh goblin v0.8.2
97672026-01-27T19:54:17.779Z Fresh hubpack v0.1.2
97682026-01-27T19:54:17.779Z Fresh num-iter v0.1.45
97692026-01-27T19:54:17.779Z Fresh ff v0.13.0
97702026-01-27T19:54:17.779Z Fresh crc32fast v1.4.2
97712026-01-27T19:54:17.779Z Fresh group v0.13.0
97722026-01-27T19:54:17.779Z Fresh dof v0.3.0
97732026-01-27T19:54:17.779Z Fresh rusty-fork v0.3.0
97742026-01-27T19:54:17.780Z Fresh dtrace-parser v0.2.0
97752026-01-27T19:54:17.780Z Fresh rand_xorshift v0.4.0
97762026-01-27T19:54:17.780Z Fresh hkdf v0.12.4
97772026-01-27T19:54:17.783Z Fresh crossbeam-epoch v0.9.18
97782026-01-27T19:54:17.783Z Fresh crypto-bigint v0.5.5
97792026-01-27T19:54:17.783Z Fresh bstr v1.10.0
97802026-01-27T19:54:17.783Z Fresh scroll_derive v0.13.1
97812026-01-27T19:54:17.783Z Fresh thread-id v4.2.2
97822026-01-27T19:54:17.783Z Fresh unarray v0.1.4
97832026-01-27T19:54:17.783Z Fresh pkcs1 v0.7.5
97842026-01-27T19:54:17.783Z Fresh usdt-impl v0.5.0
97852026-01-27T19:54:17.783Z Fresh proptest v1.7.0
97862026-01-27T19:54:17.784Z Fresh num-bigint-dig v0.8.6
97872026-01-27T19:54:17.784Z Fresh scroll v0.13.0
97882026-01-27T19:54:17.784Z Fresh elliptic-curve v0.13.8
97892026-01-27T19:54:17.784Z Fresh heck v0.4.1
97902026-01-27T19:54:17.784Z Fresh itertools v0.13.0
97912026-01-27T19:54:17.784Z Fresh toml_write v0.1.2
97922026-01-27T19:54:17.784Z Fresh zlib-rs v0.5.1
97932026-01-27T19:54:17.784Z Fresh goblin v0.10.2
97942026-01-27T19:54:17.784Z Fresh toml_edit v0.22.27
97952026-01-27T19:54:17.784Z Fresh rsa v0.9.8
97962026-01-27T19:54:17.784Z Fresh x509-cert v0.2.5
97972026-01-27T19:54:17.784Z Fresh libz-rs-sys v0.5.1
97982026-01-27T19:54:17.784Z Fresh bitflags v1.3.2
97992026-01-27T19:54:17.784Z Fresh dof v0.4.0
98002026-01-27T19:54:17.784Z Fresh newtype-uuid v1.3.2
98012026-01-27T19:54:17.784Z Fresh derive_builder_core v0.20.2
98022026-01-27T19:54:17.784Z Fresh flate2 v1.1.2
98032026-01-27T19:54:17.784Z Fresh dtrace-parser v0.3.0
98042026-01-27T19:54:17.784Z Fresh rfc6979 v0.4.0
98052026-01-27T19:54:17.784Z Fresh curve25519-dalek-derive v0.1.1
98062026-01-27T19:54:17.784Z Fresh daft-derive v0.1.4
98072026-01-27T19:54:17.784Z Fresh thread-id v5.0.0
98082026-01-27T19:54:17.784Z Fresh siphasher v0.3.11
98092026-01-27T19:54:17.784Z Fresh bzip2-sys v0.1.13+1.0.8
98102026-01-27T19:54:17.784Z Fresh phf_shared v0.11.2
98112026-01-27T19:54:17.784Z Fresh ecdsa v0.16.9
98122026-01-27T19:54:17.784Z Fresh curve25519-dalek v4.1.3
98132026-01-27T19:54:17.784Z Fresh usdt-impl v0.6.0
98142026-01-27T19:54:17.784Z Fresh daft v0.1.4
98152026-01-27T19:54:17.784Z Fresh derive_builder_macro v0.20.2
98162026-01-27T19:54:17.784Z Fresh toml v0.7.8
98172026-01-27T19:54:17.784Z Fresh env_filter v0.1.2
98182026-01-27T19:54:17.784Z Fresh memmap2 v0.9.8
98192026-01-27T19:54:17.784Z Fresh cfg_aliases v0.2.1
98202026-01-27T19:54:17.784Z Fresh env_logger v0.11.8
98212026-01-27T19:54:17.784Z Fresh derive_builder v0.20.2
98222026-01-27T19:54:17.784Z Fresh unicode-normalization v0.1.24
98232026-01-27T19:54:17.784Z Fresh ed25519 v2.2.3
98242026-01-27T19:54:17.784Z Fresh enum-as-inner v0.6.1
98252026-01-27T19:54:17.785Z Fresh managed v0.8.0
98262026-01-27T19:54:17.785Z Fresh keccak v0.1.5
98272026-01-27T19:54:17.785Z Fresh memoffset v0.9.1
98282026-01-27T19:54:17.785Z Fresh sha3 v0.10.8
98292026-01-27T19:54:17.785Z Fresh signal-hook v0.3.18
98302026-01-27T19:54:17.785Z Fresh ed25519-dalek v2.1.1
98312026-01-27T19:54:17.785Z Fresh usdt-macro v0.6.0
98322026-01-27T19:54:17.785Z Fresh usdt-attr-macro v0.6.0
98332026-01-27T19:54:17.785Z Fresh serde_with_macros v3.16.1
98342026-01-27T19:54:17.785Z Fresh itertools v0.10.5
98352026-01-27T19:54:17.785Z Fresh cargo-platform v0.1.8
98362026-01-27T19:54:17.785Z Fresh ref-cast-impl v1.0.25
98372026-01-27T19:54:17.785Z Fresh precomputed-hash v0.1.1
98382026-01-27T19:54:17.785Z Fresh new_debug_unreachable v1.0.6
98392026-01-27T19:54:17.785Z Fresh rustc-hash v2.1.1
98402026-01-27T19:54:17.785Z Fresh fixedbitset v0.4.2
98412026-01-27T19:54:17.785Z Fresh serde_with v3.16.1
98422026-01-27T19:54:17.785Z Fresh ref-cast v1.0.25
98432026-01-27T19:54:17.785Z Fresh cargo_metadata v0.19.2
98442026-01-27T19:54:17.785Z Fresh usdt v0.6.0
98452026-01-27T19:54:17.785Z Fresh string_cache v0.8.9
98462026-01-27T19:54:17.785Z Fresh petgraph v0.6.5
98472026-01-27T19:54:17.785Z Fresh vergen-lib v0.1.6
98482026-01-27T19:54:17.785Z Fresh bzip2 v0.4.4
98492026-01-27T19:54:17.785Z Fresh signal-hook-mio v0.2.4
98502026-01-27T19:54:17.785Z Fresh zstd-sys v2.0.14+zstd.1.5.7
98512026-01-27T19:54:17.785Z Fresh lalrpop-util v0.19.12
98522026-01-27T19:54:17.785Z Fresh zip v0.6.6
98532026-01-27T19:54:17.785Z Fresh vergen v9.0.6
98542026-01-27T19:54:17.785Z Fresh hash32 v0.2.1
98552026-01-27T19:54:17.785Z Fresh serde-big-array v0.5.1
98562026-01-27T19:54:17.785Z Fresh socket2 v0.5.10
98572026-01-27T19:54:17.785Z Fresh zstd-safe v7.2.3
98582026-01-27T19:54:17.785Z Fresh winnow v0.6.26
98592026-01-27T19:54:17.785Z Fresh unicode-properties v0.1.3
98602026-01-27T19:54:17.785Z Fresh predicates-core v1.0.8
98612026-01-27T19:54:17.785Z Fresh simd-adler32 v0.3.7
98622026-01-27T19:54:17.785Z Fresh bumpalo v3.16.0
98632026-01-27T19:54:17.785Z Fresh unicode-bidi v0.3.17
98642026-01-27T19:54:17.786Z Fresh lockfree-object-pool v0.1.6
98652026-01-27T19:54:17.786Z Fresh zstd v0.13.3
98662026-01-27T19:54:17.786Z Fresh heapless v0.7.17
98672026-01-27T19:54:17.786Z Fresh crossterm v0.28.1
98682026-01-27T19:54:17.786Z Fresh zopfli v0.8.1
98692026-01-27T19:54:17.786Z Fresh stringprep v0.1.5
98702026-01-27T19:54:17.786Z Fresh hickory-proto v0.25.2
98712026-01-27T19:54:17.786Z Fresh bzip2 v0.5.2
98722026-01-27T19:54:17.790Z Fresh similar v2.7.0
98732026-01-27T19:54:17.790Z Fresh tokio-stream v0.1.17
98742026-01-27T19:54:17.790Z Fresh md-5 v0.10.6
98752026-01-27T19:54:17.790Z Fresh strum_macros v0.27.2
98762026-01-27T19:54:17.790Z Fresh float-cmp v0.10.0
98772026-01-27T19:54:17.790Z Fresh fallible-iterator v0.2.0
98782026-01-27T19:54:17.790Z Fresh normalize-line-endings v0.3.0
98792026-01-27T19:54:17.790Z Fresh foldhash v0.2.0
98802026-01-27T19:54:17.790Z Fresh difflib v0.4.0
98812026-01-27T19:54:17.790Z Fresh jiff v0.2.15
98822026-01-27T19:54:17.790Z Fresh strum v0.27.2
98832026-01-27T19:54:17.790Z Fresh nix v0.29.0
98842026-01-27T19:54:17.790Z Fresh zip v4.2.0
98852026-01-27T19:54:17.790Z Fresh postgres-protocol v0.6.8
98862026-01-27T19:54:17.790Z Fresh iddqd v0.3.16
98872026-01-27T19:54:17.790Z Fresh predicates v3.1.3
98882026-01-27T19:54:17.790Z Fresh smoltcp v0.9.1
98892026-01-27T19:54:17.790Z Fresh buf-list v1.0.3
98902026-01-27T19:54:17.790Z Fresh serde_repr v0.1.19
98912026-01-27T19:54:17.790Z Fresh fixedbitset v0.5.7
98922026-01-27T19:54:17.790Z Fresh peg-runtime v0.8.5
98932026-01-27T19:54:17.790Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98942026-01-27T19:54:17.790Z Fresh postgres-types v0.2.9
98952026-01-27T19:54:17.790Z Fresh phf v0.11.2
98962026-01-27T19:54:17.790Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98972026-01-27T19:54:17.790Z Fresh whoami v1.5.2
98982026-01-27T19:54:17.790Z Fresh petgraph v0.8.2
98992026-01-27T19:54:17.790Z Fresh fs-err v3.1.1
99002026-01-27T19:54:17.790Z Fresh tokio-postgres v0.7.13
99012026-01-27T19:54:17.790Z Fresh futures-executor v0.3.31
99022026-01-27T19:54:17.790Z Fresh is-terminal v0.4.13
99032026-01-27T19:54:17.790Z Fresh regress v0.10.4
99042026-01-27T19:54:17.790Z Fresh crossbeam-channel v0.5.15
99052026-01-27T19:54:17.790Z Fresh thread_local v1.1.8
99062026-01-27T19:54:17.790Z Fresh futures v0.3.31
99072026-01-27T19:54:17.790Z Fresh unsafe-libyaml v0.2.11
99082026-01-27T19:54:17.790Z Fresh typify-impl v0.4.3
99092026-01-27T19:54:17.790Z Fresh take_mut v0.2.2
99102026-01-27T19:54:17.791Z Fresh term v1.1.0
99112026-01-27T19:54:17.791Z Fresh match_cfg v0.1.0
99122026-01-27T19:54:17.791Z Fresh serde_yaml v0.9.34+deprecated
99132026-01-27T19:54:17.791Z Fresh slog-term v2.9.2
99142026-01-27T19:54:17.791Z Fresh typify-macro v0.4.3
99152026-01-27T19:54:17.791Z Fresh hostname v0.3.1
99162026-01-27T19:54:17.791Z Fresh newtype-uuid-macros v0.1.0
99172026-01-27T19:54:17.791Z Fresh debug-ignore v1.0.5
99182026-01-27T19:54:17.791Z Fresh slog-async v2.8.0
99192026-01-27T19:54:17.791Z Fresh typify v0.4.3
99202026-01-27T19:54:17.791Z Fresh structmeta-derive v0.3.0
99212026-01-27T19:54:17.791Z Fresh unicode-width v0.1.14
99222026-01-27T19:54:17.791Z Fresh toml_parser v1.0.4
99232026-01-27T19:54:17.791Z Fresh structmeta v0.3.0
99242026-01-27T19:54:17.791Z Fresh serde_spanned v1.0.3
99252026-01-27T19:54:17.791Z Fresh serde_path_to_error v0.1.20
99262026-01-27T19:54:17.791Z Fresh toml_datetime v0.7.3
99272026-01-27T19:54:17.791Z Fresh toml_writer v1.0.4
99282026-01-27T19:54:17.791Z Fresh slog-json v2.6.1
99292026-01-27T19:54:17.791Z Fresh rustls v0.22.4
99302026-01-27T19:54:17.791Z Fresh toml v0.9.8
99312026-01-27T19:54:17.791Z Fresh async-stream-impl v0.3.6
99322026-01-27T19:54:17.791Z Fresh slog-bunyan v2.5.0
99332026-01-27T19:54:17.791Z Fresh progenitor-client v0.10.0
99342026-01-27T19:54:17.791Z Fresh rustls-pemfile v2.2.0
99352026-01-27T19:54:17.791Z Fresh tokio-rustls v0.25.0
99362026-01-27T19:54:17.791Z Fresh async-stream v0.3.6
99372026-01-27T19:54:17.791Z Fresh multer v3.1.0
99382026-01-27T19:54:17.791Z Fresh waitgroup v0.1.2
99392026-01-27T19:54:17.791Z Fresh dropshot_endpoint v0.16.6
99402026-01-27T19:54:17.791Z Fresh hostname v0.4.2
99412026-01-27T19:54:17.791Z Fresh derive-ex v0.1.8
99422026-01-27T19:54:17.791Z Fresh dropshot v0.16.6
99432026-01-27T19:54:17.791Z Fresh test-strategy v0.4.3
99442026-01-27T19:54:17.791Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
99452026-01-27T19:54:17.791Z Fresh itertools v0.14.0
99462026-01-27T19:54:17.791Z Fresh tabwriter v1.4.0
99472026-01-27T19:54:17.791Z Fresh macaddr v1.0.1
99482026-01-27T19:54:17.791Z Fresh instant v0.1.13
99492026-01-27T19:54:17.792Z Fresh progenitor-impl v0.11.2
99502026-01-27T19:54:17.792Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
99512026-01-27T19:54:17.792Z Fresh progenitor-macro v0.11.2
99522026-01-27T19:54:17.792Z Fresh progenitor-client v0.11.2
99532026-01-27T19:54:17.792Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99542026-01-27T19:54:17.792Z Fresh parse-display-derive v0.10.0
99552026-01-27T19:54:17.792Z Fresh backoff v0.4.0
99562026-01-27T19:54:17.792Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
99572026-01-27T19:54:17.792Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99582026-01-27T19:54:17.792Z Fresh progenitor v0.11.2
99592026-01-27T19:54:17.792Z Fresh parse-display v0.10.0
99602026-01-27T19:54:17.792Z Fresh colored v3.0.0
99612026-01-27T19:54:17.792Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99622026-01-27T19:54:17.792Z Fresh camino-tempfile v1.4.1
99632026-01-27T19:54:17.792Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
99642026-01-27T19:54:17.792Z Fresh toml v0.8.23
99652026-01-27T19:54:17.792Z Fresh crossbeam-deque v0.8.5
99662026-01-27T19:54:17.792Z Fresh proc-macro-crate v1.3.1
99672026-01-27T19:54:17.792Z Fresh proc-macro-error-attr v1.0.4
99682026-01-27T19:54:17.792Z Fresh num_enum_derive v0.5.11
99692026-01-27T19:54:17.792Z Fresh proc-macro-error v1.0.4
99702026-01-27T19:54:17.792Z Fresh rayon-core v1.12.1
99712026-01-27T19:54:17.792Z Fresh crucible-workspace-hack v0.1.0
99722026-01-27T19:54:17.796Z Fresh num_enum v0.5.11
99732026-01-27T19:54:17.796Z Fresh ingot-macros v0.1.1
99742026-01-27T19:54:17.796Z Fresh rayon v1.10.0
99752026-01-27T19:54:17.796Z Fresh hash32 v0.3.1
99762026-01-27T19:54:17.796Z Fresh unicode-width v0.2.0
99772026-01-27T19:54:17.796Z Fresh nix v0.30.1
99782026-01-27T19:54:17.796Z Fresh ingot-types v0.1.2
99792026-01-27T19:54:17.796Z Fresh heapless v0.8.0
99802026-01-27T19:54:17.796Z Fresh foreign-types-macros v0.2.3
99812026-01-27T19:54:17.796Z Fresh foreign-types-shared v0.3.1
99822026-01-27T19:54:17.796Z Fresh cobs v0.2.3
99832026-01-27T19:54:17.796Z Fresh ingot v0.1.1
99842026-01-27T19:54:17.796Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99852026-01-27T19:54:17.796Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99862026-01-27T19:54:17.796Z Fresh postcard v1.0.10
99872026-01-27T19:54:17.796Z Fresh smoltcp v0.11.0
99882026-01-27T19:54:17.796Z Fresh foreign-types v0.5.0
99892026-01-27T19:54:17.796Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99902026-01-27T19:54:17.796Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99912026-01-27T19:54:17.796Z Fresh cstr-argument v0.1.2
99922026-01-27T19:54:17.796Z Fresh pretty-hex v0.2.1
99932026-01-27T19:54:17.796Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99942026-01-27T19:54:17.796Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99952026-01-27T19:54:17.796Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99962026-01-27T19:54:17.796Z Fresh colored v2.2.0
99972026-01-27T19:54:17.796Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99982026-01-27T19:54:17.796Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99992026-01-27T19:54:17.796Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
100002026-01-27T19:54:17.797Z Fresh sigpipe v0.1.3
100012026-01-27T19:54:17.797Z Fresh convert_case v0.4.0
100022026-01-27T19:54:17.797Z Fresh zone_cfg_derive v0.3.0
100032026-01-27T19:54:17.797Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100042026-01-27T19:54:17.797Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
100052026-01-27T19:54:17.797Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
100062026-01-27T19:54:17.797Z Fresh derive_more v0.99.20
100072026-01-27T19:54:17.797Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100082026-01-27T19:54:17.797Z Fresh smf v0.2.3
100092026-01-27T19:54:17.797Z Fresh num-derive v0.4.2
100102026-01-27T19:54:17.797Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100112026-01-27T19:54:17.797Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
100122026-01-27T19:54:17.797Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100132026-01-27T19:54:17.797Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100142026-01-27T19:54:17.797Z Fresh zone v0.3.1
100152026-01-27T19:54:17.797Z Fresh progenitor-impl v0.10.0
100162026-01-27T19:54:17.797Z Fresh progenitor-macro v0.10.0
100172026-01-27T19:54:17.797Z Fresh secrecy v0.10.3
100182026-01-27T19:54:17.797Z Fresh indent_write v2.2.0
100192026-01-27T19:54:17.797Z Fresh half v2.4.1
100202026-01-27T19:54:17.797Z Fresh ciborium-io v0.2.2
100212026-01-27T19:54:17.797Z Fresh swrite v0.1.0
100222026-01-27T19:54:17.797Z Fresh progenitor v0.10.0
100232026-01-27T19:54:17.797Z Fresh ciborium-ll v0.2.2
100242026-01-27T19:54:17.797Z Fresh num-rational v0.4.2
100252026-01-27T19:54:17.797Z Fresh universal-hash v0.5.1
100262026-01-27T19:54:17.797Z Fresh num-complex v0.4.6
100272026-01-27T19:54:17.797Z Fresh opaque-debug v0.3.1
100282026-01-27T19:54:17.797Z Fresh float-ord v0.3.2
100292026-01-27T19:54:17.797Z Fresh ciborium v0.2.2
100302026-01-27T19:54:17.797Z Fresh num v0.4.3
100312026-01-27T19:54:17.797Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
100322026-01-27T19:54:17.797Z Fresh aead v0.5.2
100332026-01-27T19:54:17.797Z Fresh poly1305 v0.8.0
100342026-01-27T19:54:17.797Z Fresh chacha20 v0.9.1
100352026-01-27T19:54:17.797Z Fresh password-hash v0.5.0
100362026-01-27T19:54:17.797Z Fresh blake2 v0.10.6
100372026-01-27T19:54:17.797Z Fresh usdt-attr-macro v0.5.0
100382026-01-27T19:54:17.797Z Fresh usdt-macro v0.5.0
100392026-01-27T19:54:17.798Z Fresh memmap v0.7.0
100402026-01-27T19:54:17.798Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100412026-01-27T19:54:17.798Z Fresh thiserror-impl-no-std v2.0.2
100422026-01-27T19:54:17.798Z Fresh argon2 v0.5.3
100432026-01-27T19:54:17.798Z Fresh usdt v0.5.0
100442026-01-27T19:54:17.798Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100452026-01-27T19:54:17.798Z Fresh thiserror-no-std v2.0.2
100462026-01-27T19:54:17.798Z Fresh console v0.15.10
100472026-01-27T19:54:17.798Z Fresh chacha20poly1305 v0.10.1
100482026-01-27T19:54:17.798Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100492026-01-27T19:54:17.798Z Fresh vsss-rs v3.3.4
100502026-01-27T19:54:17.798Z Fresh derive-where v1.5.0
100512026-01-27T19:54:17.798Z Fresh atomicwrites v0.4.4
100522026-01-27T19:54:17.798Z Fresh newline-converter v0.3.0
100532026-01-27T19:54:17.798Z Fresh expectorate v1.2.0
100542026-01-27T19:54:17.798Z Fresh libsw-core v0.3.1
100552026-01-27T19:54:17.798Z Fresh bytecount v0.6.8
100562026-01-27T19:54:17.798Z Fresh linear-map v1.2.0
100572026-01-27T19:54:17.798Z Fresh gethostname v0.5.0
100582026-01-27T19:54:17.798Z Fresh libsw v3.5.0
100592026-01-27T19:54:17.798Z Fresh owo-colors v4.2.2
100602026-01-27T19:54:17.798Z Fresh same-file v1.0.6
100612026-01-27T19:54:17.798Z Fresh unicode-xid v0.2.6
100622026-01-27T19:54:17.798Z Fresh cancel-safe-futures v0.1.5
100632026-01-27T19:54:17.798Z Fresh walkdir v2.5.0
100642026-01-27T19:54:17.798Z Fresh tokio-dtrace v0.1.0
100652026-01-27T19:54:17.798Z Fresh oxide-tokio-rt v0.1.2
100662026-01-27T19:54:17.798Z Fresh async-recursion v1.1.1
100672026-01-27T19:54:17.798Z Fresh globset v0.4.15
100682026-01-27T19:54:17.798Z Fresh smawk v0.3.2
100692026-01-27T19:54:17.798Z Fresh unicode-linebreak v0.1.5
100702026-01-27T19:54:17.798Z Fresh resolv-conf v0.7.0
100712026-01-27T19:54:17.798Z Fresh csv-core v0.1.11
100722026-01-27T19:54:17.802Z Fresh convert_case v0.7.1
100732026-01-27T19:54:17.802Z Fresh csv v1.3.1
100742026-01-27T19:54:17.802Z Fresh slog-dtrace v0.3.0
100752026-01-27T19:54:17.802Z Fresh pin-project-internal v1.1.6
100762026-01-27T19:54:17.802Z Fresh vte_generate_state_changes v0.1.2
100772026-01-27T19:54:17.802Z Fresh termtree v0.5.1
100782026-01-27T19:54:17.802Z Fresh derive_more-impl v2.0.1
100792026-01-27T19:54:17.802Z Fresh pin-project v1.1.6
100802026-01-27T19:54:17.802Z Fresh vte v0.11.1
100812026-01-27T19:54:17.802Z Fresh fd-lock v4.0.2
100822026-01-27T19:54:17.802Z Fresh linked-hash-map v0.5.6
100832026-01-27T19:54:17.802Z Fresh base64 v0.21.7
100842026-01-27T19:54:17.802Z Fresh derive_more v2.0.1
100852026-01-27T19:54:17.802Z Fresh lru-cache v0.1.2
100862026-01-27T19:54:17.802Z Fresh strip-ansi-escapes v0.2.0
100872026-01-27T19:54:17.802Z Fresh hickory-proto v0.24.4
100882026-01-27T19:54:17.802Z Fresh pem v3.0.5
100892026-01-27T19:54:17.802Z Fresh snafu-derive v0.8.5
100902026-01-27T19:54:17.802Z Fresh nu-ansi-term v0.50.1
100912026-01-27T19:54:17.802Z Fresh reedline v0.40.0
100922026-01-27T19:54:17.802Z Fresh snafu v0.8.5
100932026-01-27T19:54:17.802Z Fresh crossterm v0.29.0
100942026-01-27T19:54:17.803Z Fresh olpc-cjson v0.1.4
100952026-01-27T19:54:17.803Z Fresh serde_plain v1.0.2
100962026-01-27T19:54:17.803Z Fresh nibble_vec v0.1.0
100972026-01-27T19:54:17.803Z Fresh display-error-chain v0.2.2
100982026-01-27T19:54:17.803Z Fresh endian-type v0.1.2
100992026-01-27T19:54:17.803Z Fresh semver v0.1.20
101002026-01-27T19:54:17.803Z Fresh typed-path v0.9.3
101012026-01-27T19:54:17.803Z Fresh cfg_aliases v0.1.1
101022026-01-27T19:54:17.803Z Fresh radix_trie v0.2.1
101032026-01-27T19:54:17.803Z Fresh hickory-resolver v0.24.4
101042026-01-27T19:54:17.803Z Fresh siphasher v1.0.1
101052026-01-27T19:54:17.803Z Fresh humantime v2.2.0
101062026-01-27T19:54:17.803Z Fresh tough v0.20.0
101072026-01-27T19:54:17.803Z Fresh rustc_version v0.1.7
101082026-01-27T19:54:17.803Z Fresh qorb v0.4.1
101092026-01-27T19:54:17.803Z Fresh phf_shared v0.12.1
101102026-01-27T19:54:17.803Z Fresh textwrap v0.16.2
101112026-01-27T19:54:17.803Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
101122026-01-27T19:54:17.803Z Fresh highway v1.3.0
101132026-01-27T19:54:17.803Z Fresh phf v0.12.1
101142026-01-27T19:54:17.803Z Fresh const_format_proc_macros v0.2.34
101152026-01-27T19:54:17.803Z Fresh nix v0.28.0
101162026-01-27T19:54:17.803Z Fresh papergrid v0.11.0
101172026-01-27T19:54:17.803Z Fresh tabled_derive v0.7.0
101182026-01-27T19:54:17.803Z Fresh peg-macros v0.8.5
101192026-01-27T19:54:17.803Z Fresh sqlparser_derive v0.2.2
101202026-01-27T19:54:17.803Z Fresh unicode_categories v0.1.1
101212026-01-27T19:54:17.803Z Fresh rustyline v14.0.0
101222026-01-27T19:54:17.803Z Fresh tabled v0.15.0
101232026-01-27T19:54:17.803Z Fresh newtype_derive v0.1.6
101242026-01-27T19:54:17.803Z Fresh peg v0.8.5
101252026-01-27T19:54:17.803Z Fresh chrono-tz v0.10.4
101262026-01-27T19:54:17.803Z Fresh sqlparser v0.45.0
101272026-01-27T19:54:17.803Z Fresh sqlformat v0.3.5
101282026-01-27T19:54:17.803Z Fresh const_format v0.2.34
101292026-01-27T19:54:17.803Z Fresh bcs v0.1.6
101302026-01-27T19:54:17.803Z Fresh steno v0.4.1
101312026-01-27T19:54:17.803Z Fresh utf-8 v0.7.6
101322026-01-27T19:54:17.804Z Fresh xattr v1.3.1
101332026-01-27T19:54:17.804Z Fresh filetime v0.2.26
101342026-01-27T19:54:17.804Z Fresh tungstenite v0.21.0
101352026-01-27T19:54:17.804Z Fresh tar v0.4.44
101362026-01-27T19:54:17.804Z Fresh arc-swap v1.7.1
101372026-01-27T19:54:17.804Z Fresh typify-impl v0.2.0
101382026-01-27T19:54:17.804Z Fresh headers-core v0.3.0
101392026-01-27T19:54:17.804Z Fresh progenitor-client v0.8.0
101402026-01-27T19:54:17.804Z Fresh tokio-tungstenite v0.21.0
101412026-01-27T19:54:17.804Z Fresh slog-scope v4.4.0
101422026-01-27T19:54:17.804Z Fresh typify-macro v0.2.0
101432026-01-27T19:54:17.804Z Fresh headers v0.4.1
101442026-01-27T19:54:17.804Z Fresh heck v0.3.3
101452026-01-27T19:54:17.804Z Fresh subprocess v0.2.9
101462026-01-27T19:54:17.804Z Fresh slog-stdlog v4.1.1
101472026-01-27T19:54:17.804Z Fresh typify v0.2.0
101482026-01-27T19:54:17.804Z Fresh lzma-sys v0.1.20
101492026-01-27T19:54:17.804Z Fresh zone_cfg_derive v0.1.2
101502026-01-27T19:54:17.804Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101512026-01-27T19:54:17.804Z Fresh dropshot-api-manager-types v0.2.4
101522026-01-27T19:54:17.804Z Fresh base64 v0.13.1
101532026-01-27T19:54:17.804Z Fresh slog-envlogger v2.2.0
101542026-01-27T19:54:17.804Z Fresh progenitor-impl v0.8.0
101552026-01-27T19:54:17.804Z Fresh number_prefix v0.4.0
101562026-01-27T19:54:17.804Z Fresh zone v0.1.8
101572026-01-27T19:54:17.804Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101582026-01-27T19:54:17.804Z Fresh ron v0.7.1
101592026-01-27T19:54:17.804Z Fresh xz2 v0.1.7
101602026-01-27T19:54:17.804Z Fresh yasna v0.5.2
101612026-01-27T19:54:17.804Z Fresh progenitor-macro v0.8.0
101622026-01-27T19:54:17.804Z Fresh indicatif v0.17.11
101632026-01-27T19:54:17.804Z Fresh rcgen v0.12.1
101642026-01-27T19:54:17.804Z Fresh tagptr v0.2.0
101652026-01-27T19:54:17.804Z Fresh bitfield-struct v0.6.2
101662026-01-27T19:54:17.804Z Fresh progenitor v0.8.0
101672026-01-27T19:54:17.804Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101682026-01-27T19:54:17.804Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101692026-01-27T19:54:17.804Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
101702026-01-27T19:54:17.804Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101712026-01-27T19:54:17.804Z Fresh moka v0.12.10
101722026-01-27T19:54:17.808Z Fresh libefi-sys v0.1.0
101732026-01-27T19:54:17.808Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101742026-01-27T19:54:17.808Z Fresh xshell-macros v0.2.7
101752026-01-27T19:54:17.808Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
101762026-01-27T19:54:17.808Z Fresh hickory-resolver v0.25.2
101772026-01-27T19:54:17.808Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101782026-01-27T19:54:17.808Z Fresh xshell v0.2.7
101792026-01-27T19:54:17.808Z Fresh tap v1.0.1
101802026-01-27T19:54:17.809Z Fresh zerocopy-derive v0.6.6
101812026-01-27T19:54:17.809Z Fresh radium v0.7.0
101822026-01-27T19:54:17.809Z Fresh wyz v0.5.1
101832026-01-27T19:54:17.809Z Fresh funty v2.0.0
101842026-01-27T19:54:17.809Z Fresh crc-catalog v2.4.0
101852026-01-27T19:54:17.809Z Fresh bitvec v1.0.1
101862026-01-27T19:54:17.809Z Fresh crc v3.2.1
101872026-01-27T19:54:17.809Z Fresh zerocopy v0.6.6
101882026-01-27T19:54:17.809Z Fresh maybe-uninit v2.0.0
101892026-01-27T19:54:17.809Z Fresh packed_struct_codegen v0.10.1
101902026-01-27T19:54:17.809Z Fresh bitfield-macros v0.19.2
101912026-01-27T19:54:17.809Z Fresh nodrop v0.1.14
101922026-01-27T19:54:17.809Z Fresh bitfield v0.19.2
101932026-01-27T19:54:17.809Z Fresh packed_struct v0.10.1
101942026-01-27T19:54:17.809Z Fresh smallvec v0.6.14
101952026-01-27T19:54:17.809Z Fresh hashbrown v0.12.3
101962026-01-27T19:54:17.809Z Fresh maplit v1.0.2
101972026-01-27T19:54:17.809Z Fresh array-init v0.0.4
101982026-01-27T19:54:17.809Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
101992026-01-27T19:54:17.809Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
102002026-01-27T19:54:17.809Z Fresh ron v0.8.1
102012026-01-27T19:54:17.809Z Fresh hashbrown v0.13.2
102022026-01-27T19:54:17.809Z Fresh crc-any v2.5.0
102032026-01-27T19:54:17.809Z Fresh path-slash v0.1.5
102042026-01-27T19:54:17.809Z Fresh indexmap v1.9.3
102052026-01-27T19:54:17.809Z Fresh serde-hex v0.1.0
102062026-01-27T19:54:17.809Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
102072026-01-27T19:54:17.809Z Fresh dsl_auto_type v0.1.2
102082026-01-27T19:54:17.809Z Fresh scheduled-thread-pool v0.2.7
102092026-01-27T19:54:17.809Z Fresh diesel_table_macro_syntax v0.2.0
102102026-01-27T19:54:17.809Z Fresh proc-macro-error-attr2 v2.0.0
102112026-01-27T19:54:17.809Z Fresh object v0.30.4
102122026-01-27T19:54:17.809Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
102132026-01-27T19:54:17.809Z Fresh diesel_derives v2.2.3
102142026-01-27T19:54:17.809Z Fresh r2d2 v0.8.10
102152026-01-27T19:54:17.809Z Fresh proc-macro-error2 v2.0.1
102162026-01-27T19:54:17.809Z Fresh diff v0.1.13
102172026-01-27T19:54:17.809Z Fresh diesel v2.2.12
102182026-01-27T19:54:17.810Z Fresh dirs-sys-next v0.1.2
102192026-01-27T19:54:17.810Z Fresh unicase v2.8.1
102202026-01-27T19:54:17.810Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102212026-01-27T19:54:17.810Z Fresh dirs-next v2.0.0
102222026-01-27T19:54:17.810Z Fresh num-derive v0.3.3
102232026-01-27T19:54:17.810Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102242026-01-27T19:54:17.810Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102252026-01-27T19:54:17.810Z Fresh crunchy v0.2.2
102262026-01-27T19:54:17.810Z Fresh vergen-gitcl v1.0.8
102272026-01-27T19:54:17.810Z Fresh term v0.7.0
102282026-01-27T19:54:17.810Z Fresh libscf-sys v1.1.0
102292026-01-27T19:54:17.810Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
102302026-01-27T19:54:17.810Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102312026-01-27T19:54:17.810Z Fresh bit-vec v0.6.3
102322026-01-27T19:54:17.810Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
102332026-01-27T19:54:17.810Z Fresh tiny-keccak v2.0.2
102342026-01-27T19:54:17.810Z Fresh ascii-canvas v3.0.0
102352026-01-27T19:54:17.810Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102362026-01-27T19:54:17.810Z Fresh bit-set v0.5.3
102372026-01-27T19:54:17.810Z Fresh tabled_derive v0.11.0
102382026-01-27T19:54:17.810Z Fresh papergrid v0.17.0
102392026-01-27T19:54:17.810Z Fresh testing_table v0.3.0
102402026-01-27T19:54:17.810Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102412026-01-27T19:54:17.810Z Fresh ena v0.14.3
102422026-01-27T19:54:17.810Z Fresh regex-syntax v0.6.29
102432026-01-27T19:54:17.810Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102442026-01-27T19:54:17.810Z Fresh tabled v0.20.0
102452026-01-27T19:54:17.810Z Fresh half v1.8.3
102462026-01-27T19:54:17.810Z Fresh lalrpop v0.19.12
102472026-01-27T19:54:17.810Z Fresh serde_cbor v0.11.2
102482026-01-27T19:54:17.810Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102492026-01-27T19:54:17.810Z Fresh bindgen v0.71.1
102502026-01-27T19:54:17.810Z Fresh crc8 v0.1.1
102512026-01-27T19:54:17.810Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102522026-01-27T19:54:17.810Z Fresh strum_macros v0.24.3
102532026-01-27T19:54:17.810Z Fresh indoc v1.0.9
102542026-01-27T19:54:17.810Z Fresh libxml v0.3.3
102552026-01-27T19:54:17.810Z Fresh polar-core v0.27.3
102562026-01-27T19:54:17.810Z Fresh oso-derive v0.27.3
102572026-01-27T19:54:17.810Z Fresh impl-trait-for-tuples v0.2.2
102582026-01-27T19:54:17.811Z Fresh quick-xml v0.37.2
102592026-01-27T19:54:17.811Z Fresh samael v0.0.19
102602026-01-27T19:54:17.811Z Fresh oso v0.27.3
102612026-01-27T19:54:17.811Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
102622026-01-27T19:54:17.811Z Fresh trait-variant v0.1.2
102632026-01-27T19:54:17.811Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
102642026-01-27T19:54:17.811Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
102652026-01-27T19:54:17.811Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
102662026-01-27T19:54:17.811Z Fresh fxhash v0.2.1
102672026-01-27T19:54:17.811Z Fresh primeorder v0.13.6
102682026-01-27T19:54:17.811Z Fresh bb8 v0.8.5
102692026-01-27T19:54:17.811Z Fresh kstat-rs v0.2.4
102702026-01-27T19:54:17.811Z Fresh nonempty v0.12.0
102712026-01-27T19:54:17.811Z Fresh diesel-dtrace v0.4.2
102722026-01-27T19:54:17.829Z Fresh async-bb8-diesel v0.2.1
102732026-01-27T19:54:17.829Z Fresh p384 v0.13.1
102742026-01-27T19:54:17.829Z Fresh salty v0.3.0
102752026-01-27T19:54:17.829Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
102762026-01-27T19:54:17.829Z Fresh predicates-tree v1.0.12
102772026-01-27T19:54:17.829Z Fresh ignore v0.4.23
102782026-01-27T19:54:17.829Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
102792026-01-27T19:54:17.829Z Fresh globwalk v0.9.1
102802026-01-27T19:54:17.829Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
102812026-01-27T19:54:17.829Z Fresh parking_lot_core v0.8.6
102822026-01-27T19:54:17.829Z Fresh fs-err v2.11.0
102832026-01-27T19:54:17.829Z Fresh prefix-trie v0.7.0
102842026-01-27T19:54:17.829Z Fresh parking_lot v0.11.2
102852026-01-27T19:54:17.829Z Fresh nanorand v0.7.0
102862026-01-27T19:54:17.829Z Fresh parse-size v1.1.0
102872026-01-27T19:54:17.829Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
102882026-01-27T19:54:17.829Z Fresh hickory-server v0.25.2
102892026-01-27T19:54:17.829Z Fresh camino-tempfile-ext v0.3.2
102902026-01-27T19:54:17.829Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102912026-01-27T19:54:17.829Z Fresh flume v0.11.1
102922026-01-27T19:54:17.829Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102932026-01-27T19:54:17.829Z Fresh sled v0.34.7
102942026-01-27T19:54:17.829Z Fresh hickory-client v0.25.2
102952026-01-27T19:54:17.829Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102962026-01-27T19:54:17.829Z Fresh corncobs v0.1.4
102972026-01-27T19:54:17.829Z Fresh http-range v0.1.5
102982026-01-27T19:54:17.829Z Fresh void v1.0.2
102992026-01-27T19:54:17.830Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
103002026-01-27T19:54:17.830Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
103012026-01-27T19:54:17.830Z Fresh lzss v0.8.2
103022026-01-27T19:54:17.830Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
103032026-01-27T19:54:17.830Z Fresh tungstenite v0.23.0
103042026-01-27T19:54:17.830Z Fresh nix v0.27.1
103052026-01-27T19:54:17.830Z Fresh concurrent-queue v2.5.0
103062026-01-27T19:54:17.830Z Fresh secrecy v0.8.0
103072026-01-27T19:54:17.830Z Fresh atty v0.2.14
103082026-01-27T19:54:17.830Z Fresh serde_bytes v0.11.19
103092026-01-27T19:54:17.830Z Fresh parking v2.2.1
103102026-01-27T19:54:17.830Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
103112026-01-27T19:54:17.830Z Fresh tokio-tungstenite v0.23.1
103122026-01-27T19:54:17.830Z Fresh mime_guess v2.0.5
103132026-01-27T19:54:17.830Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
103142026-01-27T19:54:17.830Z Fresh signal-hook-tokio v0.3.1
103152026-01-27T19:54:17.830Z Fresh hyper-staticfile v0.10.1
103162026-01-27T19:54:17.830Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
103172026-01-27T19:54:17.830Z Fresh rand_seeder v0.4.0
103182026-01-27T19:54:17.830Z Fresh assert_matches v1.5.0
103192026-01-27T19:54:17.830Z Fresh is_ci v1.2.0
103202026-01-27T19:54:17.830Z Fresh event-listener v5.3.1
103212026-01-27T19:54:17.830Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
103222026-01-27T19:54:17.830Z Fresh tabled_derive v0.10.0
103232026-01-27T19:54:17.830Z Fresh papergrid v0.14.0
103242026-01-27T19:54:17.830Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103252026-01-27T19:54:17.830Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103262026-01-27T19:54:17.830Z Fresh tabled v0.18.0
103272026-01-27T19:54:17.830Z Fresh event-listener-strategy v0.5.2
103282026-01-27T19:54:17.830Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103292026-01-27T19:54:17.830Z Fresh yansi v1.0.1
103302026-01-27T19:54:17.830Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103312026-01-27T19:54:17.830Z Fresh typeid v1.0.3
103322026-01-27T19:54:17.830Z Fresh futures-lite v2.3.0
103332026-01-27T19:54:17.830Z Fresh pretty_assertions v1.4.1
103342026-01-27T19:54:17.830Z Fresh erased-serde v0.4.6
103352026-01-27T19:54:17.830Z Fresh ordered-float v2.10.1
103362026-01-27T19:54:17.830Z Fresh serde-untagged v0.1.7
103372026-01-27T19:54:17.831Z Fresh serde-value v0.7.0
103382026-01-27T19:54:17.831Z Fresh async-lock v3.4.0
103392026-01-27T19:54:17.831Z Fresh polling v3.7.3
103402026-01-27T19:54:17.831Z Fresh castaway v0.2.3
103412026-01-27T19:54:17.831Z Fresh indoc v2.0.6
103422026-01-27T19:54:17.831Z Fresh libz-sys v1.1.20
103432026-01-27T19:54:17.831Z Fresh cargo-util-schemas v0.8.2
103442026-01-27T19:54:17.831Z Fresh async-io v2.3.4
103452026-01-27T19:54:17.831Z Fresh compact_str v0.8.0
103462026-01-27T19:54:17.831Z Fresh console v0.16.0
103472026-01-27T19:54:17.831Z Fresh unicode-truncate v1.1.0
103482026-01-27T19:54:17.831Z Fresh lru v0.12.5
103492026-01-27T19:54:17.831Z Fresh cargo-platform v0.2.0
103502026-01-27T19:54:17.831Z Fresh instability v0.3.2
103512026-01-27T19:54:17.831Z Fresh unit-prefix v0.5.1
103522026-01-27T19:54:17.831Z Fresh cassowary v0.3.0
103532026-01-27T19:54:17.831Z Fresh async-task v4.7.1
103542026-01-27T19:54:17.831Z Fresh libgit2-sys v0.18.2+1.9.1
103552026-01-27T19:54:17.831Z Fresh cargo_metadata v0.21.0
103562026-01-27T19:54:17.831Z Fresh async-channel v2.3.1
103572026-01-27T19:54:17.831Z Fresh polyval v0.6.2
103582026-01-27T19:54:17.831Z Fresh ratatui v0.29.0
103592026-01-27T19:54:17.831Z Fresh indicatif v0.18.0
103602026-01-27T19:54:17.831Z Fresh piper v0.2.4
103612026-01-27T19:54:17.831Z Fresh plotters-backend v0.3.7
103622026-01-27T19:54:17.831Z Fresh git2 v0.20.2
103632026-01-27T19:54:17.831Z Fresh async-executor v1.13.1
103642026-01-27T19:54:17.831Z Fresh ghash v0.5.1
103652026-01-27T19:54:17.831Z Fresh plotters-svg v0.3.7
103662026-01-27T19:54:17.831Z Fresh blocking v1.6.1
103672026-01-27T19:54:17.831Z Fresh async-signal v0.2.10
103682026-01-27T19:54:17.831Z Fresh supports-color v2.1.0
103692026-01-27T19:54:17.831Z Fresh textwrap v0.15.2
103702026-01-27T19:54:17.831Z Fresh supports-hyperlinks v2.1.0
103712026-01-27T19:54:17.831Z Fresh supports-unicode v2.1.0
103722026-01-27T19:54:17.837Z Fresh hashbrown v0.14.5
103732026-01-27T19:54:17.837Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103742026-01-27T19:54:17.837Z Fresh ctr v0.9.2
103752026-01-27T19:54:17.837Z Fresh backtrace-ext v0.2.1
103762026-01-27T19:54:17.837Z Fresh miette-derive v5.10.0
103772026-01-27T19:54:17.837Z Fresh terminal_size v0.1.17
103782026-01-27T19:54:17.837Z Fresh arrayref v0.3.9
103792026-01-27T19:54:17.837Z Fresh arrayvec v0.7.6
103802026-01-27T19:54:17.837Z Fresh shell-words v1.1.0
103812026-01-27T19:54:17.837Z Fresh owo-colors v3.5.0
103822026-01-27T19:54:17.837Z Fresh cast v0.3.0
103832026-01-27T19:54:17.837Z Fresh event-listener v2.5.3
103842026-01-27T19:54:17.837Z Fresh constant_time_eq v0.3.1
103852026-01-27T19:54:17.837Z Fresh miette v5.10.0
103862026-01-27T19:54:17.837Z Fresh criterion-plot v0.6.0
103872026-01-27T19:54:17.837Z Fresh chumsky v0.9.3
103882026-01-27T19:54:17.837Z Fresh aes-gcm v0.10.3
103892026-01-27T19:54:17.837Z Fresh async-channel v1.9.0
103902026-01-27T19:54:17.837Z Fresh async-global-executor v2.4.1
103912026-01-27T19:54:17.837Z Fresh async-process v2.3.0
103922026-01-27T19:54:17.837Z Fresh plotters v0.3.7
103932026-01-27T19:54:17.837Z Fresh vergen-git2 v1.0.7
103942026-01-27T19:54:17.837Z Fresh supports-color v3.0.2
103952026-01-27T19:54:17.837Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
103962026-01-27T19:54:17.837Z Fresh knuffel-derive v3.2.0
103972026-01-27T19:54:17.837Z Fresh rustls-webpki v0.101.7
103982026-01-27T19:54:17.837Z Fresh sct v0.7.1
103992026-01-27T19:54:17.837Z Fresh ssh-encoding v0.2.0
104002026-01-27T19:54:17.837Z Fresh blowfish v0.9.1
104012026-01-27T19:54:17.837Z Fresh async-attributes v1.1.2
104022026-01-27T19:54:17.837Z Fresh tinytemplate v1.2.1
104032026-01-27T19:54:17.837Z Fresh kv-log-macro v1.0.7
104042026-01-27T19:54:17.837Z Fresh rtoolbox v0.0.2
104052026-01-27T19:54:17.837Z Fresh anes v0.1.6
104062026-01-27T19:54:17.837Z Fresh hex-literal v0.4.1
104072026-01-27T19:54:17.837Z Fresh futures-timer v3.0.3
104082026-01-27T19:54:17.838Z Fresh oorandom v11.1.4
104092026-01-27T19:54:17.838Z Fresh bcrypt-pbkdf v0.10.0
104102026-01-27T19:54:17.838Z Fresh async-std v1.13.0
104112026-01-27T19:54:17.838Z Fresh rpassword v7.4.0
104122026-01-27T19:54:17.838Z Fresh knuffel v3.2.0
104132026-01-27T19:54:17.838Z Fresh rustls v0.21.12
104142026-01-27T19:54:17.838Z Fresh criterion v0.7.0
104152026-01-27T19:54:17.838Z Fresh ssh-cipher v0.2.0
104162026-01-27T19:54:17.838Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
104172026-01-27T19:54:17.838Z Fresh petname v2.0.2
104182026-01-27T19:54:17.838Z Fresh tui-tree-widget v0.23.1
104192026-01-27T19:54:17.838Z Fresh password-hash v0.4.2
104202026-01-27T19:54:17.838Z Fresh sapling-renderdag v0.1.0
104212026-01-27T19:54:17.838Z Fresh sync-ptr v0.1.4
104222026-01-27T19:54:17.838Z Fresh pbkdf2 v0.11.0
104232026-01-27T19:54:17.838Z Fresh ssh-key v0.6.6
104242026-01-27T19:54:17.838Z Fresh target-lexicon v0.13.2
104252026-01-27T19:54:17.838Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104262026-01-27T19:54:17.838Z Fresh tokio-rustls v0.24.1
104272026-01-27T19:54:17.838Z Fresh async-object-pool v0.1.5
104282026-01-27T19:54:17.838Z Fresh p256 v0.13.2
104292026-01-27T19:54:17.838Z Fresh p521 v0.13.3
104302026-01-27T19:54:17.838Z Fresh rustls-pemfile v1.0.4
104312026-01-27T19:54:17.838Z Fresh twox-hash v2.1.0
104322026-01-27T19:54:17.838Z Fresh serde_regex v1.1.0
104332026-01-27T19:54:17.838Z Fresh assert-json-diff v2.0.2
104342026-01-27T19:54:17.838Z Fresh russh-cryptovec v0.7.3
104352026-01-27T19:54:17.838Z Fresh path-tree v0.8.1
104362026-01-27T19:54:17.838Z Fresh stringmetrics v2.2.2
104372026-01-27T19:54:17.838Z Fresh md5 v0.7.0
104382026-01-27T19:54:17.838Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104392026-01-27T19:54:17.838Z Fresh httpmock v0.8.0-alpha.1
104402026-01-27T19:54:17.838Z Fresh russh-keys v0.45.0
104412026-01-27T19:54:17.838Z Fresh cfg-expr v0.20.1
104422026-01-27T19:54:17.838Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104432026-01-27T19:54:17.838Z Fresh guppy-workspace-hack v0.1.0
104442026-01-27T19:54:17.838Z Fresh blake3 v1.5.4
104452026-01-27T19:54:17.838Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104462026-01-27T19:54:17.838Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104472026-01-27T19:54:17.838Z Fresh httptest v0.16.3
104482026-01-27T19:54:17.838Z Fresh fatfs v0.3.6
104492026-01-27T19:54:17.839Z Fresh proc-macro-crate v3.2.0
104502026-01-27T19:54:17.839Z Fresh num-bigint v0.4.6
104512026-01-27T19:54:17.839Z Fresh des v0.8.1
104522026-01-27T19:54:17.839Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
104532026-01-27T19:54:17.839Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104542026-01-27T19:54:17.839Z Fresh relative-path v1.9.3
104552026-01-27T19:54:17.839Z Fresh seq-macro v0.3.6
104562026-01-27T19:54:17.839Z Fresh topological-sort v0.2.2
104572026-01-27T19:54:17.839Z Fresh escape8259 v0.5.3
104582026-01-27T19:54:17.839Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104592026-01-27T19:54:17.839Z Fresh rstest_macros v0.25.0
104602026-01-27T19:54:17.839Z Fresh libtest-mimic v0.8.1
104612026-01-27T19:54:17.839Z Fresh omicron-zone-package v0.12.2
104622026-01-27T19:54:17.839Z Fresh russh v0.45.0
104632026-01-27T19:54:17.839Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104642026-01-27T19:54:17.839Z Fresh target-spec v3.5.0
104652026-01-27T19:54:17.839Z Fresh doc-comment v0.3.3
104662026-01-27T19:54:17.839Z Fresh target-triple v0.1.3
104672026-01-27T19:54:17.839Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104682026-01-27T19:54:17.839Z Fresh blake2b_simd v1.0.2
104692026-01-27T19:54:17.839Z Fresh fancy-regex v0.14.0
104702026-01-27T19:54:17.839Z Fresh pathdiff v0.2.3
104712026-01-27T19:54:17.839Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
104722026-01-27T19:54:17.843Z Fresh uzers v0.12.1
104732026-01-27T19:54:17.843Z Fresh nested v0.1.1
104742026-01-27T19:54:17.843Z Fresh internet-checksum v0.2.1
104752026-01-27T19:54:17.843Z Fresh termcolor v1.4.1
104762026-01-27T19:54:17.843Z Fresh datatest-stable v0.3.2
104772026-01-27T19:54:17.843Z Fresh trybuild v1.0.106
104782026-01-27T19:54:17.843Z Fresh guppy v0.17.20
104792026-01-27T19:54:17.843Z Fresh assert_cmd v2.0.17
104802026-01-27T19:54:17.843Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
104812026-01-27T19:54:17.843Z Fresh rust-argon2 v2.1.0
104822026-01-27T19:54:17.843Z Fresh rstest v0.25.0
104832026-01-27T19:54:17.843Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
104842026-01-27T19:54:17.843Z Fresh partial-io v0.5.4
104852026-01-27T19:54:17.844Z Fresh similar-asserts v1.7.0
104862026-01-27T19:54:17.844Z Fresh rand_distr v0.5.1
104872026-01-27T19:54:17.844Z Fresh approx v0.5.1
104882026-01-27T19:54:17.844Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104892026-01-27T19:54:17.844Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104902026-01-27T19:54:17.844Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104912026-01-27T19:54:17.844Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104922026-01-27T19:54:17.844Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104932026-01-27T19:54:17.844Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104942026-01-27T19:54:17.844Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104952026-01-27T19:54:17.844Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104962026-01-27T19:54:17.844Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104972026-01-27T19:54:17.844Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104982026-01-27T19:54:17.844Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104992026-01-27T19:54:17.844Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
105002026-01-27T19:54:17.844Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
105012026-01-27T19:54:17.844Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
105022026-01-27T19:54:17.844Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
105032026-01-27T19:54:17.844Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
105042026-01-27T19:54:17.844Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
105052026-01-27T19:54:17.844Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
105062026-01-27T19:54:17.844Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
105072026-01-27T19:54:17.844Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
105082026-01-27T19:54:17.844Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
105092026-01-27T19:54:17.844Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
105102026-01-27T19:54:17.844Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
105112026-01-27T19:54:17.844Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
105122026-01-27T19:54:17.844Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
105132026-01-27T19:54:17.844Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
105142026-01-27T19:54:17.844Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
105152026-01-27T19:54:17.844Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
105162026-01-27T19:54:17.844Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
105172026-01-27T19:54:17.844Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
105182026-01-27T19:54:17.844Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
105192026-01-27T19:54:17.844Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
105202026-01-27T19:54:17.844Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
105212026-01-27T19:54:17.844Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
105222026-01-27T19:54:17.844Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105232026-01-27T19:54:17.845Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
105242026-01-27T19:54:17.845Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105252026-01-27T19:54:17.845Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
105262026-01-27T19:54:17.845Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105272026-01-27T19:54:17.845Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105282026-01-27T19:54:17.845Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105292026-01-27T19:54:17.845Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105302026-01-27T19:54:17.845Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
105312026-01-27T19:54:17.845Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105322026-01-27T19:54:17.845Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105332026-01-27T19:54:17.845Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105342026-01-27T19:54:17.845Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
105352026-01-27T19:54:17.845Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105362026-01-27T19:54:17.845Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105372026-01-27T19:54:17.845Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105382026-01-27T19:54:17.845Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
105392026-01-27T19:54:17.845Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105402026-01-27T19:54:17.845Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105412026-01-27T19:54:17.845Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
105422026-01-27T19:54:17.845Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105432026-01-27T19:54:17.845Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
105442026-01-27T19:54:17.845Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
105452026-01-27T19:54:17.845Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105462026-01-27T19:54:17.845Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
105472026-01-27T19:54:17.845Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105482026-01-27T19:54:17.845Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105492026-01-27T19:54:17.845Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105502026-01-27T19:54:17.845Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105512026-01-27T19:54:17.845Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105522026-01-27T19:54:17.845Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
105532026-01-27T19:54:17.845Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105542026-01-27T19:54:17.845Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
105552026-01-27T19:54:17.845Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105562026-01-27T19:54:17.845Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105572026-01-27T19:54:17.845Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105582026-01-27T19:54:17.845Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105592026-01-27T19:54:17.845Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105602026-01-27T19:54:17.845Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105612026-01-27T19:54:17.845Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105622026-01-27T19:54:17.846Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
105632026-01-27T19:54:17.846Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105642026-01-27T19:54:17.846Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105652026-01-27T19:54:17.846Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105662026-01-27T19:54:17.846Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105672026-01-27T19:54:17.846Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105682026-01-27T19:54:17.846Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105692026-01-27T19:54:17.846Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105702026-01-27T19:54:17.846Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105712026-01-27T19:54:17.846Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
105722026-01-27T19:54:17.850Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
105732026-01-27T19:54:17.850Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105742026-01-27T19:54:17.850Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105752026-01-27T19:54:17.850Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105762026-01-27T19:54:17.850Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105772026-01-27T19:54:17.850Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105782026-01-27T19:54:17.850Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105792026-01-27T19:54:17.850Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105802026-01-27T19:54:17.850Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105812026-01-27T19:54:17.850Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105822026-01-27T19:54:17.850Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105832026-01-27T19:54:17.850Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105842026-01-27T19:54:17.850Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105852026-01-27T19:54:17.850Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105862026-01-27T19:54:17.850Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105872026-01-27T19:54:17.850Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105882026-01-27T19:54:17.850Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105892026-01-27T19:54:17.850Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105902026-01-27T19:54:17.850Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105912026-01-27T19:54:17.850Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105922026-01-27T19:54:17.850Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105932026-01-27T19:54:17.850Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105942026-01-27T19:54:17.850Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105952026-01-27T19:54:17.850Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
105962026-01-27T19:54:17.850Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105972026-01-27T19:54:17.850Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105982026-01-27T19:54:17.850Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105992026-01-27T19:54:17.850Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
106002026-01-27T19:54:17.850Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
106012026-01-27T19:54:17.850Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
106022026-01-27T19:54:17.850Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
106032026-01-27T19:54:17.850Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
106042026-01-27T19:54:17.850Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
106052026-01-27T19:54:17.850Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
106062026-01-27T19:54:17.850Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
106072026-01-27T19:54:17.851Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
106082026-01-27T19:54:17.851Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
106092026-01-27T19:54:17.851Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
106102026-01-27T19:54:17.851Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
106112026-01-27T19:54:17.851Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
106122026-01-27T19:54:17.851Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
106132026-01-27T19:54:17.851Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
106142026-01-27T19:54:17.851Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
106152026-01-27T19:54:17.851Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
106162026-01-27T19:54:17.851Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
106172026-01-27T19:54:17.851Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
106182026-01-27T19:54:17.851Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
106192026-01-27T19:54:17.851Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106202026-01-27T19:54:17.851Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106212026-01-27T19:54:17.851Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
106222026-01-27T19:54:17.851Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106232026-01-27T19:54:17.851Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
106242026-01-27T19:54:17.851Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106252026-01-27T19:54:17.851Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
106262026-01-27T19:54:17.851Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106272026-01-27T19:54:17.851Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
106282026-01-27T19:54:17.851Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106292026-01-27T19:54:17.851Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
106302026-01-27T19:54:17.851Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106312026-01-27T19:54:17.851Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
106322026-01-27T19:54:17.851Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
106332026-01-27T19:54:17.851Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
106342026-01-27T19:54:17.851Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106352026-01-27T19:54:17.851Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106362026-01-27T19:54:17.851Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106372026-01-27T19:54:17.851Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.23s
106382026-01-27T19:54:17.948Z Doc-tests api_identity
106392026-01-27T19:54:17.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106402026-01-27T19:54:18.095Z
106412026-01-27T19:54:18.095Zrunning 0 tests
106422026-01-27T19:54:18.095Z
106432026-01-27T19:54:18.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106442026-01-27T19:54:18.098Z
106452026-01-27T19:54:18.112Z Doc-tests authz_macros
106462026-01-27T19:54:18.115Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106472026-01-27T19:54:18.840Z
106482026-01-27T19:54:18.840Zrunning 7 tests
106492026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106502026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106512026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106522026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106532026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106542026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106552026-01-27T19:54:18.840Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106562026-01-27T19:54:18.840Z
106572026-01-27T19:54:18.844Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106582026-01-27T19:54:18.844Z
106592026-01-27T19:54:18.864Z Doc-tests bootstore
106602026-01-27T19:54:18.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
106612026-01-27T19:54:19.572Z
106622026-01-27T19:54:19.572Zrunning 0 tests
106632026-01-27T19:54:19.572Z
106642026-01-27T19:54:19.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106652026-01-27T19:54:19.572Z
106662026-01-27T19:54:19.618Z Doc-tests bootstrap_agent_api
106672026-01-27T19:54:19.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106682026-01-27T19:54:20.622Z
106692026-01-27T19:54:20.622Zrunning 2 tests
106702026-01-27T19:54:20.622Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
106712026-01-27T19:54:20.622Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
106722026-01-27T19:54:20.622Z
106732026-01-27T19:54:20.622Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106742026-01-27T19:54:20.622Z
106752026-01-27T19:54:20.665Z Doc-tests bootstrap_agent_client
106762026-01-27T19:54:20.665Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106772026-01-27T19:54:21.511Z
106782026-01-27T19:54:21.511Zrunning 0 tests
106792026-01-27T19:54:21.511Z
106802026-01-27T19:54:21.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106812026-01-27T19:54:21.511Z
106822026-01-27T19:54:21.557Z Doc-tests clickana
106832026-01-27T19:54:21.557Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-37ebed74f64233d6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106842026-01-27T19:54:21.988Z
106852026-01-27T19:54:21.988Zrunning 0 tests
106862026-01-27T19:54:21.988Z
106872026-01-27T19:54:21.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106882026-01-27T19:54:21.988Z
106892026-01-27T19:54:22.030Z Doc-tests clickhouse_admin_api
106902026-01-27T19:54:22.033Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106912026-01-27T19:54:22.927Z
106922026-01-27T19:54:22.927Zrunning 6 tests
106932026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
106942026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
106952026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
106962026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
106972026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
106982026-01-27T19:54:22.927Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
106992026-01-27T19:54:22.927Z
107002026-01-27T19:54:22.930Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
107012026-01-27T19:54:22.930Z
107022026-01-27T19:54:22.965Z Doc-tests clickhouse_admin_keeper_client
107032026-01-27T19:54:22.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107042026-01-27T19:54:23.581Z
107052026-01-27T19:54:23.581Zrunning 0 tests
107062026-01-27T19:54:23.581Z
107072026-01-27T19:54:23.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107082026-01-27T19:54:23.581Z
107092026-01-27T19:54:23.623Z Doc-tests clickhouse_admin_server_client
107102026-01-27T19:54:23.626Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107112026-01-27T19:54:24.168Z
107122026-01-27T19:54:24.169Zrunning 0 tests
107132026-01-27T19:54:24.169Z
107142026-01-27T19:54:24.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107152026-01-27T19:54:24.169Z
107162026-01-27T19:54:24.207Z Doc-tests clickhouse_admin_single_client
107172026-01-27T19:54:24.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107182026-01-27T19:54:24.451Z
107192026-01-27T19:54:24.451Zrunning 0 tests
107202026-01-27T19:54:24.451Z
107212026-01-27T19:54:24.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107222026-01-27T19:54:24.451Z
107232026-01-27T19:54:24.476Z Doc-tests clickhouse_admin_test_utils
107242026-01-27T19:54:24.479Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107252026-01-27T19:54:24.740Z
107262026-01-27T19:54:24.740Zrunning 0 tests
107272026-01-27T19:54:24.740Z
107282026-01-27T19:54:24.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-01-27T19:54:24.741Z
107302026-01-27T19:54:24.772Z Doc-tests clickhouse_admin_types
107312026-01-27T19:54:24.776Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107322026-01-27T19:54:25.051Z
107332026-01-27T19:54:25.051Zrunning 0 tests
107342026-01-27T19:54:25.051Z
107352026-01-27T19:54:25.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-01-27T19:54:25.051Z
107372026-01-27T19:54:25.085Z Doc-tests clickhouse_admin_types_versions
107382026-01-27T19:54:25.085Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107392026-01-27T19:54:26.271Z
107402026-01-27T19:54:26.271Zrunning 1 test
107412026-01-27T19:54:26.271Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107422026-01-27T19:54:26.271Z
107432026-01-27T19:54:26.271Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442026-01-27T19:54:26.272Z
107452026-01-27T19:54:26.319Z Doc-tests cockroach_admin_api
107462026-01-27T19:54:26.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107472026-01-27T19:54:27.088Z
107482026-01-27T19:54:27.088Zrunning 2 tests
107492026-01-27T19:54:27.089Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107502026-01-27T19:54:27.089Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107512026-01-27T19:54:27.089Z
107522026-01-27T19:54:27.089Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107532026-01-27T19:54:27.089Z
107542026-01-27T19:54:27.120Z Doc-tests cockroach_admin_client
107552026-01-27T19:54:27.120Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107562026-01-27T19:54:27.455Z
107572026-01-27T19:54:27.455Zrunning 0 tests
107582026-01-27T19:54:27.456Z
107592026-01-27T19:54:27.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107602026-01-27T19:54:27.456Z
107612026-01-27T19:54:27.485Z Doc-tests cockroach_admin_types
107622026-01-27T19:54:27.485Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107632026-01-27T19:54:27.614Z
107642026-01-27T19:54:27.614Zrunning 0 tests
107652026-01-27T19:54:27.614Z
107662026-01-27T19:54:27.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107672026-01-27T19:54:27.614Z
107682026-01-27T19:54:27.635Z Doc-tests cockroach_admin_types_versions
107692026-01-27T19:54:27.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107702026-01-27T19:54:28.417Z
107712026-01-27T19:54:28.417Zrunning 1 test
107722026-01-27T19:54:28.417Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107732026-01-27T19:54:28.417Z
107742026-01-27T19:54:28.417Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107752026-01-27T19:54:28.417Z
107762026-01-27T19:54:28.444Z Doc-tests db_macros
107772026-01-27T19:54:28.444Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107782026-01-27T19:54:29.258Z
107792026-01-27T19:54:29.258Zrunning 3 tests
107802026-01-27T19:54:29.258Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
107812026-01-27T19:54:29.258Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
107822026-01-27T19:54:29.258Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
107832026-01-27T19:54:29.258Z
107842026-01-27T19:54:29.258Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107852026-01-27T19:54:29.258Z
107862026-01-27T19:54:29.282Z Doc-tests dev_tools_common
107872026-01-27T19:54:29.286Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107882026-01-27T19:54:29.350Z
107892026-01-27T19:54:29.350Zrunning 0 tests
107902026-01-27T19:54:29.350Z
107912026-01-27T19:54:29.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107922026-01-27T19:54:29.350Z
107932026-01-27T19:54:29.365Z Doc-tests dns_server
107942026-01-27T19:54:29.368Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107952026-01-27T19:54:29.751Z
107962026-01-27T19:54:29.751Zrunning 0 tests
107972026-01-27T19:54:29.751Z
107982026-01-27T19:54:29.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107992026-01-27T19:54:29.751Z
108002026-01-27T19:54:29.787Z Doc-tests dns_server_api
108012026-01-27T19:54:29.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108022026-01-27T19:54:30.627Z
108032026-01-27T19:54:30.627Zrunning 2 tests
108042026-01-27T19:54:30.627Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
108052026-01-27T19:54:30.627Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
108062026-01-27T19:54:30.627Z
108072026-01-27T19:54:30.627Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108082026-01-27T19:54:30.627Z
108092026-01-27T19:54:30.667Z Doc-tests dns_service_client
108102026-01-27T19:54:30.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108112026-01-27T19:54:31.018Z
108122026-01-27T19:54:31.018Zrunning 0 tests
108132026-01-27T19:54:31.018Z
108142026-01-27T19:54:31.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108152026-01-27T19:54:31.019Z
108162026-01-27T19:54:31.054Z Doc-tests end_to_end_tests
108172026-01-27T19:54:31.057Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5a5d20bc613e9689.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108182026-01-27T19:54:31.623Z
108192026-01-27T19:54:31.623Zrunning 0 tests
108202026-01-27T19:54:31.623Z
108212026-01-27T19:54:31.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108222026-01-27T19:54:31.623Z
108232026-01-27T19:54:31.667Z Doc-tests ereport_types
108242026-01-27T19:54:31.667Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108252026-01-27T19:54:31.900Z
108262026-01-27T19:54:31.900Zrunning 0 tests
108272026-01-27T19:54:31.900Z
108282026-01-27T19:54:31.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108292026-01-27T19:54:31.900Z
108302026-01-27T19:54:31.925Z Doc-tests gateway_api
108312026-01-27T19:54:31.925Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108322026-01-27T19:54:32.730Z
108332026-01-27T19:54:32.730Zrunning 2 tests
108342026-01-27T19:54:32.730Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
108352026-01-27T19:54:32.730Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
108362026-01-27T19:54:32.730Z
108372026-01-27T19:54:32.730Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108382026-01-27T19:54:32.730Z
108392026-01-27T19:54:32.761Z Doc-tests gateway_client
108402026-01-27T19:54:32.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108412026-01-27T19:54:33.828Z
108422026-01-27T19:54:33.828Zrunning 0 tests
108432026-01-27T19:54:33.828Z
108442026-01-27T19:54:33.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108452026-01-27T19:54:33.828Z
108462026-01-27T19:54:33.874Z Doc-tests gateway_test_utils
108472026-01-27T19:54:33.874Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108482026-01-27T19:54:34.517Z
108492026-01-27T19:54:34.517Zrunning 0 tests
108502026-01-27T19:54:34.517Z
108512026-01-27T19:54:34.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108522026-01-27T19:54:34.517Z
108532026-01-27T19:54:34.571Z Doc-tests gateway_types
108542026-01-27T19:54:34.571Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108552026-01-27T19:54:34.760Z
108562026-01-27T19:54:34.760Zrunning 0 tests
108572026-01-27T19:54:34.760Z
108582026-01-27T19:54:34.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108592026-01-27T19:54:34.760Z
108602026-01-27T19:54:34.783Z Doc-tests gateway_types_versions
108612026-01-27T19:54:34.786Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108622026-01-27T19:54:35.963Z
108632026-01-27T19:54:35.963Zrunning 1 test
108642026-01-27T19:54:35.963Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108652026-01-27T19:54:35.963Z
108662026-01-27T19:54:35.963Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108672026-01-27T19:54:35.963Z
108682026-01-27T19:54:36.004Z Doc-tests gfss
108692026-01-27T19:54:36.004Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
108702026-01-27T19:54:36.154Z
108712026-01-27T19:54:36.154Zrunning 0 tests
108722026-01-27T19:54:36.154Z
108732026-01-27T19:54:36.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108742026-01-27T19:54:36.154Z
108752026-01-27T19:54:36.174Z Doc-tests illumos_utils
108762026-01-27T19:54:36.177Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
108772026-01-27T19:54:36.783Z
108782026-01-27T19:54:36.783Zrunning 0 tests
108792026-01-27T19:54:36.783Z
108802026-01-27T19:54:36.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108812026-01-27T19:54:36.784Z
108822026-01-27T19:54:36.826Z Doc-tests installinator
108832026-01-27T19:54:36.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
108842026-01-27T19:54:37.432Z
108852026-01-27T19:54:37.432Zrunning 0 tests
108862026-01-27T19:54:37.432Z
108872026-01-27T19:54:37.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108882026-01-27T19:54:37.432Z
108892026-01-27T19:54:37.474Z Doc-tests installinator_api
108902026-01-27T19:54:37.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108912026-01-27T19:54:38.270Z
108922026-01-27T19:54:38.270Zrunning 2 tests
108932026-01-27T19:54:38.270Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
108942026-01-27T19:54:38.270Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
108952026-01-27T19:54:38.270Z
108962026-01-27T19:54:38.270Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108972026-01-27T19:54:38.270Z
108982026-01-27T19:54:38.302Z Doc-tests installinator_client
108992026-01-27T19:54:38.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109002026-01-27T19:54:38.772Z
109012026-01-27T19:54:38.772Zrunning 0 tests
109022026-01-27T19:54:38.772Z
109032026-01-27T19:54:38.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109042026-01-27T19:54:38.772Z
109052026-01-27T19:54:38.804Z Doc-tests installinator_common
109062026-01-27T19:54:38.804Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109072026-01-27T19:54:39.224Z
109082026-01-27T19:54:39.224Zrunning 0 tests
109092026-01-27T19:54:39.224Z
109102026-01-27T19:54:39.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109112026-01-27T19:54:39.224Z
109122026-01-27T19:54:39.262Z Doc-tests installinator_common_versions
109132026-01-27T19:54:39.266Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109142026-01-27T19:54:39.920Z
109152026-01-27T19:54:39.920Zrunning 1 test
109162026-01-27T19:54:39.920Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
109172026-01-27T19:54:39.920Z
109182026-01-27T19:54:39.920Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109192026-01-27T19:54:39.920Z
109202026-01-27T19:54:39.946Z Doc-tests internal_dns_resolver
109212026-01-27T19:54:39.946Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109222026-01-27T19:54:40.284Z
109232026-01-27T19:54:40.284Zrunning 0 tests
109242026-01-27T19:54:40.284Z
109252026-01-27T19:54:40.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109262026-01-27T19:54:40.284Z
109272026-01-27T19:54:40.320Z Doc-tests internal_dns_types
109282026-01-27T19:54:40.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109292026-01-27T19:54:40.623Z
109302026-01-27T19:54:40.623Zrunning 0 tests
109312026-01-27T19:54:40.623Z
109322026-01-27T19:54:40.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109332026-01-27T19:54:40.623Z
109342026-01-27T19:54:40.656Z Doc-tests internal_dns_types_versions
109352026-01-27T19:54:40.656Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109362026-01-27T19:54:41.556Z
109372026-01-27T19:54:41.556Zrunning 1 test
109382026-01-27T19:54:41.556Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109392026-01-27T19:54:41.556Z
109402026-01-27T19:54:41.557Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109412026-01-27T19:54:41.557Z
109422026-01-27T19:54:41.593Z Doc-tests ipcc
109432026-01-27T19:54:41.596Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109442026-01-27T19:54:41.739Z
109452026-01-27T19:54:41.739Zrunning 0 tests
109462026-01-27T19:54:41.739Z
109472026-01-27T19:54:41.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109482026-01-27T19:54:41.739Z
109492026-01-27T19:54:41.760Z Doc-tests key_manager
109502026-01-27T19:54:41.763Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109512026-01-27T19:54:42.028Z
109522026-01-27T19:54:42.028Zrunning 0 tests
109532026-01-27T19:54:42.028Z
109542026-01-27T19:54:42.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109552026-01-27T19:54:42.028Z
109562026-01-27T19:54:42.060Z Doc-tests live_tests_macros
109572026-01-27T19:54:42.063Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109582026-01-27T19:54:42.689Z
109592026-01-27T19:54:42.689Zrunning 1 test
109602026-01-27T19:54:42.689Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109612026-01-27T19:54:42.689Z
109622026-01-27T19:54:42.689Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109632026-01-27T19:54:42.689Z
109642026-01-27T19:54:42.708Z Doc-tests nexus_auth
109652026-01-27T19:54:42.711Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109662026-01-27T19:54:43.851Z
109672026-01-27T19:54:43.851Zrunning 0 tests
109682026-01-27T19:54:43.852Z
109692026-01-27T19:54:43.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109702026-01-27T19:54:43.852Z
109712026-01-27T19:54:43.910Z Doc-tests nexus_background_task_interface
109722026-01-27T19:54:43.910Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109732026-01-27T19:54:44.001Z
109742026-01-27T19:54:44.001Zrunning 0 tests
109752026-01-27T19:54:44.001Z
109762026-01-27T19:54:44.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109772026-01-27T19:54:44.001Z
109782026-01-27T19:54:44.017Z Doc-tests nexus_client
109792026-01-27T19:54:44.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109802026-01-27T19:54:44.882Z
109812026-01-27T19:54:44.882Zrunning 0 tests
109822026-01-27T19:54:44.882Z
109832026-01-27T19:54:44.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109842026-01-27T19:54:44.882Z
109852026-01-27T19:54:44.930Z Doc-tests nexus_config
109862026-01-27T19:54:44.933Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109872026-01-27T19:54:45.691Z
109882026-01-27T19:54:45.691Zrunning 0 tests
109892026-01-27T19:54:45.691Z
109902026-01-27T19:54:45.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109912026-01-27T19:54:45.691Z
109922026-01-27T19:54:45.741Z Doc-tests nexus_db_errors
109932026-01-27T19:54:45.744Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109942026-01-27T19:54:46.188Z
109952026-01-27T19:54:46.188Zrunning 0 tests
109962026-01-27T19:54:46.188Z
109972026-01-27T19:54:46.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109982026-01-27T19:54:46.188Z
109992026-01-27T19:54:46.228Z Doc-tests nexus_db_fixed_data
110002026-01-27T19:54:46.231Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110012026-01-27T19:54:46.730Z
110022026-01-27T19:54:46.731Zrunning 0 tests
110032026-01-27T19:54:46.731Z
110042026-01-27T19:54:46.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110052026-01-27T19:54:46.731Z
110062026-01-27T19:54:46.770Z Doc-tests nexus_db_lookup
110072026-01-27T19:54:46.773Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110082026-01-27T19:54:47.665Z
110092026-01-27T19:54:47.665Zrunning 0 tests
110102026-01-27T19:54:47.665Z
110112026-01-27T19:54:47.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-01-27T19:54:47.665Z
110132026-01-27T19:54:47.724Z Doc-tests nexus_db_model
110142026-01-27T19:54:47.724Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110152026-01-27T19:55:07.049Z
110162026-01-27T19:55:07.049Zrunning 2 tests
110172026-01-27T19:55:07.058Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
110182026-01-27T19:55:07.058Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
110192026-01-27T19:55:07.058Z
110202026-01-27T19:55:07.058Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
110212026-01-27T19:55:07.058Z
110222026-01-27T19:55:07.222Z Doc-tests nexus_db_queries
110232026-01-27T19:55:07.226Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110242026-01-27T19:55:16.159Z
110252026-01-27T19:55:16.159Zrunning 2 tests
110262026-01-27T19:55:16.162Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 433) ... ignored
110272026-01-27T19:55:16.167Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
110282026-01-27T19:55:16.167Z
110292026-01-27T19:55:16.167Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
110302026-01-27T19:55:16.167Z
110312026-01-27T19:55:16.291Z Doc-tests nexus_db_schema
110322026-01-27T19:55:16.294Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110332026-01-27T19:55:24.011Z
110342026-01-27T19:55:24.011Zrunning 0 tests
110352026-01-27T19:55:24.011Z
110362026-01-27T19:55:24.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110372026-01-27T19:55:24.011Z
110382026-01-27T19:55:24.262Z Doc-tests nexus_defaults
110392026-01-27T19:55:24.262Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110402026-01-27T19:55:24.532Z
110412026-01-27T19:55:24.532Zrunning 0 tests
110422026-01-27T19:55:24.532Z
110432026-01-27T19:55:24.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110442026-01-27T19:55:24.532Z
110452026-01-27T19:55:24.564Z Doc-tests nexus_external_api
110462026-01-27T19:55:24.567Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110472026-01-27T19:55:26.444Z
110482026-01-27T19:55:26.444Zrunning 2 tests
110492026-01-27T19:55:26.444Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 163) ... ignored
110502026-01-27T19:55:26.444Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 169) ... ignored
110512026-01-27T19:55:26.444Z
110522026-01-27T19:55:26.444Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110532026-01-27T19:55:26.444Z
110542026-01-27T19:55:26.511Z Doc-tests nexus_internal_api
110552026-01-27T19:55:26.511Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110562026-01-27T19:55:27.576Z
110572026-01-27T19:55:27.576Zrunning 2 tests
110582026-01-27T19:55:27.576Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110592026-01-27T19:55:27.576Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110602026-01-27T19:55:27.576Z
110612026-01-27T19:55:27.579Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110622026-01-27T19:55:27.579Z
110632026-01-27T19:55:27.626Z Doc-tests nexus_inventory
110642026-01-27T19:55:27.629Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110652026-01-27T19:55:28.115Z
110662026-01-27T19:55:28.115Zrunning 0 tests
110672026-01-27T19:55:28.115Z
110682026-01-27T19:55:28.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110692026-01-27T19:55:28.115Z
110702026-01-27T19:55:28.160Z Doc-tests nexus_lockstep_api
110712026-01-27T19:55:28.160Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110722026-01-27T19:55:29.276Z
110732026-01-27T19:55:29.276Zrunning 2 tests
110742026-01-27T19:55:29.276Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
110752026-01-27T19:55:29.276Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
110762026-01-27T19:55:29.276Z
110772026-01-27T19:55:29.276Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110782026-01-27T19:55:29.276Z
110792026-01-27T19:55:29.327Z Doc-tests nexus_lockstep_client
110802026-01-27T19:55:29.327Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110812026-01-27T19:55:32.380Z
110822026-01-27T19:55:32.380Zrunning 0 tests
110832026-01-27T19:55:32.380Z
110842026-01-27T19:55:32.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110852026-01-27T19:55:32.381Z
110862026-01-27T19:55:32.466Z Doc-tests nexus_macros_common
110872026-01-27T19:55:32.466Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110882026-01-27T19:55:32.538Z
110892026-01-27T19:55:32.538Zrunning 0 tests
110902026-01-27T19:55:32.538Z
110912026-01-27T19:55:32.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110922026-01-27T19:55:32.538Z
110932026-01-27T19:55:32.553Z Doc-tests nexus_metrics_producer_gc
110942026-01-27T19:55:32.557Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110952026-01-27T19:55:33.073Z
110962026-01-27T19:55:33.074Zrunning 0 tests
110972026-01-27T19:55:33.074Z
110982026-01-27T19:55:33.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992026-01-27T19:55:33.074Z
111002026-01-27T19:55:33.120Z Doc-tests nexus_mgs_updates
111012026-01-27T19:55:33.123Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111022026-01-27T19:55:33.624Z
111032026-01-27T19:55:33.624Zrunning 0 tests
111042026-01-27T19:55:33.624Z
111052026-01-27T19:55:33.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062026-01-27T19:55:33.624Z
111072026-01-27T19:55:33.669Z Doc-tests nexus_networking
111082026-01-27T19:55:33.672Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111092026-01-27T19:55:34.223Z
111102026-01-27T19:55:34.223Zrunning 0 tests
111112026-01-27T19:55:34.223Z
111122026-01-27T19:55:34.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132026-01-27T19:55:34.223Z
111142026-01-27T19:55:34.275Z Doc-tests nexus_reconfigurator_blippy
111152026-01-27T19:55:34.275Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111162026-01-27T19:55:34.727Z
111172026-01-27T19:55:34.727Zrunning 0 tests
111182026-01-27T19:55:34.727Z
111192026-01-27T19:55:34.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-01-27T19:55:34.728Z
111212026-01-27T19:55:34.770Z Doc-tests nexus_reconfigurator_execution
111222026-01-27T19:55:34.774Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111232026-01-27T19:55:35.419Z
111242026-01-27T19:55:35.419Zrunning 0 tests
111252026-01-27T19:55:35.419Z
111262026-01-27T19:55:35.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272026-01-27T19:55:35.419Z
111282026-01-27T19:55:35.468Z Doc-tests nexus_reconfigurator_planning
111292026-01-27T19:55:35.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_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111302026-01-27T19:55:36.197Z
111312026-01-27T19:55:36.197Zrunning 0 tests
111322026-01-27T19:55:36.197Z
111332026-01-27T19:55:36.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111342026-01-27T19:55:36.197Z
111352026-01-27T19:55:36.250Z Doc-tests nexus_reconfigurator_preparation
111362026-01-27T19:55:36.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111372026-01-27T19:55:36.790Z
111382026-01-27T19:55:36.790Zrunning 0 tests
111392026-01-27T19:55:36.790Z
111402026-01-27T19:55:36.790Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111412026-01-27T19:55:36.790Z
111422026-01-27T19:55:36.840Z Doc-tests nexus_reconfigurator_rendezvous
111432026-01-27T19:55:36.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111442026-01-27T19:55:37.378Z
111452026-01-27T19:55:37.378Zrunning 0 tests
111462026-01-27T19:55:37.378Z
111472026-01-27T19:55:37.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111482026-01-27T19:55:37.378Z
111492026-01-27T19:55:37.427Z Doc-tests nexus_reconfigurator_simulation
111502026-01-27T19:55:37.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111512026-01-27T19:55:37.953Z
111522026-01-27T19:55:37.953Zrunning 0 tests
111532026-01-27T19:55:37.953Z
111542026-01-27T19:55:37.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111552026-01-27T19:55:37.953Z
111562026-01-27T19:55:37.996Z Doc-tests nexus_saga_recovery
111572026-01-27T19:55:37.999Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111582026-01-27T19:55:38.418Z
111592026-01-27T19:55:38.418Zrunning 0 tests
111602026-01-27T19:55:38.418Z
111612026-01-27T19:55:38.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111622026-01-27T19:55:38.418Z
111632026-01-27T19:55:38.458Z Doc-tests nexus_test_interface
111642026-01-27T19:55:38.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111652026-01-27T19:55:38.963Z
111662026-01-27T19:55:38.963Zrunning 0 tests
111672026-01-27T19:55:38.963Z
111682026-01-27T19:55:38.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111692026-01-27T19:55:38.963Z
111702026-01-27T19:55:39.010Z Doc-tests nexus_test_utils
111712026-01-27T19:55:39.014Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111722026-01-27T19:55:39.926Z
111732026-01-27T19:55:39.926Zrunning 0 tests
111742026-01-27T19:55:39.926Z
111752026-01-27T19:55:39.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111762026-01-27T19:55:39.926Z
111772026-01-27T19:55:39.981Z Doc-tests nexus_test_utils_macros
111782026-01-27T19:55:39.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111792026-01-27T19:55:40.055Z
111802026-01-27T19:55:40.055Zrunning 1 test
111812026-01-27T19:55:40.058Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
111822026-01-27T19:55:40.058Z
111832026-01-27T19:55:40.058Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111842026-01-27T19:55:40.058Z
111852026-01-27T19:55:40.070Z Doc-tests nexus_types
111862026-01-27T19:55:40.073Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111872026-01-27T19:55:45.321Z
111882026-01-27T19:55:45.321Zrunning 3 tests
111892026-01-27T19:55:45.321Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2666) ... ignored
111902026-01-27T19:55:45.321Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2538) ... ignored
111912026-01-27T19:55:45.321Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1647) ... ignored
111922026-01-27T19:55:45.321Z
111932026-01-27T19:55:45.324Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
111942026-01-27T19:55:45.324Z
111952026-01-27T19:55:45.470Z Doc-tests ntp_admin_api
111962026-01-27T19:55:45.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111972026-01-27T19:55:46.178Z
111982026-01-27T19:55:46.178Zrunning 2 tests
111992026-01-27T19:55:46.178Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
112002026-01-27T19:55:46.178Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
112012026-01-27T19:55:46.178Z
112022026-01-27T19:55:46.178Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112032026-01-27T19:55:46.178Z
112042026-01-27T19:55:46.205Z Doc-tests ntp_admin_client
112052026-01-27T19:55:46.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112062026-01-27T19:55:46.411Z
112072026-01-27T19:55:46.411Zrunning 0 tests
112082026-01-27T19:55:46.411Z
112092026-01-27T19:55:46.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112102026-01-27T19:55:46.412Z
112112026-01-27T19:55:46.436Z Doc-tests ntp_admin_types
112122026-01-27T19:55:46.436Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112132026-01-27T19:55:46.526Z
112142026-01-27T19:55:46.527Zrunning 0 tests
112152026-01-27T19:55:46.527Z
112162026-01-27T19:55:46.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-01-27T19:55:46.527Z
112182026-01-27T19:55:46.543Z Doc-tests ntp_admin_types_versions
112192026-01-27T19:55:46.546Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112202026-01-27T19:55:47.190Z
112212026-01-27T19:55:47.190Zrunning 1 test
112222026-01-27T19:55:47.190Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112232026-01-27T19:55:47.190Z
112242026-01-27T19:55:47.190Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-01-27T19:55:47.190Z
112262026-01-27T19:55:47.211Z Doc-tests omicron_certificates
112272026-01-27T19:55:47.214Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112282026-01-27T19:55:47.480Z
112292026-01-27T19:55:47.480Zrunning 0 tests
112302026-01-27T19:55:47.480Z
112312026-01-27T19:55:47.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322026-01-27T19:55:47.480Z
112332026-01-27T19:55:47.511Z Doc-tests omicron_clickhouse_admin
112342026-01-27T19:55:47.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112352026-01-27T19:55:47.957Z
112362026-01-27T19:55:47.957Zrunning 0 tests
112372026-01-27T19:55:47.957Z
112382026-01-27T19:55:47.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112392026-01-27T19:55:47.958Z
112402026-01-27T19:55:48.002Z Doc-tests omicron_cockroach_admin
112412026-01-27T19:55:48.005Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112422026-01-27T19:55:48.357Z
112432026-01-27T19:55:48.357Zrunning 0 tests
112442026-01-27T19:55:48.357Z
112452026-01-27T19:55:48.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112462026-01-27T19:55:48.357Z
112472026-01-27T19:55:48.393Z Doc-tests omicron_cockroach_metrics
112482026-01-27T19:55:48.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112492026-01-27T19:55:50.860Z
112502026-01-27T19:55:50.860Zrunning 1 test
112512026-01-27T19:55:50.870Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
112522026-01-27T19:55:50.870Z
112532026-01-27T19:55:50.870Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112542026-01-27T19:55:50.870Z
112552026-01-27T19:55:50.904Z Doc-tests omicron_common
112562026-01-27T19:55:50.907Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
112572026-01-27T19:55:58.825Z
112582026-01-27T19:55:58.825Zrunning 2 tests
112592026-01-27T19:55:58.828Ztest common/src/lib.rs - FileKv (line 38) ... ignored
112602026-01-27T19:55:58.837Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
112612026-01-27T19:55:58.837Z
112622026-01-27T19:55:58.837Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112632026-01-27T19:55:58.837Z
112642026-01-27T19:55:58.941Z Doc-tests omicron_ddm_admin_client
112652026-01-27T19:55:58.944Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112662026-01-27T19:55:59.258Z
112672026-01-27T19:55:59.258Zrunning 0 tests
112682026-01-27T19:55:59.258Z
112692026-01-27T19:55:59.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112702026-01-27T19:55:59.258Z
112712026-01-27T19:55:59.293Z Doc-tests omicron_dev_lib
112722026-01-27T19:55:59.293Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112732026-01-27T19:55:59.722Z
112742026-01-27T19:55:59.722Zrunning 0 tests
112752026-01-27T19:55:59.722Z
112762026-01-27T19:55:59.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772026-01-27T19:55:59.722Z
112782026-01-27T19:55:59.767Z Doc-tests omicron_gateway
112792026-01-27T19:55:59.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112802026-01-27T19:56:00.650Z
112812026-01-27T19:56:00.650Zrunning 0 tests
112822026-01-27T19:56:00.650Z
112832026-01-27T19:56:00.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112842026-01-27T19:56:00.650Z
112852026-01-27T19:56:00.710Z Doc-tests omicron_ls_apis
112862026-01-27T19:56:00.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112872026-01-27T19:56:01.000Z
112882026-01-27T19:56:01.001Zrunning 1 test
112892026-01-27T19:56:01.004Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
112902026-01-27T19:56:01.004Z
112912026-01-27T19:56:01.004Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112922026-01-27T19:56:01.004Z
112932026-01-27T19:56:01.027Z Doc-tests omicron_nexus
112942026-01-27T19:56:01.032Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e02687dff4eabf79.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c68895b8e18df16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112952026-01-27T19:56:11.137Z
112962026-01-27T19:56:11.137Zrunning 6 tests
112972026-01-27T19:56:11.140Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2509) ... ignored
112982026-01-27T19:56:11.140Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 250) ... ignored
112992026-01-27T19:56:11.143Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 958) ... ok
113002026-01-27T19:56:11.143Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1030) ... ok
113012026-01-27T19:56:11.144Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
113022026-01-27T19:56:11.144Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 936) ... ok
113032026-01-27T19:56:11.144Z
113042026-01-27T19:56:11.144Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
113052026-01-27T19:56:11.144Z
113062026-01-27T19:56:11.310Z Doc-tests omicron_ntp_admin
113072026-01-27T19:56:11.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-659fe204a28e90e9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b19dcdbcef295208.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
113082026-01-27T19:56:11.656Z
113092026-01-27T19:56:11.657Zrunning 0 tests
113102026-01-27T19:56:11.657Z
113112026-01-27T19:56:11.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113122026-01-27T19:56:11.657Z
113132026-01-27T19:56:11.693Z Doc-tests omicron_package
113142026-01-27T19:56:11.697Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-104a56631b77b01d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113152026-01-27T19:56:11.994Z
113162026-01-27T19:56:11.995Zrunning 0 tests
113172026-01-27T19:56:11.995Z
113182026-01-27T19:56:11.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113192026-01-27T19:56:11.995Z
113202026-01-27T19:56:12.024Z Doc-tests omicron_passwords
113212026-01-27T19:56:12.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113222026-01-27T19:56:12.174Z
113232026-01-27T19:56:12.174Zrunning 0 tests
113242026-01-27T19:56:12.174Z
113252026-01-27T19:56:12.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113262026-01-27T19:56:12.174Z
113272026-01-27T19:56:12.196Z Doc-tests omicron_pins
113282026-01-27T19:56:12.196Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a88c05ae13de18eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113292026-01-27T19:56:12.330Z
113302026-01-27T19:56:12.330Zrunning 0 tests
113312026-01-27T19:56:12.330Z
113322026-01-27T19:56:12.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113332026-01-27T19:56:12.331Z
113342026-01-27T19:56:12.349Z Doc-tests omicron_repl_utils
113352026-01-27T19:56:12.349Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113362026-01-27T19:56:12.451Z
113372026-01-27T19:56:12.451Zrunning 0 tests
113382026-01-27T19:56:12.451Z
113392026-01-27T19:56:12.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113402026-01-27T19:56:12.451Z
113412026-01-27T19:56:12.469Z Doc-tests omicron_rpaths
113422026-01-27T19:56:12.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113432026-01-27T19:56:12.542Z
113442026-01-27T19:56:12.542Zrunning 0 tests
113452026-01-27T19:56:12.542Z
113462026-01-27T19:56:12.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113472026-01-27T19:56:12.542Z
113482026-01-27T19:56:12.558Z Doc-tests omicron_sled_agent
113492026-01-27T19:56:12.563Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5cd57bdf255c9a7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
113502026-01-27T19:56:14.488Z
113512026-01-27T19:56:14.489Zrunning 0 tests
113522026-01-27T19:56:14.489Z
113532026-01-27T19:56:14.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113542026-01-27T19:56:14.489Z
113552026-01-27T19:56:14.574Z Doc-tests omicron_test_utils
113562026-01-27T19:56:14.577Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
113572026-01-27T19:56:27.850Z
113582026-01-27T19:56:27.850Zrunning 2 tests
113592026-01-27T19:56:27.861Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
113602026-01-27T19:56:27.865Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
113612026-01-27T19:56:27.865Z
113622026-01-27T19:56:27.865Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
113632026-01-27T19:56:27.865Z
113642026-01-27T19:56:27.888Z
113652026-01-27T19:56:27.888Zrunning 1 test
113662026-01-27T19:56:27.891Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
113672026-01-27T19:56:27.891Z
113682026-01-27T19:56:27.891Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-01-27T19:56:27.891Z
113702026-01-27T19:56:27.891Zall doctests ran in 12.80s; merged doctests compilation took 12.75s
113712026-01-27T19:56:27.946Z Doc-tests omicron_uuid_kinds
113722026-01-27T19:56:27.946Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
113732026-01-27T19:56:28.176Z
113742026-01-27T19:56:28.176Zrunning 0 tests
113752026-01-27T19:56:28.176Z
113762026-01-27T19:56:28.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113772026-01-27T19:56:28.176Z
113782026-01-27T19:56:28.200Z Doc-tests omicron_workspace_hack
113792026-01-27T19:56:28.205Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113802026-01-27T19:56:28.263Z
113812026-01-27T19:56:28.263Zrunning 0 tests
113822026-01-27T19:56:28.264Z
113832026-01-27T19:56:28.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113842026-01-27T19:56:28.264Z
113852026-01-27T19:56:28.279Z Doc-tests oxide_client
113862026-01-27T19:56:28.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113872026-01-27T19:56:35.929Z
113882026-01-27T19:56:35.929Zrunning 306 tests
113892026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
113902026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
113912026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
113922026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
113932026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
113942026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
113952026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
113962026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
113972026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
113982026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
113992026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
114002026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
114012026-01-27T19:56:35.929Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
114022026-01-27T19:56:35.930Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
114032026-01-27T19:56:35.930Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
114042026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
114052026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
114062026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
114072026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
114082026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
114092026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
114102026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
114112026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
114122026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
114132026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
114142026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
114152026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
114162026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
114172026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
114182026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
114192026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
114202026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
114212026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
114222026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
114232026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
114242026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
114252026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
114262026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
114272026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
114282026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
114292026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114302026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114312026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114322026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114332026-01-27T19:56:35.935Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114342026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114352026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114362026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114372026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114382026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
114392026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
114402026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
114412026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
114422026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
114432026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
114442026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
114452026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
114462026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
114472026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
114482026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
114492026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 29) ... ignored
114502026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
114512026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
114522026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 28) ... ignored
114532026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
114542026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
114552026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
114562026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
114572026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
114582026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
114592026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
114602026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
114612026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
114622026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
114632026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
114642026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
114652026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
114662026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
114672026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
114682026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
114692026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
114702026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
114712026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
114722026-01-27T19:56:35.936Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
114732026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
114742026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
114752026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
114762026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
114772026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
114782026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
114792026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
114802026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
114812026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
114822026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
114832026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
114842026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
114852026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
114862026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
114872026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
114882026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
114892026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
114902026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
114912026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
114922026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
114932026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
114942026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
114952026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
114962026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
114972026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
114982026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
114992026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
115002026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
115012026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115022026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115032026-01-27T19:56:35.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115042026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
115052026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
115062026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
115072026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
115082026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
115092026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
115102026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
115112026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
115122026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
115132026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
115142026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
115152026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
115162026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
115172026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
115182026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
115192026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
115202026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
115212026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
115222026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
115232026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
115242026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
115252026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
115262026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
115272026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
115282026-01-27T19:56:35.943Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
115292026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
115302026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
115312026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
115322026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
115332026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
115342026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115352026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115362026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115372026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115382026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115392026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115402026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115412026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
115422026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
115432026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
115442026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
115452026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
115462026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
115472026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
115482026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
115492026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
115502026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
115512026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
115522026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
115532026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
115542026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
115552026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
115562026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
115572026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
115582026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 25) ... ignored
115592026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
115602026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
115612026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 32) ... ignored
115622026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
115632026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
115642026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
115652026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
115662026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
115672026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
115682026-01-27T19:56:35.944Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
115692026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
115702026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
115712026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
115722026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
115732026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
115742026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
115752026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
115762026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
115772026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
115782026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
115792026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
115802026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
115812026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
115822026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
115832026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
115842026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
115852026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
115862026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
115872026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
115882026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
115892026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
115902026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
115912026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
115922026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
115932026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
115942026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
115952026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
115962026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
115972026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
115982026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
115992026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
116002026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
116012026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
116022026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
116032026-01-27T19:56:35.945Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
116042026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
116052026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
116062026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
116072026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
116082026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
116092026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
116102026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
116112026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
116122026-01-27T19:56:35.949Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
116132026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
116142026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
116152026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
116162026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
116172026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
116182026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
116192026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
116202026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
116212026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
116222026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
116232026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
116242026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
116252026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
116262026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
116272026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
116282026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
116292026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116302026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116312026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116322026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116332026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116342026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116352026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116362026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116372026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
116382026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_create (line 23) ... ignored
116392026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_delete (line 25) ... ignored
116402026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116412026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_add (line 26) ... ignored
116422026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_list (line 28) ... ignored
116432026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_remove (line 26) ... ignored
116442026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_link (line 26) ... ignored
116452026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_list (line 28) ... ignored
116462026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_unlink (line 26) ... ignored
116472026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_update (line 27) ... ignored
116482026-01-27T19:56:35.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_update (line 26) ... ignored
116492026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_utilization_view (line 25) ... ignored
116502026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116512026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
116522026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
116532026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
116542026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
116552026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
116562026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
116572026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
116582026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
116592026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
116602026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
116612026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
116622026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
116632026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
116642026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
116652026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
116662026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
116672026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
116682026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
116692026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
116702026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
116712026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
116722026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
116732026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
116742026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
116752026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
116762026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
116772026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
116782026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
116792026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
116802026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
116812026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
116822026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
116832026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
116842026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
116852026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
116862026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
116872026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
116882026-01-27T19:56:35.951Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
116892026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
116902026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
116912026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
116922026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
116932026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
116942026-01-27T19:56:35.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
116952026-01-27T19:56:35.952Z
116962026-01-27T19:56:35.952Ztest result: ok. 0 passed; 0 failed; 306 ignored; 0 measured; 0 filtered out; finished in 0.00s
116972026-01-27T19:56:35.952Z
116982026-01-27T19:56:36.068Z Doc-tests oximeter
116992026-01-27T19:56:36.068Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117002026-01-27T19:56:43.252Z
117012026-01-27T19:56:43.252Zrunning 2 tests
117022026-01-27T19:56:43.256Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
117032026-01-27T19:56:43.259Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
117042026-01-27T19:56:43.259Z
117052026-01-27T19:56:43.259Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
117062026-01-27T19:56:43.259Z
117072026-01-27T19:56:43.315Z Doc-tests oximeter_api
117082026-01-27T19:56:43.315Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117092026-01-27T19:56:44.184Z
117102026-01-27T19:56:44.184Zrunning 2 tests
117112026-01-27T19:56:44.184Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
117122026-01-27T19:56:44.184Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
117132026-01-27T19:56:44.184Z
117142026-01-27T19:56:44.184Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117152026-01-27T19:56:44.184Z
117162026-01-27T19:56:44.222Z Doc-tests oximeter_client
117172026-01-27T19:56:44.222Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117182026-01-27T19:56:44.653Z
117192026-01-27T19:56:44.653Zrunning 0 tests
117202026-01-27T19:56:44.653Z
117212026-01-27T19:56:44.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117222026-01-27T19:56:44.653Z
117232026-01-27T19:56:44.691Z Doc-tests oximeter_collector
117242026-01-27T19:56:44.694Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117252026-01-27T19:56:45.409Z
117262026-01-27T19:56:45.409Zrunning 0 tests
117272026-01-27T19:56:45.409Z
117282026-01-27T19:56:45.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117292026-01-27T19:56:45.409Z
117302026-01-27T19:56:45.465Z Doc-tests oximeter_db
117312026-01-27T19:56:45.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
117322026-01-27T19:56:47.166Z
117332026-01-27T19:56:47.166Zrunning 3 tests
117342026-01-27T19:56:47.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
117352026-01-27T19:56:47.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
117362026-01-27T19:56:47.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
117372026-01-27T19:56:47.169Z
117382026-01-27T19:56:47.169Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
117392026-01-27T19:56:47.169Z
117402026-01-27T19:56:47.169Z
117412026-01-27T19:56:47.169Zrunning 2 tests
117422026-01-27T19:56:47.169Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
117432026-01-27T19:56:47.169Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
117442026-01-27T19:56:47.169Z
117452026-01-27T19:56:47.169Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117462026-01-27T19:56:47.169Z
117472026-01-27T19:56:47.169Zall doctests ran in 0.58s; merged doctests compilation took 0.57s
117482026-01-27T19:56:47.237Z Doc-tests oximeter_instruments
117492026-01-27T19:56:47.237Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
117502026-01-27T19:56:47.716Z
117512026-01-27T19:56:47.716Zrunning 0 tests
117522026-01-27T19:56:47.716Z
117532026-01-27T19:56:47.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117542026-01-27T19:56:47.716Z
117552026-01-27T19:56:47.755Z Doc-tests oximeter_macro_impl
117562026-01-27T19:56:47.759Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117572026-01-27T19:56:47.839Z
117582026-01-27T19:56:47.839Zrunning 0 tests
117592026-01-27T19:56:47.839Z
117602026-01-27T19:56:47.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117612026-01-27T19:56:47.839Z
117622026-01-27T19:56:47.854Z Doc-tests oximeter_producer
117632026-01-27T19:56:47.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117642026-01-27T19:56:48.341Z
117652026-01-27T19:56:48.341Zrunning 0 tests
117662026-01-27T19:56:48.341Z
117672026-01-27T19:56:48.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117682026-01-27T19:56:48.341Z
117692026-01-27T19:56:48.388Z Doc-tests oximeter_schema
117702026-01-27T19:56:48.388Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117712026-01-27T19:56:48.733Z
117722026-01-27T19:56:48.733Zrunning 0 tests
117732026-01-27T19:56:48.733Z
117742026-01-27T19:56:48.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117752026-01-27T19:56:48.733Z
117762026-01-27T19:56:48.768Z Doc-tests oximeter_test_utils
117772026-01-27T19:56:48.768Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117782026-01-27T19:56:49.267Z
117792026-01-27T19:56:49.267Zrunning 0 tests
117802026-01-27T19:56:49.267Z
117812026-01-27T19:56:49.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117822026-01-27T19:56:49.267Z
117832026-01-27T19:56:49.313Z Doc-tests oximeter_timeseries_macro
117842026-01-27T19:56:49.316Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117852026-01-27T19:56:49.579Z
117862026-01-27T19:56:49.579Zrunning 0 tests
117872026-01-27T19:56:49.579Z
117882026-01-27T19:56:49.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117892026-01-27T19:56:49.579Z
117902026-01-27T19:56:49.612Z Doc-tests oximeter_types
117912026-01-27T19:56:49.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117922026-01-27T19:56:51.093Z
117932026-01-27T19:56:51.093Zrunning 11 tests
117942026-01-27T19:56:51.756Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
117952026-01-27T19:57:00.858Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
117962026-01-27T19:57:00.909Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
117972026-01-27T19:57:00.934Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
117982026-01-27T19:57:00.937Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
117992026-01-27T19:57:00.962Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
118002026-01-27T19:57:01.135Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
118012026-01-27T19:57:01.464Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
118022026-01-27T19:57:05.071Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
118032026-01-27T19:57:05.163Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
118042026-01-27T19:57:06.566Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
118052026-01-27T19:57:06.566Z
118062026-01-27T19:57:06.566Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.47s
118072026-01-27T19:57:06.566Z
118082026-01-27T19:57:06.569Zall doctests ran in 16.37s; merged doctests compilation took 0.90s
118092026-01-27T19:57:06.609Z Doc-tests oximeter_types_versions
118102026-01-27T19:57:06.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118112026-01-27T19:57:07.401Z
118122026-01-27T19:57:07.401Zrunning 1 test
118132026-01-27T19:57:07.401Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
118142026-01-27T19:57:07.401Z
118152026-01-27T19:57:07.401Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118162026-01-27T19:57:07.401Z
118172026-01-27T19:57:07.431Z Doc-tests oxlog
118182026-01-27T19:57:07.434Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118192026-01-27T19:57:07.511Z
118202026-01-27T19:57:07.511Zrunning 0 tests
118212026-01-27T19:57:07.511Z
118222026-01-27T19:57:07.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118232026-01-27T19:57:07.511Z
118242026-01-27T19:57:07.524Z Doc-tests oxql_types
118252026-01-27T19:57:07.527Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118262026-01-27T19:57:07.887Z
118272026-01-27T19:57:07.887Zrunning 0 tests
118282026-01-27T19:57:07.887Z
118292026-01-27T19:57:07.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118302026-01-27T19:57:07.887Z
118312026-01-27T19:57:07.918Z Doc-tests parallel_task_set
118322026-01-27T19:57:07.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118332026-01-27T19:57:07.988Z
118342026-01-27T19:57:07.988Zrunning 0 tests
118352026-01-27T19:57:07.988Z
118362026-01-27T19:57:07.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118372026-01-27T19:57:07.988Z
118382026-01-27T19:57:08.001Z Doc-tests range_requests
118392026-01-27T19:57:08.004Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118402026-01-27T19:57:08.164Z
118412026-01-27T19:57:08.164Zrunning 0 tests
118422026-01-27T19:57:08.164Z
118432026-01-27T19:57:08.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118442026-01-27T19:57:08.164Z
118452026-01-27T19:57:08.184Z Doc-tests reconfigurator_cli
118462026-01-27T19:57:08.187Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
118472026-01-27T19:57:08.906Z
118482026-01-27T19:57:08.906Zrunning 0 tests
118492026-01-27T19:57:08.906Z
118502026-01-27T19:57:08.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118512026-01-27T19:57:08.906Z
118522026-01-27T19:57:08.953Z Doc-tests repo_depot_api
118532026-01-27T19:57:08.956Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118542026-01-27T19:57:09.646Z
118552026-01-27T19:57:09.646Zrunning 2 tests
118562026-01-27T19:57:09.646Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
118572026-01-27T19:57:09.646Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
118582026-01-27T19:57:09.646Z
118592026-01-27T19:57:09.646Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118602026-01-27T19:57:09.646Z
118612026-01-27T19:57:09.671Z Doc-tests repo_depot_client
118622026-01-27T19:57:09.674Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118632026-01-27T19:57:09.857Z
118642026-01-27T19:57:09.857Zrunning 0 tests
118652026-01-27T19:57:09.857Z
118662026-01-27T19:57:09.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118672026-01-27T19:57:09.857Z
118682026-01-27T19:57:09.878Z Doc-tests sled_agent_api
118692026-01-27T19:57:09.881Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118702026-01-27T19:57:10.781Z
118712026-01-27T19:57:10.781Zrunning 2 tests
118722026-01-27T19:57:10.781Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 86) ... ignored
118732026-01-27T19:57:10.781Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 92) ... ignored
118742026-01-27T19:57:10.781Z
118752026-01-27T19:57:10.781Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118762026-01-27T19:57:10.781Z
118772026-01-27T19:57:10.817Z Doc-tests sled_agent_client
118782026-01-27T19:57:10.821Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118792026-01-27T19:57:13.367Z
118802026-01-27T19:57:13.368Zrunning 0 tests
118812026-01-27T19:57:13.368Z
118822026-01-27T19:57:13.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118832026-01-27T19:57:13.368Z
118842026-01-27T19:57:13.437Z Doc-tests sled_agent_config_reconciler
118852026-01-27T19:57:13.440Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
118862026-01-27T19:57:14.120Z
118872026-01-27T19:57:14.120Zrunning 0 tests
118882026-01-27T19:57:14.120Z
118892026-01-27T19:57:14.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118902026-01-27T19:57:14.120Z
118912026-01-27T19:57:14.162Z Doc-tests sled_agent_health_monitor
118922026-01-27T19:57:14.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118932026-01-27T19:57:14.461Z
118942026-01-27T19:57:14.461Zrunning 0 tests
118952026-01-27T19:57:14.461Z
118962026-01-27T19:57:14.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118972026-01-27T19:57:14.461Z
118982026-01-27T19:57:14.492Z Doc-tests sled_agent_measurements
118992026-01-27T19:57:14.495Z 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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119002026-01-27T19:57:14.834Z
119012026-01-27T19:57:14.834Zrunning 0 tests
119022026-01-27T19:57:14.834Z
119032026-01-27T19:57:14.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119042026-01-27T19:57:14.834Z
119052026-01-27T19:57:14.867Z Doc-tests sled_agent_resolvable_files
119062026-01-27T19:57:14.870Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119072026-01-27T19:57:15.241Z
119082026-01-27T19:57:15.241Zrunning 0 tests
119092026-01-27T19:57:15.241Z
119102026-01-27T19:57:15.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119112026-01-27T19:57:15.241Z
119122026-01-27T19:57:15.276Z Doc-tests sled_agent_resolvable_files_examples
119132026-01-27T19:57:15.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119142026-01-27T19:57:15.578Z
119152026-01-27T19:57:15.578Zrunning 0 tests
119162026-01-27T19:57:15.578Z
119172026-01-27T19:57:15.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119182026-01-27T19:57:15.578Z
119192026-01-27T19:57:15.609Z Doc-tests sled_agent_types
119202026-01-27T19:57:15.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
119212026-01-27T19:57:16.079Z
119222026-01-27T19:57:16.079Zrunning 0 tests
119232026-01-27T19:57:16.079Z
119242026-01-27T19:57:16.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119252026-01-27T19:57:16.079Z
119262026-01-27T19:57:16.115Z Doc-tests sled_agent_types_versions
119272026-01-27T19:57:16.118Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119282026-01-27T19:57:18.203Z
119292026-01-27T19:57:18.203Zrunning 1 test
119302026-01-27T19:57:18.203Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
119312026-01-27T19:57:18.203Z
119322026-01-27T19:57:18.203Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119332026-01-27T19:57:18.203Z
119342026-01-27T19:57:18.266Z Doc-tests sled_diagnostics
119352026-01-27T19:57:18.267Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119362026-01-27T19:57:18.611Z
119372026-01-27T19:57:18.611Zrunning 0 tests
119382026-01-27T19:57:18.611Z
119392026-01-27T19:57:18.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119402026-01-27T19:57:18.611Z
119412026-01-27T19:57:18.647Z Doc-tests sled_hardware
119422026-01-27T19:57:18.647Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119432026-01-27T19:57:19.040Z
119442026-01-27T19:57:19.040Zrunning 0 tests
119452026-01-27T19:57:19.040Z
119462026-01-27T19:57:19.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119472026-01-27T19:57:19.040Z
119482026-01-27T19:57:19.075Z Doc-tests sled_hardware_types
119492026-01-27T19:57:19.078Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
119502026-01-27T19:57:19.391Z
119512026-01-27T19:57:19.391Zrunning 0 tests
119522026-01-27T19:57:19.391Z
119532026-01-27T19:57:19.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119542026-01-27T19:57:19.391Z
119552026-01-27T19:57:19.422Z Doc-tests sled_storage
119562026-01-27T19:57:19.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119572026-01-27T19:57:19.760Z
119582026-01-27T19:57:19.760Zrunning 0 tests
119592026-01-27T19:57:19.760Z
119602026-01-27T19:57:19.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119612026-01-27T19:57:19.760Z
119622026-01-27T19:57:19.792Z Doc-tests sp_sim
119632026-01-27T19:57:19.795Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119642026-01-27T19:57:20.472Z
119652026-01-27T19:57:20.472Zrunning 0 tests
119662026-01-27T19:57:20.472Z
119672026-01-27T19:57:20.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119682026-01-27T19:57:20.472Z
119692026-01-27T19:57:20.517Z Doc-tests trust_quorum
119702026-01-27T19:57:20.520Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3e9bb8603c22af52.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-58dc712597729062.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-bb8a192a626423b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119712026-01-27T19:57:21.001Z
119722026-01-27T19:57:21.001Zrunning 0 tests
119732026-01-27T19:57:21.001Z
119742026-01-27T19:57:21.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119752026-01-27T19:57:21.001Z
119762026-01-27T19:57:21.040Z Doc-tests trust_quorum_protocol
119772026-01-27T19:57:21.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
119782026-01-27T19:57:21.536Z
119792026-01-27T19:57:21.536Zrunning 0 tests
119802026-01-27T19:57:21.536Z
119812026-01-27T19:57:21.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119822026-01-27T19:57:21.536Z
119832026-01-27T19:57:21.574Z Doc-tests trust_quorum_test_utils
119842026-01-27T19:57:21.577Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119852026-01-27T19:57:21.955Z
119862026-01-27T19:57:21.955Zrunning 0 tests
119872026-01-27T19:57:21.955Z
119882026-01-27T19:57:21.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119892026-01-27T19:57:21.955Z
119902026-01-27T19:57:21.989Z Doc-tests trust_quorum_types
119912026-01-27T19:57:21.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119922026-01-27T19:57:22.262Z
119932026-01-27T19:57:22.262Zrunning 0 tests
119942026-01-27T19:57:22.262Z
119952026-01-27T19:57:22.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119962026-01-27T19:57:22.262Z
119972026-01-27T19:57:22.292Z Doc-tests trust_quorum_types_versions
119982026-01-27T19:57:22.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119992026-01-27T19:57:23.271Z
120002026-01-27T19:57:23.271Zrunning 1 test
120012026-01-27T19:57:23.271Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
120022026-01-27T19:57:23.271Z
120032026-01-27T19:57:23.271Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120042026-01-27T19:57:23.271Z
120052026-01-27T19:57:23.309Z Doc-tests typed_rng
120062026-01-27T19:57:23.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120072026-01-27T19:57:23.408Z
120082026-01-27T19:57:23.408Zrunning 0 tests
120092026-01-27T19:57:23.409Z
120102026-01-27T19:57:23.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120112026-01-27T19:57:23.409Z
120122026-01-27T19:57:23.424Z Doc-tests update_common
120132026-01-27T19:57:23.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120142026-01-27T19:57:23.767Z
120152026-01-27T19:57:23.767Zrunning 0 tests
120162026-01-27T19:57:23.767Z
120172026-01-27T19:57:23.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120182026-01-27T19:57:23.767Z
120192026-01-27T19:57:23.799Z Doc-tests update_engine
120202026-01-27T19:57:23.802Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120212026-01-27T19:57:25.662Z
120222026-01-27T19:57:25.662Zrunning 4 tests
120232026-01-27T19:57:25.665Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
120242026-01-27T19:57:25.665Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
120252026-01-27T19:57:25.665Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
120262026-01-27T19:57:25.665Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
120272026-01-27T19:57:25.665Z
120282026-01-27T19:57:25.665Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
120292026-01-27T19:57:25.666Z
120302026-01-27T19:57:25.695Z Doc-tests wicket
120312026-01-27T19:57:25.699Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120322026-01-27T19:57:26.593Z
120332026-01-27T19:57:26.593Zrunning 0 tests
120342026-01-27T19:57:26.593Z
120352026-01-27T19:57:26.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120362026-01-27T19:57:26.593Z
120372026-01-27T19:57:26.641Z Doc-tests wicket_common
120382026-01-27T19:57:26.644Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120392026-01-27T19:57:27.249Z
120402026-01-27T19:57:27.249Zrunning 0 tests
120412026-01-27T19:57:27.249Z
120422026-01-27T19:57:27.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120432026-01-27T19:57:27.249Z
120442026-01-27T19:57:27.296Z Doc-tests wicket_dbg
120452026-01-27T19:57:27.299Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120462026-01-27T19:57:27.731Z
120472026-01-27T19:57:27.731Zrunning 0 tests
120482026-01-27T19:57:27.731Z
120492026-01-27T19:57:27.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120502026-01-27T19:57:27.732Z
120512026-01-27T19:57:27.768Z Doc-tests wicketd
120522026-01-27T19:57:27.772Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120532026-01-27T19:57:28.455Z
120542026-01-27T19:57:28.455Zrunning 0 tests
120552026-01-27T19:57:28.455Z
120562026-01-27T19:57:28.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120572026-01-27T19:57:28.455Z
120582026-01-27T19:57:28.498Z Doc-tests wicketd_api
120592026-01-27T19:57:28.501Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120602026-01-27T19:57:29.443Z
120612026-01-27T19:57:29.443Zrunning 2 tests
120622026-01-27T19:57:29.443Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
120632026-01-27T19:57:29.443Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
120642026-01-27T19:57:29.443Z
120652026-01-27T19:57:29.443Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120662026-01-27T19:57:29.443Z
120672026-01-27T19:57:29.481Z Doc-tests wicketd_client
120682026-01-27T19:57:29.484Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120692026-01-27T19:57:31.365Z
120702026-01-27T19:57:31.365Zrunning 0 tests
120712026-01-27T19:57:31.365Z
120722026-01-27T19:57:31.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120732026-01-27T19:57:31.365Z
120742026-01-27T19:57:31.424Z Doc-tests xtask_downloader
120752026-01-27T19:57:31.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-94d89bedbed71ffe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120762026-01-27T19:57:31.604Z
120772026-01-27T19:57:31.604Zrunning 1 test
120782026-01-27T19:57:31.608Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
120792026-01-27T19:57:31.608Z
120802026-01-27T19:57:31.608Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120812026-01-27T19:57:31.608Z
120822026-01-27T19:57:31.624Z Doc-tests zfs_test_harness
120832026-01-27T19:57:31.627Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120842026-01-27T19:57:31.924Z
120852026-01-27T19:57:31.924Zrunning 0 tests
120862026-01-27T19:57:31.924Z
120872026-01-27T19:57:31.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120882026-01-27T19:57:31.924Z
120892026-01-27T19:57:31.954Z Doc-tests zone_setup
120902026-01-27T19:57:31.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8b2c86f036732f87.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120912026-01-27T19:57:32.241Z
120922026-01-27T19:57:32.241Zrunning 0 tests
120932026-01-27T19:57:32.241Z
120942026-01-27T19:57:32.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120952026-01-27T19:57:32.241Z
120962026-01-27T19:57:32.339Z
120972026-01-27T19:57:32.342Zreal 3:16.824576678
120982026-01-27T19:57:32.342Zuser 2:54.704108404
120992026-01-27T19:57:32.342Zsys 1:08.504954577
121002026-01-27T19:57:32.342Ztrap 0.041649141
121012026-01-27T19:57:32.342Ztflt 1.186616808
121022026-01-27T19:57:32.342Zdflt 2.167947002
121032026-01-27T19:57:32.342Zkflt 0.004600971
121042026-01-27T19:57:32.342Zlock 7:17.689216844
121052026-01-27T19:57:32.342Zslp 22:24.037112809
121062026-01-27T19:57:32.342Zlat 11.744280075
121072026-01-27T19:57:32.342Zstop 5.620883523
121082026-01-27T19:57:32.342Z+ [[ illumos == \i\l\l\u\m\o\s ]]
121092026-01-27T19:57:32.342Z+ banner live-test
121102026-01-27T19:57:32.346Z
121112026-01-27T19:57:32.346Z # # # # ###### ##### ###### #### #####
121122026-01-27T19:57:32.346Z # # # # # # # # #
121132026-01-27T19:57:32.346Z # # # # ##### ##### # ##### #### #
121142026-01-27T19:57:32.346Z # # # # # # # # #
121152026-01-27T19:57:32.346Z # # # # # # # # # #
121162026-01-27T19:57:32.346Z ###### # ## ###### # ###### #### #
121172026-01-27T19:57:32.346Z
121182026-01-27T19:57:32.346Z+ ptime -m cargo xtask live-tests
121192026-01-27T19:57:33.233Z Compiling syn v2.0.111
121202026-01-27T19:57:33.237Z Compiling serde_core v1.0.228
121212026-01-27T19:57:33.237Z Compiling bitflags v2.9.4
121222026-01-27T19:57:33.237Z Compiling serde v1.0.228
121232026-01-27T19:57:33.237Z Compiling libc v0.2.180
121242026-01-27T19:57:33.237Z Compiling serde_json v1.0.149
121252026-01-27T19:57:33.237Z Compiling num-traits v0.2.19
121262026-01-27T19:57:33.341Z Compiling rustix v0.38.37
121272026-01-27T19:57:33.789Z Compiling smallvec v1.15.1
121282026-01-27T19:57:33.910Z Compiling hashbrown v0.16.1
121292026-01-27T19:57:34.236Z Compiling usdt-impl v0.5.0
121302026-01-27T19:57:34.471Z Compiling syn v1.0.109
121312026-01-27T19:57:35.135Z Compiling indexmap v2.12.1
121322026-01-27T19:57:35.256Z Compiling getrandom v0.3.4
121332026-01-27T19:57:35.351Z Compiling thread-id v4.2.2
121342026-01-27T19:57:35.552Z Compiling log v0.4.29
121352026-01-27T19:57:36.141Z Compiling percent-encoding v2.3.2
121362026-01-27T19:57:36.508Z Compiling rustix v1.1.3
121372026-01-27T19:57:36.534Z Compiling form_urlencoded v1.2.2
121382026-01-27T19:57:36.640Z Compiling ordered-float v2.10.1
121392026-01-27T19:57:36.881Z Compiling terminal_size v0.4.0
121402026-01-27T19:57:37.160Z Compiling fs-err v3.1.1
121412026-01-27T19:57:37.439Z Compiling heck v0.4.1
121422026-01-27T19:57:37.675Z Compiling anyhow v1.0.99
121432026-01-27T19:57:37.743Z Compiling once_cell v1.21.3
121442026-01-27T19:57:38.112Z Compiling clap_builder v4.5.48
121452026-01-27T19:57:38.435Z Compiling textwrap v0.16.2
121462026-01-27T19:57:40.274Z Compiling synstructure v0.13.1
121472026-01-27T19:57:40.492Z Compiling proc-macro-error v1.0.4
121482026-01-27T19:57:41.081Z Compiling tempfile v3.24.0
121492026-01-27T19:57:41.812Z Compiling camino-tempfile v1.4.1
121502026-01-27T19:57:42.428Z Compiling tabled_derive v0.7.0
121512026-01-27T19:57:43.190Z Compiling serde_derive v1.0.228
121522026-01-27T19:57:43.368Z Compiling zerofrom-derive v0.1.4
121532026-01-27T19:57:43.493Z Compiling yoke-derive v0.7.4
121542026-01-27T19:57:43.518Z Compiling thiserror-impl v2.0.17
121552026-01-27T19:57:43.643Z Compiling zerovec-derive v0.10.3
121562026-01-27T19:57:43.901Z Compiling displaydoc v0.2.5
121572026-01-27T19:57:44.716Z Compiling thiserror-impl v1.0.69
121582026-01-27T19:57:46.025Z Compiling icu_provider_macros v1.5.0
121592026-01-27T19:57:46.486Z Compiling zerocopy-derive v0.7.35
121602026-01-27T19:57:46.794Z Compiling scroll_derive v0.12.0
121612026-01-27T19:57:47.141Z Compiling thiserror v2.0.17
121622026-01-27T19:57:47.289Z Compiling zerofrom v0.1.4
121632026-01-27T19:57:47.405Z Compiling pest v2.8.2
121642026-01-27T19:57:47.438Z Compiling clap_derive v4.5.47
121652026-01-27T19:57:47.586Z Compiling yoke v0.7.4
121662026-01-27T19:57:48.208Z Compiling zerovec v0.10.4
121672026-01-27T19:57:48.282Z Compiling thiserror v1.0.69
121682026-01-27T19:57:48.417Z Compiling scroll v0.12.0
121692026-01-27T19:57:48.480Z Compiling tabled v0.15.0
121702026-01-27T19:57:48.859Z Compiling zerocopy v0.7.35
121712026-01-27T19:57:49.001Z Compiling goblin v0.8.2
121722026-01-27T19:57:50.321Z Compiling tinystr v0.7.6
121732026-01-27T19:57:50.386Z Compiling pest_meta v2.8.2
121742026-01-27T19:57:50.616Z Compiling icu_collections v1.5.0
121752026-01-27T19:57:50.825Z Compiling icu_locid v1.5.0
121762026-01-27T19:57:51.646Z Compiling clap v4.5.48
121772026-01-27T19:57:51.910Z Compiling toml_datetime v0.6.11
121782026-01-27T19:57:52.139Z Compiling pest_generator v2.8.2
121792026-01-27T19:57:52.174Z Compiling serde_spanned v0.6.9
121802026-01-27T19:57:52.226Z Compiling dof v0.3.0
121812026-01-27T19:57:52.456Z Compiling icu_provider v1.5.0
121822026-01-27T19:57:52.578Z Compiling toml_edit v0.22.27
121832026-01-27T19:57:53.247Z Compiling serde_tokenstream v0.2.2
121842026-01-27T19:57:53.322Z Compiling erased-serde v0.4.6
121852026-01-27T19:57:53.714Z Compiling icu_locid_transform v1.5.0
121862026-01-27T19:57:53.957Z Compiling serde-value v0.7.0
121872026-01-27T19:57:53.981Z Compiling cargo-platform v0.2.0
121882026-01-27T19:57:54.693Z Compiling serde-untagged v0.1.7
121892026-01-27T19:57:54.728Z Compiling macaddr v1.0.1
121902026-01-27T19:57:54.976Z Compiling pest_derive v2.8.2
121912026-01-27T19:57:55.299Z Compiling icu_properties v1.5.1
121922026-01-27T19:57:56.042Z Compiling dtrace-parser v0.2.0
121932026-01-27T19:57:56.727Z Compiling toml v0.8.23
121942026-01-27T19:57:57.867Z Compiling cargo_toml v0.21.0
121952026-01-27T19:57:58.035Z Compiling usdt-attr-macro v0.5.0
121962026-01-27T19:57:58.112Z Compiling usdt-macro v0.5.0
121972026-01-27T19:57:59.181Z Compiling icu_normalizer v1.5.0
121982026-01-27T19:57:59.312Z Compiling usdt v0.5.0
121992026-01-27T19:57:59.884Z Compiling idna_adapter v1.2.0
122002026-01-27T19:58:00.076Z Compiling idna v1.0.3
122012026-01-27T19:58:00.703Z Compiling url v2.5.4
122022026-01-27T19:58:01.446Z Compiling cargo-util-schemas v0.8.2
122032026-01-27T19:58:02.826Z Compiling cargo_metadata v0.21.0
122042026-01-27T19:58:04.455Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
122052026-01-27T19:58:08.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s
122062026-01-27T19:58:08.407Z Running `target/debug/xtask live-tests`
122072026-01-27T19:58:08.448Zusing temporary directory: /var/tmp/omicron_tmp/.tmpYPb98e
122082026-01-27T19:58:08.448Zwill create archive file: /var/tmp/omicron_tmp/.tmpYPb98e/live-tests-archive/omicron-live-tests.tar.zst
122092026-01-27T19:58:08.448Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
122102026-01-27T19:58:08.448Z
122112026-01-27T19:58:08.451Zrunning: /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/.tmpYPb98e/live-tests-archive/omicron-live-tests.tar.zst"
122122026-01-27T19:58:11.337Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
122132026-01-27T19:58:11.477Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
122142026-01-27T19:58:11.481Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
122152026-01-27T19:58:11.515Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
122162026-01-27T19:58:11.517Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
122172026-01-27T19:58:11.554Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
122182026-01-27T19:58:11.557Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
122192026-01-27T19:58:11.610Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
122202026-01-27T19:58:12.199Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
122212026-01-27T19:58:12.349Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
122222026-01-27T19:58:12.385Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
122232026-01-27T19:58:12.392Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
122242026-01-27T19:58:13.582Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
122252026-01-27T19:58:14.938Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
122262026-01-27T19:58:15.347Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
122272026-01-27T19:58:16.354Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
122282026-01-27T19:58:23.115Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
122292026-01-27T19:58:23.118Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
122302026-01-27T19:58:24.989Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
122312026-01-27T19:59:02.446Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
122322026-01-27T19:59:03.194Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
122332026-01-27T19:59:08.191Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
122342026-01-27T19:59:09.240Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
122352026-01-27T19:59:50.647Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
122362026-01-27T20:00:03.311Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
122372026-01-27T20:00:31.884Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
122382026-01-27T20:00:32.137Zinfo: experimental features enabled: setup-scripts, benchmarks
122392026-01-27T20:00:32.145Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpYPb98e/live-tests-archive/omicron-live-tests.tar.zst
122402026-01-27T20:00:33.423Z Archived 79 files to /var/tmp/omicron_tmp/.tmpYPb98e/live-tests-archive/omicron-live-tests.tar.zst in 1.28s
122412026-01-27T20:00:33.470Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpYPb98e/live-tests-archive\""
122422026-01-27T20:00:33.485Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpYPb98e" "live-tests-archive"
122432026-01-27T20:00:33.638Zcreated:
122442026-01-27T20:00:33.638Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
122452026-01-27T20:00:33.638ZTo use this:
122462026-01-27T20:00:33.638Z
122472026-01-27T20:00:33.638Z1. Copy the tarball to the switch zone in a deployed Omicron system.
122482026-01-27T20:00:33.638Z
122492026-01-27T20:00:33.641Z e.g., scp \
122502026-01-27T20:00:33.641Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
122512026-01-27T20:00:33.641Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122522026-01-27T20:00:33.641Z
122532026-01-27T20:00:33.641Z2. Copy the `cargo-nextest` binary to the same place.
122542026-01-27T20:00:33.641Z
122552026-01-27T20:00:33.641Z e.g., scp \
122562026-01-27T20:00:33.641Z $(which cargo-nextest) \
122572026-01-27T20:00:33.641Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122582026-01-27T20:00:33.641Z
122592026-01-27T20:00:33.641Z3. From the switch zone on that system, unpack the tarball with:
122602026-01-27T20:00:33.641Z
122612026-01-27T20:00:33.641Z tar xzf live-tests-archive.tgz
122622026-01-27T20:00:33.641Z
122632026-01-27T20:00:33.641Z4. From the switch zone on that system, run tests with:
122642026-01-27T20:00:33.642Z
122652026-01-27T20:00:33.642Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
122662026-01-27T20:00:33.642Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
122672026-01-27T20:00:33.642Z --workspace-remap live-tests-archive
122682026-01-27T20:00:33.642Z
122692026-01-27T20:00:33.642Z
122702026-01-27T20:00:33.642Zreal 3:01.279263223
122712026-01-27T20:00:33.642Zuser 7:33.563714680
122722026-01-27T20:00:33.642Zsys 1:01.179356694
122732026-01-27T20:00:33.642Ztrap 0.214769138
122742026-01-27T20:00:33.642Ztflt 0.482229760
122752026-01-27T20:00:33.642Zdflt 2.752699852
122762026-01-27T20:00:33.642Zkflt 0.002647838
122772026-01-27T20:00:33.642Zlock 23:19.854460854
122782026-01-27T20:00:33.642Zslp 32:07.496626724
122792026-01-27T20:00:33.642Zlat 45.596717099
122802026-01-27T20:00:33.642Zstop 44.607869247
122812026-01-27T20:00:33.642Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
122822026-01-27T20:00:33.645Z+ unset TMPDIR
122832026-01-27T20:00:33.645Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
122842026-01-27T20:00:33.645Zfiles in /var/tmp/omicron_tmp (none expected on success):
122852026-01-27T20:00:33.645Z+ find /var/tmp/omicron_tmp -ls
122862026-01-27T20:00:33.648Z164809 11 drwxr-xr-x 2 build build 2 Jan 27 20:00 /var/tmp/omicron_tmp
122872026-01-27T20:00:33.648Z+ rmdir /var/tmp/omicron_tmp
122882026-01-27T20:00:34.201Zprocess exited: duration 9373330 ms, exit code 0
 
122892026-01-27T20:00:34.217Zfound 4 output files
122902026-01-27T20:00:34.217Zuploading: /work/crate-build-timings.json (707032 bytes)
122912026-01-27T20:00:35.244Zuploaded: /work/crate-build-timings.json
122922026-01-27T20:00:35.249Zuploading: /work/environment.json (108 bytes)
122932026-01-27T20:00:36.258Zuploaded: /work/environment.json
122942026-01-27T20:00:36.261Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (538372 bytes)
122952026-01-27T20:00:37.279Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
122962026-01-27T20:00:37.279Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (234383872 bytes)
122972026-01-27T20:00:40.272Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz